*,*:after,*:before{padding:0;margin:0;box-sizing:border-box;font-family:Geist Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.shimmer-container{width:100%;padding:16px}.shimmer-row{display:flex;gap:16px;margin-bottom:14px}.shimmer-cell{height:24px;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;animation:shimmer 3s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.scenario-generator{display:flex;height:100%;color:#191d1f;flex-direction:column;overflow:hidden}.scenario-generator--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:2rem}.scenario-generator--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.scenario-generator__heading--no-data{font-size:2rem;margin:0;text-align:center;margin-bottom:1rem}.scenario-generator__table-section{height:calc(100% - 180px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.scenario-generator__table-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.scenario-generator__table-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-family:Geist;font-weight:600;line-height:22.4px;word-wrap:break-word}.scenario-generator__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.scenario-generator__table-wrapper{flex:1;min-height:0}.scenario-generator__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist}.scenario-generator__action-button:hover{background:#f0f0f0}.scenario-generator__copy-button{width:90px}.scenario-generator__download-button{padding-left:12px;padding-right:12px}.scenario-generator__test-case-button{width:124px;outline:1px solid #432dd7;color:#432dd7;font-weight:500}.scenario-generator__test-case-button:hover{background:#f0f0f0}.scenario-generator__info-button{width:32px;height:32px;background:transparent;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.scenario-generator__info-button:hover{background:#f0f0f0}.scenario-generator__input-section{display:flex;flex-direction:column;bottom:0;position:sticky}.scenario-generator__input-section--no-data{height:auto;max-width:700px;margin-top:0;padding:0;background:transparent;border-radius:0;border:none}.scenario-generator__loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.scenario-generator__loading-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem}.snackbar{position:fixed;top:20px;right:20px;background-color:#18920d;width:388px;padding:8px 16px;border-radius:4px;display:flex;gap:4px;z-index:9999;animation:toast-in .25s ease-out;cursor:pointer}.snackbar__content{display:flex;align-items:center;gap:8px}.snackbar__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:2px;flex-shrink:0}.snackbar__text{flex:1;font-size:14px;font-weight:400;line-height:19.6px;word-wrap:break-word}.snackbar--success{background:#e4f5e2;outline:1px solid #18920d}.snackbar--success .snackbar__icon{border:1.5px solid #18920d;color:#18920d}.snackbar--success .snackbar__text{color:#16151a}.snackbar--error{background:#fdecea;outline:1px solid #d92d20}.snackbar--error .snackbar__icon{border:1.5px solid #d92d20;color:#d92d20}.snackbar--error .snackbar__text{color:#16151a}.snackbar--info{background:#e8f0fe;outline:1px solid #2563eb}.snackbar--info .snackbar__icon{border:1.5px solid #2563eb;color:#2563eb}.snackbar--info .snackbar__text{color:#16151a}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.section__logo-container{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:1rem}.section__logo-circle{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:1px solid #d9d9d9;border-radius:50%;background:linear-gradient(155deg,#f4f7f7,#fff,#fff)}.section__heading{font-size:1.75rem;font-style:normal;font-weight:600;margin-bottom:1rem;text-align:center;color:#191d1f}.section__heading--no-data{font-size:2rem;margin:0;text-align:center;margin-bottom:1rem}.section--compact .section__logo-container{margin-bottom:.5rem}.section--compact .section__logo-circle{width:3rem;height:3rem}.section--compact .section__heading{font-size:1.5rem;margin-top:.75rem}.prompt-box{display:flex;flex-direction:column;height:auto;width:650px;padding:.75rem;background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0;position:sticky;bottom:0;box-shadow:0 0 12px #00000014}.prompt-box__file-input{display:none}.prompt-box__file-attachments-wrapper{position:relative;width:100%}.prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.prompt-box__file-attachments::-webkit-scrollbar{display:none}.prompt-box__file-item{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0}.prompt-box__file-name{font-size:12px;color:#16151a;max-width:120px;overflow:hidden;text-overflow:ellipsis}.prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666}.prompt-box__remove-file-button:hover{color:#f33}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:opacity .2s ease;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.scroll-btn.left{left:4px}.scroll-btn.right{right:4px}.prompt-box__input-wrapper{position:relative;width:100%;display:flex;flex-direction:column;height:auto}.prompt-box__textarea{width:100%;resize:none;padding:.45rem 0rem;font-family:Geist,sans-serif;font-size:14px;line-height:1.5;outline:none;transition:border-color .2s ease;min-height:36px;max-height:60px;overflow-y:auto;box-sizing:border-box;border:none;background:transparent}.prompt-box__textarea:focus{border-color:#432dd7;outline:none}.prompt-box__textarea--multiline{transform:translateY(0) translate(0);width:100%;margin-bottom:8px}.prompt-box__textarea--generating{margin:0;font-family:Geist;background:linear-gradient(90deg,#a1eba6,#a5cb34,#8a38f5,#f53838,#be97f2);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 10s linear infinite}@keyframes shimmer{to{background-position:-200% 0}}.prompt-box__actions{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:2}.prompt-box__actions-left{display:flex;align-items:center;justify-content:center;gap:4px}.prompt-box__upload-button{background:#ebeaf0;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;border-radius:6px}.prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.prompt-box__upload-button:disabled{cursor:not-allowed;opacity:.5}.prompt-box__generate-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#432dd7;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:Geist,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease}.prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.prompt-box__type-selector,.prompt-box__type-dropdown-wrapper{position:relative}.prompt-box__type-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 12px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;font-family:Geist,sans-serif;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease;text-align:left;box-shadow:0 0 12px #00000014;outline:none}.prompt-box__type-dropdown-toggle:disabled{cursor:not-allowed;opacity:.5}.prompt-box__type-dropdown-label{flex:1;overflow:hidden;font-weight:400;line-height:19.6px}.prompt-box__type-tags-in-toggle{display:flex;gap:.25rem;overflow:auto;width:150px}.prompt-box__type-tag-in-toggle{display:inline-flex;align-items:center;gap:4px;background:#ebeaf0;color:#4f4e51;font-size:12px;padding:2px 8px;border-radius:4px;white-space:nowrap}.prompt-box__type-tag-in-toggle-remove{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#66607f;width:12px;height:12px}.prompt-box__type-tag-in-toggle-remove:hover{color:#f33}.prompt-box__type-dropdown-arrow{display:flex;align-items:center;justify-content:center}.prompt-box__type-dropdown-menu{position:absolute;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #00000026;z-index:100;margin-top:4px;overflow:hidden}.prompt-box__type-dropdown-menu--below{top:100%}.prompt-box__type-dropdown-menu--above{bottom:100%;margin-bottom:4px;margin-top:0}.prompt-box__type-options-list{padding:4px 0;height:100px;overflow:auto}.prompt-box__type-options-list--has-data{padding:4px 0;height:70px;overflow:auto}.prompt-box__type-option-item{padding:5px 12px;display:flex;align-items:center;cursor:pointer;transition:background-color .2s ease}.prompt-box__type-option-item:hover{background-color:#f5f5f5}.prompt-box__type-option-content{display:flex;align-items:center;gap:8px;width:100%}.prompt-box__type-checkbox-wrapper{display:flex;align-items:center;justify-content:center}.prompt-box__type-checkbox{width:16px;height:16px;background:#fff;border:1px solid #d9d9d9;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.prompt-box__type-checkbox--checked{background:#5227ff;border-color:#66607f}.prompt-box__type-option-label{color:#000000d9;font-size:14px;font-family:Manrope,sans-serif;font-weight:400;line-height:22px}.prompt-box__file-format-hint{font-size:12px;color:#666;font-family:Manrope,sans-serif;margin:.5rem 0rem auto;display:block;width:650px}.test-case-converter{display:flex;height:100%;color:#191d1f;flex-direction:column;overflow:hidden}.test-case-converter--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:2rem}.test-case-converter--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.test-case-converter__table-section{height:calc(100% - 170px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.test-case-converter__table-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.test-case-converter__table-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-family:Geist;font-weight:600;line-height:22.4px;word-wrap:break-word}.test-case-converter__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.test-case-converter__table-wrapper{flex:1;min-height:0}.test-case-converter__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist}.test-case-converter__action-button:hover{background:#f0f0f0}.test-case-converter__copy-button{width:90px}.test-case-converter__script-writer-button{width:124px;outline:1px solid #432dd7;color:#432dd7;font-weight:500}.test-case-converter__script-writer-button:hover{background:#f0f0f0}.test-case-converter__script-writer-button:active{background:#432dd729}.test-case-converter__script-writer-button:disabled{opacity:.5;cursor:not-allowed}.test-case-converter__download-button{padding-left:12px;padding-right:12px}.test-case-converter__info-button{width:32px;height:32px;background:#f9f9f9;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.test-case-converter__info-button:hover{background:#f0f0f0}.test-case-converter__input-section{display:flex;flex-direction:column;bottom:0;position:sticky}.test-case-converter__input-section--has-data{margin-top:auto}.test-case-converter__input-section--no-data{height:auto;margin-top:0;padding:0;background:transparent;border-radius:0;border:none}.test-case-converter .prompt-box{margin:0 auto}.test-case-converter--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.test-case-converter .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.test-case-converter .prompt-box__generate-button{background:#432dd7;color:#fff}.test-case-converter .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.test-case-converter .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.test-case-converter .prompt-box__upload-button{background:#ebeaf0;border-radius:6px}.test-case-converter .prompt-box__upload-button:hover{color:#432dd7;background-color:#e0ddf5}.ai-script-writer{display:flex;height:100%;color:#191d1f;flex-direction:column;overflow:hidden}.ai-script-writer--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:2rem}.ai-script-writer--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.ai-script-writer__heading--no-data{font-size:2rem;margin:0;text-align:center;margin-bottom:1rem}.ai-script-writer__output-section{height:calc(100% - 175px);display:flex;flex-direction:column;flex-shrink:0;border-radius:16px;outline-offset:-1px}.ai-script-writer__output-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding-bottom:1rem}.ai-script-writer__title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-family:Geist;font-weight:600;line-height:22.4px;word-wrap:break-word}.ai-script-writer__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.ai-script-writer__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist}.ai-script-writer__action-button:hover{background:#f0f0f0}.ai-script-writer__copy-button{width:90px}.ai-script-writer__info-button{width:32px;height:32px;background:transparent;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ai-script-writer__info-button:hover{background:#f0f0f0}.ai-script-writer__content-wrapper{display:flex;flex-direction:column;gap:10px;overflow:hidden;height:100%}.ai-script-writer__content{padding:12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;display:flex;justify-content:space-between;overflow:auto;height:100%}.ai-script-writer__code{width:100%;color:#636363;font-size:14px;font-family:Geist Mono,Courier New,monospace;font-weight:400;line-height:19.6px;white-space:pre-wrap;word-wrap:break-word;margin:0;overflow-y:auto}.ai-script-writer__input-section{display:flex;flex-direction:column;bottom:0;position:sticky}.ai-script-writer__input-section--has-data{margin-top:auto}.ai-script-writer__input-section--no-data{height:auto;margin-top:0;padding:0;background:transparent;border-radius:0;border:none}.ai-script-writer .prompt-box{margin:0 auto;box-shadow:0 0 12px #00000014}.ai-script-writer--no-data .prompt-box{max-width:650px}.ai-script-writer--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.ai-script-writer .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.ai-script-writer .prompt-box__generate-button{background:#432dd7;color:#fff}.ai-script-writer .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.ai-script-writer .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.ai-script-writer .prompt-box__upload-button{background:#ebeaf0;border-radius:6px}.ai-script-writer .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.ai-script-writer .prompt-box__type-dropdown-toggle{min-width:200px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem .75rem}.ai-script-writer .prompt-box__language-tag-in-toggle{background:#ebeaf0;color:#4f4e51;padding:2px 8px;border-radius:4px;font-size:12px;display:inline-flex;align-items:center;gap:4px}.ai-script-writer .prompt-box__language-tag-in-toggle-remove{color:#66607f}.ai-script-writer .prompt-box__language-tag-in-toggle-remove:hover{color:#f33}.ai-script-writer .prompt-box__type-dropdown-menu{z-index:1000;min-width:220px;max-height:250px;overflow-y:auto}.ai-script-writer .prompt-box__type-dropdown-menu--above{bottom:100%;top:auto;margin-bottom:4px}.ai-script-writer .prompt-box__type-options-list,.ai-script-writer .prompt-box__type-options-list--has-data{max-height:200px;overflow-y:auto;padding:4px 0}.ai-script-writer .prompt-box__type-option-item{padding:8px 12px}.ai-script-writer .prompt-box__type-option-item:hover{background-color:#f5f5f5}.ai-script-writer .prompt-box__type-checkbox{width:16px;height:16px;border:1px solid #d9d9d9;border-radius:2px}.ai-script-writer .prompt-box__type-checkbox--checked{background:#5227ff;border-color:#66607f}.ai-script-writer__file-format-hint,.ai-script-writer__file-input{display:none}@media (max-width: 768px){.ai-script-writer .prompt-box__type-dropdown-toggle{min-width:160px}}.api-scenarios{display:flex;height:100%;color:#191d1f;flex-direction:column;overflow:hidden}.api-scenarios--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:2rem}.api-scenarios--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.api-scenarios__heading--no-data{font-size:2rem;margin:0;text-align:center;margin-bottom:1rem}.api-scenarios__table-section{height:calc(100% - 170px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.api-scenarios__table-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.api-scenarios__table-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-family:Geist;font-weight:600;line-height:22.4px;word-wrap:break-word}.api-scenarios__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.api-scenarios__table-wrapper{flex:1;min-height:0}.api-scenarios__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist}.api-scenarios__action-button:hover{background:#f0f0f0}.api-scenarios__copy-button{width:90px}.api-scenarios__download-button{padding-left:12px;padding-right:12px}.api-scenarios__test-case-button{outline:1px solid #432dd7;color:#432dd7;font-weight:500}.api-scenarios__test-case-button:hover{background:#f0f0f0}.api-scenarios__info-button{width:32px;height:32px;background:transparent;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.api-scenarios__info-button:hover{background:#f0f0f0}.api-scenarios__input-section{display:flex;flex-direction:column;bottom:0;position:sticky}.api-scenarios__input-section--has-data{margin-top:auto}.api-scenarios__input-section--no-data{height:auto;max-width:700px;margin-top:0;padding:0;background:transparent;border-radius:0;border:none}.api-scenarios .prompt-box{margin:0 auto;box-shadow:0 0 12px #00000014}.api-scenarios--no-data .prompt-box{max-width:650px}.api-scenarios--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.api-scenarios .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.api-scenarios .prompt-box__textarea:focus{border-color:#432dd7;outline:none}.api-scenarios .prompt-box__generate-button{background:#432dd7;color:#fff}.api-scenarios .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.api-scenarios .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.api-scenarios .prompt-box__upload-button{background:#ebeaf0;border-radius:6px}.api-scenarios .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.api-scenarios .prompt-box__type-dropdown-toggle{min-width:180px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem .75rem;font-size:14px;color:#666}.api-scenarios .prompt-box__type-tags-in-toggle{display:flex;gap:.25rem;overflow-x:auto;max-width:150px}.api-scenarios .prompt-box__type-tag-in-toggle{background:#ebeaf0;color:#4f4e51;padding:2px 8px;border-radius:4px;font-size:12px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.api-scenarios .prompt-box__type-tag-in-toggle-remove{color:#66607f;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.api-scenarios .prompt-box__type-tag-in-toggle-remove:hover{color:#f33}.api-scenarios .prompt-box__type-dropdown-menu{z-index:1000;min-width:220px;max-height:250px;overflow-y:auto;border-radius:12px;box-shadow:0 2px 8px #00000026}.api-scenarios .prompt-box__type-dropdown-menu--above{bottom:100%;top:auto;margin-bottom:4px}.api-scenarios .prompt-box__type-options-list,.api-scenarios .prompt-box__type-options-list--has-data{max-height:200px;overflow-y:auto;padding:4px 0}.api-scenarios .prompt-box__type-option-item{padding:8px 12px;cursor:pointer;transition:background-color .2s ease}.api-scenarios .prompt-box__type-option-item:hover{background-color:#f5f5f5}.api-scenarios .prompt-box__type-option-content{display:flex;align-items:center;gap:8px}.api-scenarios .prompt-box__type-checkbox{width:16px;height:16px;background:#fff;border:1px solid #d9d9d9;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.api-scenarios .prompt-box__type-checkbox--checked{background:#5227ff;border-color:#66607f}.api-scenarios .prompt-box__type-option-label{color:#000000d9;font-size:14px;font-family:Manrope,sans-serif;font-weight:400;line-height:22px}.api-scenarios .prompt-box__file-attachments-wrapper{position:relative;width:100%}.api-scenarios .prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.api-scenarios .prompt-box__file-attachments::-webkit-scrollbar{display:none}.api-scenarios .prompt-box__file-item{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0}.api-scenarios .prompt-box__file-name{font-size:12px;color:#16151a;max-width:120px;overflow:hidden;text-overflow:ellipsis}.api-scenarios .prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666}.api-scenarios .prompt-box__remove-file-button:hover{color:#f33}.api-scenarios .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:opacity .2s ease;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;width:28px;height:28px}.api-scenarios .scroll-btn:hover{background:#f5f5f5}.api-scenarios .scroll-btn.left{left:4px}.api-scenarios .scroll-btn.right{right:4px}.api-scenarios .prompt-box__file-format-hint{font-size:12px;color:#666;font-family:Manrope,sans-serif;margin-top:.5rem;display:block}.api-scenarios__file-input{display:none}.api-scenarios__loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.api-scenarios__loading-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem}.api-scenarios__loading-text{margin:0;color:#16151a;font-family:Geist}.api-scenarios__spinner{animation:spin 1s linear infinite}.api-scenarios .prompt-box__type-dropdown-menu{animation:fadeIn .2s ease-out}.api-scenarios .prompt-box__type-dropdown-menu--above{animation:fadeInUp .2s ease-out}@media (max-width: 768px){.api-scenarios .prompt-box__type-dropdown-toggle{min-width:140px}}.api-test-cases{display:flex;height:100%;color:#191d1f;flex-direction:column;overflow:hidden}.api-test-cases__script-writer-button{outline:1px solid #432dd7;color:#432dd7;font-weight:500;padding:6px 12px;background:#f9f9f9;border-radius:6px;border:none;justify-content:center;align-items:center;gap:6px;display:flex;cursor:pointer;transition:all .2s ease;font-family:Geist}.api-test-cases__script-writer-button:hover{background:#f0f0f0}.api-test-cases--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:2rem}.api-test-cases--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.api-test-cases__heading--no-data{font-size:2rem;margin:0;text-align:center;margin-bottom:1rem}.api-test-cases__table-section{height:calc(100% - 170px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.api-test-cases__table-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.api-test-cases__table-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-family:Geist;font-weight:600;line-height:22.4px;word-wrap:break-word}.api-test-cases__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.api-test-cases__table-wrapper{flex:1;min-height:0}.api-test-cases__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist}.api-test-cases__action-button:hover{background:#f0f0f0}.api-test-cases__copy-button{width:90px}.api-test-cases__download-button{padding-left:12px;padding-right:12px}.api-test-cases__info-button{width:32px;height:32px;background:#f9f9f9;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.api-test-cases__info-button:hover{background:#f0f0f0}.api-test-cases__input-section{display:flex;flex-direction:column;bottom:0;position:sticky}.api-test-cases__input-section--has-data{margin-top:auto}.api-test-cases__input-section--no-data{height:auto;max-width:700px;margin-top:0;padding:0;background:transparent;border-radius:0;border:none}.api-test-cases .prompt-box{margin:0 auto;box-shadow:0 0 12px #00000014}.api-test-cases--no-data .prompt-box{max-width:650px}.api-test-cases--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.api-test-cases .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.api-test-cases .prompt-box__textarea:focus{border-color:#432dd7;outline:none}.api-test-cases .prompt-box__generate-button{background:#432dd7;color:#fff}.api-test-cases .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.api-test-cases .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.api-test-cases .prompt-box__upload-button{background:#ebeaf0;border-radius:6px}.api-test-cases .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.api-test-cases .prompt-box__file-attachments-wrapper{position:relative;width:100%}.api-test-cases .prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.api-test-cases .prompt-box__file-attachments::-webkit-scrollbar{display:none}.api-test-cases .prompt-box__file-item{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0}.api-test-cases .prompt-box__file-name{font-size:12px;color:#16151a;max-width:120px;overflow:hidden;text-overflow:ellipsis}.api-test-cases .prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666}.api-test-cases .prompt-box__remove-file-button:hover{color:#f33}.api-test-cases .prompt-box .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:opacity .2s ease;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;width:28px;height:28px}.api-test-cases .prompt-box .scroll-btn:hover{background:#f5f5f5}.api-test-cases .prompt-box .scroll-btn.left{left:4px}.api-test-cases .prompt-box .scroll-btn.right{right:4px}.api-test-cases .prompt-box__file-format-hint{font-size:12px;color:#666;font-family:Manrope,sans-serif;margin-top:.5rem;display:block;padding:0 .75rem .75rem}.api-test-cases__file-input{display:none}.api-test-cases__loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.api-test-cases__loading-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem}.api-test-cases__loading-text{margin:0;color:#16151a;font-family:Geist}.api-test-cases__spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.api-test-cases__actions-container{flex-wrap:wrap;gap:8px}.api-test-cases__script-writer-button{white-space:nowrap}}.api-script-writer{display:flex;height:100%;color:#191d1f;flex-direction:column;overflow:hidden}.api-script-writer--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:2rem}.api-script-writer--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.api-script-writer__heading--no-data{font-size:2rem;margin:0;text-align:center;margin-bottom:1rem}.api-script-writer__output-section{height:calc(100% - 155px);display:flex;flex-direction:column;flex-shrink:0;border-radius:16px;outline-offset:-1px}.api-script-writer__output-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding-bottom:1rem}.api-script-writer__title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-family:Geist;font-weight:600;line-height:22.4px;word-wrap:break-word}.api-script-writer__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.api-script-writer__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist}.api-script-writer__action-button:hover{background:#f0f0f0}.api-script-writer__copy-button{width:90px}.api-script-writer__info-button{width:32px;height:32px;background:#f9f9f9;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.api-script-writer__info-button:hover{background:#f0f0f0}.api-script-writer__content-wrapper{flex:1;display:flex;flex-direction:column;gap:10px;overflow:hidden}.api-script-writer__content{padding:12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;display:flex;justify-content:space-between;overflow:auto;height:100%}.api-script-writer__code{width:100%;color:#636363;font-size:14px;font-family:Geist Mono,Courier New,monospace;font-weight:400;line-height:19.6px;white-space:pre-wrap;word-wrap:break-word;margin:0;overflow-y:auto}.api-script-writer__input-section{display:flex;flex-direction:column;bottom:0;position:sticky;height:20%}.api-script-writer__input-section--has-data{margin-top:auto}.api-script-writer__input-section--no-data{height:auto;max-width:700px;margin-top:0;padding:0;background:transparent;border-radius:0;border:none}.api-script-writer .prompt-box{margin:0 auto;box-shadow:0 0 12px #00000014}.api-script-writer--no-data .prompt-box{max-width:650px}.api-script-writer--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.api-script-writer .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.api-script-writer .prompt-box__textarea:focus{border-color:#432dd7;outline:none}.api-script-writer .prompt-box__generate-button{background:#432dd7;color:#fff}.api-script-writer .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.api-script-writer .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.api-script-writer .prompt-box__upload-button{background:#ebeaf0;border-radius:6px}.api-script-writer .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.api-script-writer .prompt-box__type-dropdown-toggle{min-width:240px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem .75rem;font-size:14px;color:#666}.api-script-writer .prompt-box__type-tags-in-toggle{display:flex;gap:.25rem;overflow-x:auto;max-width:180px;padding-bottom:2px}.api-script-writer .prompt-box__type-tag-in-toggle{background:#ebeaf0;color:#4f4e51;padding:2px 8px;border-radius:4px;font-size:12px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.api-script-writer .prompt-box__type-tag-in-toggle-remove{color:#66607f;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.api-script-writer .prompt-box__type-tag-in-toggle-remove:hover{color:#f33}.api-script-writer .prompt-box__type-dropdown-menu{z-index:1000;min-width:260px;max-height:300px;overflow-y:auto;border-radius:12px;box-shadow:0 2px 8px #00000026}.api-script-writer .prompt-box__type-dropdown-menu--above{bottom:100%;top:auto;margin-bottom:4px}.api-script-writer .prompt-box__type-options-list,.api-script-writer .prompt-box__type-options-list--has-data{max-height:250px;overflow-y:auto;padding:4px 0}.api-script-writer .prompt-box__type-option-item{padding:8px 12px;cursor:pointer;transition:background-color .2s ease}.api-script-writer .prompt-box__type-option-item:hover{background-color:#f5f5f5}.api-script-writer .prompt-box__type-option-content{display:flex;align-items:center;gap:8px}.api-script-writer .prompt-box__type-checkbox{width:16px;height:16px;background:#fff;border:1px solid #d9d9d9;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.api-script-writer .prompt-box__type-checkbox--checked{background:#5227ff;border-color:#66607f}.api-script-writer .prompt-box__type-option-label{color:#000000d9;font-size:14px;font-family:Manrope,sans-serif;font-weight:400;line-height:22px}.api-script-writer .prompt-box__file-attachments-wrapper{position:relative;width:100%}.api-script-writer .prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.api-script-writer .prompt-box__file-attachments::-webkit-scrollbar{display:none}.api-script-writer .prompt-box__file-item{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0}.api-script-writer .prompt-box__file-name{font-size:12px;color:#16151a;max-width:120px;overflow:hidden;text-overflow:ellipsis}.api-script-writer .prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666}.api-script-writer .prompt-box__remove-file-button:hover{color:#f33}.api-script-writer .prompt-box .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:opacity .2s ease;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;width:28px;height:28px}.api-script-writer .prompt-box .scroll-btn:hover{background:#f5f5f5}.api-script-writer .prompt-box .scroll-btn.left{left:4px}.api-script-writer .prompt-box .scroll-btn.right{right:4px}.api-script-writer__file-input{display:none}.api-script-writer__loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.api-script-writer__loading-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem}.api-script-writer__loading-text{margin:0;color:#16151a;font-family:Geist}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.api-script-writer__spinner{animation:spin 1s linear infinite}.api-script-writer__back-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;font-size:12px;color:#555;cursor:pointer;transition:all .2s}.api-script-writer__back-button:hover{background:#e9e9e9;border-color:#ccc}.api-script-writer__back-link{margin-top:12px;padding:8px 16px;background:transparent;border:none;color:#432dd7;font-size:14px;cursor:pointer;text-decoration:underline;transition:color .2s}.api-script-writer__back-link:hover{color:#3219c7}.api-script-writer__source-info{margin-top:16px;padding:8px;display:flex;justify-content:center}.api-script-writer__source-badge{padding:4px 12px;background:#e8f4ff;border:1px solid #c2e0ff;border-radius:12px;font-size:12px;color:#06c;display:inline-flex;align-items:center;gap:6px}.api-script-writer__loaded-indicator{padding:6px 12px;background:#e8f5e8;border:1px solid #c3e6cb;border-radius:4px;font-size:12px;color:#155724;margin-bottom:12px;display:flex;align-items:center;gap:6px}.api-script-writer__loaded-indicator:before{content:"✓";font-weight:700}.api-script-writer__source-hint{font-size:12px;color:#666;font-style:italic}.api-script-writer .prompt-box__type-dropdown-menu{animation:fadeIn .2s ease-out}.api-script-writer .prompt-box__type-dropdown-menu--above{animation:fadeInUp .2s ease-out}@media (max-width: 768px){.api-script-writer__output-header{flex-wrap:wrap;gap:8px}.api-script-writer__title{order:-1;width:100%;margin-bottom:8px}.api-script-writer .prompt-box__type-dropdown-toggle{min-width:200px}}.finding-locators{display:flex;height:100%;width:100%;color:#191d1f;flex-direction:column;overflow:hidden;font-family:Geist,sans-serif}.finding-locators--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem}.finding-locators--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.finding-locators__heading--no-data{font-size:32px;text-align:center;margin-bottom:1rem}.finding-locators__output-section{height:calc(100% - 155px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.finding-locators__output-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.finding-locators__output-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-weight:600;line-height:22.4px}.finding-locators__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.finding-locators__action-button{padding:6px 12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist,sans-serif;font-size:14px;color:#191d1f}.finding-locators__action-button:hover{background:#f0f0f0}.finding-locators__copy-button{width:90px}.finding-locators__download-button{min-width:140px}.finding-locators__test-case-button{width:124px;outline:1px solid #432dd7;color:#432dd7;font-weight:500}.finding-locators__test-case-button:hover{background:#f0f0f0}.finding-locators__info-button{width:32px;height:32px;background:#f9f9f9;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.finding-locators__info-button:hover{background:#f0f0f0}.finding-locators__output-content{padding:12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;display:flex;justify-content:space-between;overflow:auto;height:100%}.finding-locators__locator-output{width:100%;color:#636363;font-size:14px;font-family:Geist Mono,Courier New,monospace;font-weight:400;line-height:19.6px;white-space:pre-wrap;word-wrap:break-word;margin:0;overflow-y:auto;max-height:375px}.finding-locators__input-section{display:flex;flex-direction:column;position:sticky;bottom:0}.finding-locators__input-section--no-data{height:auto;width:650px;margin:0 auto;padding:0;background:transparent}.finding-locators__input-section--has-data{margin-top:auto}.finding-locators__custom-inputs{width:100%;margin-bottom:1rem}.finding-locators__input-grid{display:flex;gap:12px;width:100%}.finding-locators__input-field{flex:1;padding:12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;box-shadow:0 0 12px #00000014}.finding-locators__input{width:100%;border:none;background:transparent;color:#4f4e51;font-size:14px;font-family:Geist,sans-serif;outline:none}.finding-locators__input::placeholder{color:#4f4e51;opacity:.8}.finding-locators__input:disabled{opacity:.5;cursor:not-allowed}.finding-locators .prompt-box{width:100%;margin:0 auto;box-shadow:0 0 12px #00000014}.finding-locators--no-data .prompt-box{max-width:650px}.finding-locators--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.finding-locators .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.finding-locators .prompt-box__textarea:focus{border-color:#432dd7;outline:none}.finding-locators .prompt-box__generate-button{background:#432dd7;color:#fff}.finding-locators .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.finding-locators .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.finding-locators .prompt-box__upload-button{background:#ebeaf0;border-radius:6px;width:36px;height:36px}.finding-locators .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.finding-locators .prompt-box__file-attachments-wrapper{position:relative;width:100%}.finding-locators .prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.finding-locators .prompt-box__file-attachments::-webkit-scrollbar{display:none}.finding-locators .prompt-box__file-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0;font-size:12px;color:#4f4e51}.finding-locators .prompt-box__file-name{max-width:120px;overflow:hidden;text-overflow:ellipsis}.finding-locators .prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666;margin-left:.25rem}.finding-locators .prompt-box__remove-file-button:hover{color:#f33}.finding-locators .prompt-box .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;box-shadow:0 2px 8px #0000001a}.finding-locators .prompt-box .scroll-btn:hover{background:#f9f9f9}.finding-locators .prompt-box .scroll-btn.left{left:4px}.finding-locators .prompt-box .scroll-btn.right{right:4px}.finding-locators .prompt-box__file-format-hint{font-size:12px;color:#666;font-family:Manrope,sans-serif;margin-top:.5rem;display:block;padding:0 .75rem .75rem}.finding-locators__file-input{display:none}@keyframes finding-locators-shimmer{to{background-position:-100% 0}}@media (max-width: 768px){.finding-locators__input-grid{flex-direction:column}.finding-locators__actions-container{flex-wrap:wrap;justify-content:flex-end}.finding-locators--no-data .prompt-box{max-width:100%}.finding-locators__input-section--no-data{width:100%;padding:0 1rem}}.agentic-ai{display:flex;height:100%;width:100%;color:#191d1f;flex-direction:column;overflow:hidden;font-family:Geist,sans-serif}.agentic-ai--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem}.agentic-ai--has-data{flex-direction:column;align-items:stretch;justify-content:space-between}.agentic-ai__heading--no-data{font-size:32px;text-align:center;margin-bottom:1rem}.agentic-ai__chat-section{height:calc(100% - 155px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;padding:0 1rem}.agentic-ai__chat-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.agentic-ai__chat-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-weight:600;line-height:22.4px}.agentic-ai__clear-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;border:none;cursor:pointer;font-family:Geist,sans-serif;font-size:14px;color:#191d1f;transition:all .2s ease}.agentic-ai__clear-button:hover{background:#f0f0f0}.agentic-ai__chat-window{flex:1;padding:1rem;min-height:0;overflow:auto;background:#fff;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;display:flex;flex-direction:column;gap:1rem}.agentic-ai__message{display:flex;gap:.75rem;max-width:85%;animation:agentic-ai__message-appear .3s ease-out}@keyframes agentic-ai__message-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.agentic-ai__message--user{align-self:flex-end;flex-direction:row-reverse}.agentic-ai__message--ai{align-self:flex-start}.agentic-ai__message-avatar{flex-shrink:0;width:27px;height:27px;border-radius:71px;display:flex;align-items:center;justify-content:center}.agentic-ai__message--ai .agentic-ai__message-avatar{background:#8a38f526}.agentic-ai__message--user .agentic-ai__message-avatar{background:#f9f9f9;border:1px solid #e0e0e0}.agentic-ai__user-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#432dd7;font-size:12px;font-weight:600}.agentic-ai__message-content{padding:6px 12px;border-radius:17px;outline:1px solid #e0e0e0;outline-offset:-1px;background:#f9f9f9;color:#16151a;font-size:14px;word-wrap:break-word}.agentic-ai__message--user .agentic-ai__message-content{background:#f9f9f9;border-radius:70px;padding:6px 12px}.agentic-ai__plain-text{margin:0;white-space:pre-wrap;line-height:1.5}.agentic-ai__json-node{font-family:Courier New,monospace;font-size:12px;line-height:1.5}.agentic-ai__json-pair{margin:2px 0}.agentic-ai__json-key{color:#18920d;font-weight:600}.agentic-ai__json-string{color:#227fbd}.agentic-ai__json-number{color:#f7df1e}.agentic-ai__json-boolean{color:#f33}.agentic-ai__json-null{color:#666}.agentic-ai__typing-indicator{display:flex;align-items:center;gap:4px;height:20px}.agentic-ai__typing-indicator span{width:6px;height:6px;background:#432dd7;border-radius:50%;display:inline-block;animation:agentic-ai__typing 1.4s infinite ease-in-out both}.agentic-ai__typing-indicator span:nth-child(1){animation-delay:-.32s}.agentic-ai__typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes agentic-ai__typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.agentic-ai__input-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem 1rem}.agentic-ai__input-section--no-data{height:auto;width:650px;flex-direction:column;padding:0;background:transparent;margin:0 auto}.agentic-ai__input-section--has-data{width:100%}.agentic-ai__input-box{display:flex;flex-direction:column;width:100%}.agentic-ai .prompt-box{width:100%;margin:0 auto;box-shadow:0 0 12px #00000014}.agentic-ai--no-data .prompt-box{max-width:650px}.agentic-ai--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.agentic-ai .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.agentic-ai .prompt-box__textarea:focus{outline:none}.agentic-ai .prompt-box__generate-button{background:#432dd7;color:#fff;min-width:124px;height:36px}.agentic-ai .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.agentic-ai .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.agentic-ai .prompt-box__upload-button{background:#ebeaf0;border-radius:6px;width:36px;height:36px}.agentic-ai .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.agentic-ai .prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;margin-bottom:0;scrollbar-width:none}.agentic-ai .prompt-box__file-attachments::-webkit-scrollbar{display:none}.agentic-ai .prompt-box__file-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#f5f5f5;border-radius:6px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0}.agentic-ai .prompt-box__file-name{font-size:12px;color:#16151a;max-width:120px;overflow:hidden;text-overflow:ellipsis}.agentic-ai .prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666;width:16px;height:16px}.agentic-ai .prompt-box__remove-file-button:hover{color:#f33}.agentic-ai .prompt-box__actions{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:2}.agentic-ai .prompt-box__actions-left{display:flex;align-items:center;gap:8px}.agentic-ai .prompt-box__file-format-hint{font-size:12px;color:#666;font-family:Manrope,sans-serif;margin-top:.5rem;display:block;padding:0 .75rem .75rem}.agentic-ai__file-input{display:none}@keyframes shimmer{to{background-position:-100% 0}}@keyframes agentic-ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.agentic-ai .prompt-box__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:agentic-ai-spin 1s linear infinite}@media (max-width: 768px){.agentic-ai--no-data{flex-direction:column;padding:1rem}.agentic-ai__input-section--no-data{width:100%}.agentic-ai--no-data .prompt-box{max-width:100%}.agentic-ai__message{max-width:95%}.agentic-ai__clear-button{padding:6px 8px;font-size:12px}.agentic-ai__message-content{font-size:13px;line-height:1.4}}.ui-recorder{display:flex;height:100%;width:100%;color:#191d1f;flex-direction:column;overflow:hidden;font-family:Geist,sans-serif}.ui-recorder--no-data{align-items:center;justify-content:center}.ui-recorder--has-data{flex-direction:column;align-items:stretch;padding:1rem}.ui-recorder__heading--no-data{font-size:32px;text-align:center}.ui-recorder__output-section{height:100%;display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.ui-recorder__output-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.ui-recorder__output-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-weight:600;line-height:22.4px}.ui-recorder__actions-container{justify-content:flex-end;align-items:center;display:flex}.ui-recorder__right-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.ui-recorder__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist,sans-serif;font-size:14px;color:#191d1f}.ui-recorder__action-button:hover{background:#f0f0f0}.ui-recorder__copy-button{width:90px}.ui-recorder__converter-button{outline:1px solid #432dd7;color:#432dd7;font-weight:500;padding-left:12px;padding-right:12px}.ui-recorder__converter-button:hover{background:#f0f0f0}.ui-recorder__info-button{width:32px;height:32px;background:#f9f9f9;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ui-recorder__info-button:hover{background:#f0f0f0}.ui-recorder__output-content{padding:12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;display:flex;justify-content:space-between;overflow:auto;height:100%}.ui-recorder__script-output{width:100%;color:#636363;font-size:14px;font-family:Geist Mono,Courier New,monospace;font-weight:400;line-height:19.6px;white-space:pre-wrap;word-wrap:break-word;margin:0;overflow-y:auto;max-height:375px}.ui-recorder__empty-output{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-style:italic}.ui-recorder__input-section{display:flex;flex-direction:column;gap:1rem}.ui-recorder__input-section--no-data{flex-direction:column;justify-content:center;align-items:center;padding:0;background:transparent}.ui-recorder__input-section--has-data{width:100%}.ui-recorder__controls-box{display:flex;flex-direction:column;width:100%}.ui-recorder__controls-box--has-data{display:flex;flex-direction:column;width:auto;padding:0rem}.ui-recorder__controls-row{display:flex;justify-content:center;align-items:center;gap:12px;width:100%}.ui-recorder__record-button{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;border:none;cursor:pointer;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:19.6px;transition:all .2s ease;min-width:158px;justify-content:center}.ui-recorder__record-button--start{background:#18920d;color:#fff;outline:1px solid #e0e0e0;outline-offset:-1px}.ui-recorder__record-button--start:hover:not(:disabled){background:#147a0a}.ui-recorder__record-button--stop{background:#d92d20;color:#fff;outline:1px solid #e0e0e0;outline-offset:-1px}.ui-recorder__record-button--stop:hover:not(:disabled){background:#b3261e}.ui-recorder__record-button:disabled{cursor:not-allowed;opacity:.6}.ui-recorder__generate-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#432dd7;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:19.6px;transition:all .2s ease;min-width:127px;justify-content:center}.ui-recorder__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.ui-recorder__generate-button:disabled{background:#d9d9d9;color:#0003;cursor:not-allowed;opacity:.38}.ui-recorder__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:ui-recorder-spin 1s linear infinite}@keyframes ui-recorder-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.code-converter{display:flex;height:100%;width:100%;color:#191d1f;flex-direction:column;overflow:hidden;font-family:Geist,sans-serif}.code-converter--no-data{flex-direction:row;align-items:center;justify-content:center;gap:2rem}.code-converter--has-data{flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem}.code-converter__heading--no-data{font-size:32px;text-align:center;margin-bottom:1rem}.code-converter__output-section{height:calc(100% - 155px);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.code-converter__output-header{align-self:stretch;justify-content:space-between;align-items:center;display:flex;padding:.5rem 0}.code-converter__output-title{justify-content:center;display:flex;flex-direction:column;color:#16151a;font-size:16px;font-weight:600;line-height:22.4px}.code-converter__actions-container{justify-content:flex-start;align-items:center;gap:12px;display:flex}.code-converter__action-button{padding:6px 12px;background:#f9f9f9;border-radius:6px;outline:1px solid #e0e0e0;outline-offset:-1px;justify-content:center;align-items:center;gap:6px;display:flex;border:none;cursor:pointer;transition:all .2s ease;font-family:Geist,sans-serif;font-size:14px;color:#191d1f}.code-converter__action-button:hover{background:#f0f0f0}.code-converter__copy-button{width:90px}.code-converter__download-button{min-width:140px}.code-converter__converter-button{width:124px;outline:1px solid #432dd7;color:#432dd7;font-weight:500}.code-converter__converter-button:hover{background:#f0f0f0}.code-converter__info-button{width:32px;height:32px;background:#f9f9f9;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.code-converter__info-button:hover{background:#f0f0f0}.code-converter__output-content{padding:12px;background:#f9f9f9;border-radius:12px;outline:1px solid #e0e0e0;outline-offset:-1px;display:flex;justify-content:space-between;overflow:auto;height:100%}.code-converter__converted-output{width:100%;color:#636363;font-size:14px;font-family:Geist Mono,Courier New,monospace;font-weight:400;line-height:19.6px;white-space:pre-wrap;word-wrap:break-word;margin:0;overflow-y:auto;max-height:375px}.code-converter__input-section{display:flex;flex-direction:column;position:sticky;bottom:0}.code-converter__input-section--no-data{height:auto;width:650px;margin:0 auto;padding:0;background:transparent}.code-converter__input-section--has-data{margin-top:auto}.code-converter__old-code-container{width:100%;margin-bottom:1rem}.code-converter__old-code-textarea{width:100%;padding:12px;background:#f9f9f9;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 0 12px #00000014;resize:none;font-family:Geist,sans-serif;font-size:14px;line-height:19.6px;outline:none;color:#4f4e51;min-height:80px;max-height:200px}.code-converter__old-code-textarea::placeholder{color:#4f4e51;opacity:.8}.code-converter__old-code-textarea:disabled{opacity:.5;cursor:not-allowed}.code-converter__old-code-textarea--generating{background:linear-gradient(90deg,#a1eba6,#a5cb34,#8a38f5,#f53838,#be97f2);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:code-converter-shimmer 10s linear infinite}@keyframes code-converter-shimmer{to{background-position:-100% 0}}.code-converter .prompt-box{width:100%;margin:0 auto;box-shadow:0 0 12px #00000014}.code-converter--no-data .prompt-box{max-width:650px}.code-converter--has-data .prompt-box{background:#f9f9f9;border-radius:.75rem;border:1px solid #e0e0e0}.code-converter .prompt-box__textarea{font-family:Geist,sans-serif;font-size:14px;line-height:1.5}.code-converter .prompt-box__textarea:focus{border-color:#432dd7;outline:none}.code-converter .prompt-box__generate-button{background:#432dd7;color:#fff}.code-converter .prompt-box__generate-button:hover:not(:disabled){background:#371fc9;transform:translateY(-1px)}.code-converter .prompt-box__generate-button:disabled{cursor:not-allowed;opacity:.6}.code-converter .prompt-box__upload-button{background:#ebeaf0;border-radius:6px;width:36px;height:36px}.code-converter .prompt-box__upload-button:hover:not(:disabled){color:#432dd7;background-color:#e0ddf5}.code-converter .prompt-box__type-dropdown-toggle{min-width:200px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem .75rem;font-size:14px;color:#666}.code-converter .prompt-box__type-tags-in-toggle{display:flex;gap:.25rem;overflow-x:auto;max-width:150px;padding-bottom:2px}.code-converter .prompt-box__type-tag-in-toggle{background:#ebeaf0;color:#4f4e51;padding:2px 8px;border-radius:4px;font-size:12px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.code-converter .prompt-box__type-tag-in-toggle-remove{color:#66607f;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.code-converter .prompt-box__type-tag-in-toggle-remove:hover{color:#f33}.code-converter .prompt-box__type-dropdown-menu{z-index:1000;min-width:220px;max-height:250px;overflow-y:auto;border-radius:12px;box-shadow:0 2px 8px #00000026}.code-converter .prompt-box__type-dropdown-menu--above{bottom:100%;top:auto;margin-bottom:4px}.code-converter .prompt-box__type-options-list,.code-converter .prompt-box__type-options-list--has-data{max-height:200px;overflow-y:auto;padding:4px 0}.code-converter .prompt-box__type-option-item{padding:8px 12px;cursor:pointer;transition:background-color .2s ease}.code-converter .prompt-box__type-option-item:hover{background-color:#f5f5f5}.code-converter .prompt-box__type-option-content{display:flex;align-items:center;gap:8px}.code-converter .prompt-box__type-checkbox{width:16px;height:16px;background:#fff;border:1px solid #d9d9d9;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.code-converter .prompt-box__type-checkbox--checked{background:#5227ff;border-color:#66607f}.code-converter .prompt-box__type-option-label{color:#000000d9;font-size:14px;font-family:Manrope,sans-serif;font-weight:400;line-height:22px}.code-converter .prompt-box__file-attachments-wrapper{position:relative;width:100%}.code-converter .prompt-box__file-attachments{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.code-converter .prompt-box__file-attachments::-webkit-scrollbar{display:none}.code-converter .prompt-box__file-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;white-space:nowrap;flex-shrink:0;font-size:12px;color:#4f4e51}.code-converter .prompt-box__file-name{max-width:120px;overflow:hidden;text-overflow:ellipsis}.code-converter .prompt-box__remove-file-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666;margin-left:.25rem}.code-converter .prompt-box__remove-file-button:hover{color:#f33}.code-converter .prompt-box .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;box-shadow:0 2px 8px #0000001a}.code-converter .prompt-box .scroll-btn:hover{background:#f9f9f9}.code-converter .prompt-box .scroll-btn.left{left:4px}.code-converter .prompt-box .scroll-btn.right{right:4px}.code-converter .prompt-box__file-format-hint{font-size:12px;color:#666;font-family:Manrope,sans-serif;margin-top:.5rem;display:block;padding:0 .75rem .75rem}.code-converter__file-input{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.code-converter .prompt-box__type-dropdown-menu{animation:fadeIn .2s ease-out}.code-converter .prompt-box__type-dropdown-menu--above{animation:fadeInUp .2s ease-out}@media (max-width: 768px){.code-converter__output-header{flex-wrap:wrap;gap:8px}.code-converter__output-title{order:-1;width:100%;margin-bottom:8px}.code-converter__actions-container{flex-wrap:wrap;justify-content:flex-end}.code-converter--no-data .prompt-box{max-width:100%}.code-converter__input-section--no-data{width:100%;padding:0 1rem}.code-converter .prompt-box__type-dropdown-toggle{min-width:160px}}.header{background-color:#050a44;color:#fff;padding:.5rem 2rem .5rem 2.5rem}.header-container{display:flex;align-items:center;justify-content:space-between}.brand-content{display:flex;align-items:center;gap:1rem}.brand-name{height:1.25rem}.brand-separator,.brand-subtitle{color:#fff}.nav-menus{display:flex;align-items:center;gap:1.5rem}.menu-section{background:#1d214b;padding:.13rem .13rem .13rem .25rem;display:flex;align-items:center;gap:4px;border-radius:.75rem}.menu-section-buttons{background:#fff;padding:.13rem;border-radius:.63rem;display:flex;align-items:center}.menu-label{font-size:.875rem;color:#fff;width:3rem;text-align:center}.nav-tab{padding:.5rem .75rem;border-radius:.75rem;font-size:.875rem;border:none;background:none;color:#475059;cursor:pointer;transition:all .2s ease}.nav-tab:hover{background-color:#52525238}.nav-tab.active{background-color:#096dd9;color:#fff;font-weight:500}.nav-tab.active:hover{background-color:#1d4ed8}.menu-section-buttons button{margin-right:4px}.code-converter-tab{background:linear-gradient(90deg,#2e3192,#1bffff);color:#fff;font-weight:500;border:none;border-radius:.75rem;transition:all .3s ease}.code-converter-tab:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.code-converter-tab.active{background:linear-gradient(90deg,#1bffff,#2e3192);color:#fff;font-weight:600}@media (max-width: 768px){.header-container{flex-direction:column;gap:16px}.nav-menus{gap:16px}.menu-section{flex-wrap:wrap;gap:2px}.nav-tab{padding:3px 12px;font-size:.8rem}.code-converter-tab{font-size:.8rem;padding:3px 12px}}.pageWrapper{display:flex;height:100%;color:#191d1f;flex-direction:column}.pageLeftWrapper{width:100%;display:flex;flex-direction:column;justify-content:center}.sectionImg{height:1.75rem;width:2rem;aspect-ratio:17/14}.sectionHeading{font-size:1.75rem;font-style:normal;font-weight:600;margin-top:1.5rem;text-align:center}.subHeading{font-size:.875rem;line-height:1.5rem;margin-top:.25rem}.sectionField{display:flex;flex-direction:column;gap:.19rem;margin-top:.5rem}.sectionField_label{font-size:.75rem;line-height:1.25rem}.sectionField_field{line-height:1.25rem;border:1px solid #ccd1d6;font-size:.75rem;border-radius:.75rem;width:100%;padding:.38rem .5rem}.sectionField_field:focus{outline:none;box-shadow:none}.sectionField_helperText{color:#6a7885;margin-top:8px;font-size:.625rem}.sectionField_submitButton{padding:.38rem .75rem;background:#096dd9;color:#fff;border:none;border-radius:.75rem;cursor:pointer;margin-top:1rem}.custom-file-input::file-selector-button{background-color:#fff;color:#56616c;border:none;padding:.38rem .5rem;border-radius:.75rem;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;border:1px solid #ccd1d6}.custom-file-input::file-selector-button:hover{background-color:#fff4}.custom-file-input::-webkit-file-upload-button{background-color:#fff;color:#56616c;border:none;padding:.38rem .5rem;border-radius:.75rem;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;border:1px solid #ccd1d6}.tableButtons{border:none;display:flex;align-items:center;justify-content:center;height:1.38rem;width:1.38rem;border-radius:.25rem;background:none;color:#096dd9}.tableButtons:hover{cursor:pointer;background:#f5f5f5}.tableActionButtons{color:#096dd9;font-size:.75rem;line-height:1.375rem;padding:.38rem .5rem;display:flex;align-items:center;gap:.38rem;background:none;border:none;border-radius:.25rem}.tableActionButtons:hover{cursor:pointer;background:#e6e6e6}.promptTextarea{width:100%;resize:none;border:none;outline:none;background:transparent;font-size:14px;font-family:Geist,sans-serif;line-height:20px;min-height:20px;max-height:80px;overflow-y:auto}.promptActions{display:flex;justify-content:space-between;align-items:center}.promptBox.multiline{padding-bottom:16px}.iconBtn{background:#ebeaf0;border-radius:8px;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.generateBtn{background:#432dd7;color:#fff;border-radius:6px;padding:6px 12px;display:flex;align-items:center;gap:6px;border:none;cursor:pointer}.promptContent{max-height:184px;overflow-y:auto}::-webkit-scrollbar{width:4px;height:0px}::-webkit-scrollbar-track{border-radius:10px;background:#fff}::-webkit-scrollbar-thumb{background:#d3d3dd;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d8d8d8;cursor:default}.sidebar-container{width:210px;padding:32px;background:#f9f9f9;border-radius:16px;border:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;height:100%}.sidebar-logo{display:flex;align-items:center;gap:8.73px;height:24px}.logo-shapes{display:flex;align-items:center;position:relative}.logo-shape{background:#432dd7}.shape-1{width:22.79px;height:23.04px}.shape-2{width:17.08px;height:12.34px}.shape-3{width:15.89px;height:17.23px}.shape-4{width:13.82px;height:17.22px}.shape-5{width:13.73px;height:11.3px;background:#f9f9f9!important}.logo-dot{width:2.77px;height:2.77px;background:#432dd7;border-radius:1.09px;margin:0 1px}.logo-text{color:#432dd7;font-size:15.27px;font-family:Poppins,sans-serif;font-weight:500;line-height:21.38px}.sidebar-sections{width:100%;display:flex;flex-direction:column;gap:24px}.sidebar-section{width:100%;display:flex;flex-direction:column;gap:12px}.section-label{color:#16151a;font-size:12px;font-family:Geist,sans-serif;font-weight:500;line-height:16.8px;text-align:left}.section-items{width:100%;display:flex;flex-direction:column;gap:6px}.nav-item{width:100%;padding:8px;border-radius:6px;display:flex;align-items:center;gap:6px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;text-decoration:none}.nav-item:hover{background:#432dd70d}.nav-item.active{background:#432dd7}.nav-item.active:hover{background:#402cc0}.nav-item.active span{color:#f9f9f9!important}.nav-item span{font-size:14px;font-family:Geist,sans-serif;font-weight:400;line-height:19.6px;text-align:center;color:#4f4e51}.nav-icon{width:14px;height:14px;position:relative;display:flex;align-items:center;justify-content:center}.icon-shape{position:absolute;background:#a5a2b8}.nav-item.active .icon-shape{background:#f9f9f9}.nav-item:first-child .icon-shape{width:9.63px;height:11.81px;left:2.19px;top:.88px}.nav-item:nth-child(2) .icon-shape{width:11.38px;height:8.75px;left:1.31px;top:2.63px}.nav-item:nth-child(3) .icon-shape{width:9.63px;height:11.38px;left:2.19px;top:1.31px}.sidebar-section:nth-child(3) .nav-item:first-child .icon-shape{width:11.38px;height:7.88px;left:1.75px;top:3.06px}.sidebar-section:nth-child(3) .nav-item:nth-child(2) .icon-shape{width:11.38px;height:7.88px;left:1.31px;top:3.06px}.sidebar-section:nth-child(3) .nav-item:nth-child(3) .icon-shape{width:10.5px;height:10.29px;left:1.75px;top:1.86px}.sidebar-section:nth-child(3) .nav-item:nth-child(4) .icon-shape{width:10.94px;height:12.25px;left:1.31px;top:.88px}
