.feature-grid{text-align:left;grid-template-columns:repeat(3,minmax(300px,1fr));gap:25px;display:grid}.feature-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:22px;flex-direction:column;align-items:flex-start;gap:20px;padding:20px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000d}.feature-card:hover{border-color:#8f8f8f;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 24px #adadad4d}.feature-icon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;padding:10px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.feature-icon svg{transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-icon svg path{stroke:#1e1e1e}.feature-content .why-choose-title{color:#1e1e1e;vertical-align:middle;margin:0 0 8px;font-size:18px;font-weight:700;line-height:30px;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-content .why-choose-title{transform:translate(4px)}.feature-content p{color:var(--landing-secondary);margin:0;font-size:14px;font-weight:400;line-height:22px}.feature-card:hover{background:#ffffff80;border:1px solid #8f8f8f;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 24px #adadad4d}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.feature-card:hover .feature-icon{color:#fff;background-color:#efefef;animation:2s ease-in-out infinite iconPulse;transform:scale(1.1)rotate(5deg)}.feature-card:hover .feature-icon svg{transform:scale(1.1)}@media (max-width:1366px){.feature-content .why-choose-title{font-size:16px}}@media (max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-content .why-choose-title{font-size:15px;line-height:unset}.feature-card{padding:1rem}.feature-icon{width:50px;height:50px}}@media (max-width:480px){.feature-card{padding:15px 20px}.feature-icon{width:50px;height:50px;padding:8px}.feature-content .why-choose-title{font-size:16px;line-height:24px}.feature-content p{font-size:12px;line-height:20px}.feature-grid{grid-template-columns:repeat(1,1fr)}}
.before-after-showcase{flex-direction:column;align-items:center;gap:48px;padding:0;display:flex}.header-title{flex-direction:column;gap:12px;display:flex}.header-section{flex-direction:column;align-items:center;gap:32px;display:flex}.tabs-container{gap:38px}.tab-pill{color:var(--landing-primary);cursor:pointer;white-space:nowrap;background-color:#f9fafb;border:1px solid #0000000d;border-radius:50px;padding:10px 24px;font-size:15px;font-weight:500;transition:all .2s}.tab-pill:hover{background-color:#efefef}.tab-pill.active{background-color:var(--landing-primary);color:#fff;border-color:var(--landing-primary)}.showcase-display{width:100%}.showcase-card{background:#f0f0f0;border-radius:20px;width:100%;overflow:hidden}.showcase-card .compare-slider{width:100%}@media (max-width:1200px){.tabs-container{gap:20px}}@media (max-width:768px){.tab-pill{padding:8px 16px;font-size:14px}.before-after-showcase{gap:30px}.tabs-container{gap:12px}}@media (max-width:576px){.before-after-showcase{padding:0 10px}}
.img-uploader-outer-wrap{text-align:center;cursor:pointer;background-color:#f7f7f7;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:71%;height:100%;transition:all .3s;display:flex}[data-theme=dark] .img-uploader-outer-wrap{background-color:#1f1f1f}.img-uploader-outer-wrap:hover{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient id='grad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' stop-color='%2372C2FF'/%3e%3cstop offset='50%25' stop-color='%23FE689F'/%3e%3cstop offset='100%25' stop-color='%23FF9070'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect x='1' y='1' width='calc(100%25 - 2px)' height='calc(100%25 - 2px)' rx='10' ry='10' stroke='url(%23grad)' strokeWidth='1' stroke-dasharray='4%2c2' fill='none' /%3e%3c/svg%3e"),linear-gradient(90deg,#96d1ff14 0%,#ff9ac014 50%,#ffbda914 100%);background-repeat:no-repeat;background-origin:border-box;border-color:#0000}.img-uploader-outer-wrap .img-upload-container .upload-info{color:var(--color-primary);font-size:20px;font-weight:500}.upload-sun-info span{font-size:12px}.tool_subtitle{color:#939393;text-align:center;vertical-align:middle;margin:10px auto 30px;font-size:14px;font-weight:400;line-height:24px}.preview-wrapper{justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex}.upload-preview{object-fit:contain;border-radius:12px;max-width:100%;max-height:550px}.preview-img{border-radius:8px;max-width:100%;max-height:250px}.upload-container-text-box{flex-direction:column;justify-content:center;align-items:center;display:flex}[data-theme=dark] .upload-container-text-box svg path{stroke:silver}.img-upload-box-text{color:#939393;font-size:14px;font-weight:500}.upload-box-bottom-text{background-color:#fff;border:1px solid #0000000f;border-radius:100px;justify-content:center;align-items:center;gap:3px;width:fit-content;padding:6px 12px;display:flex}[data-theme=dark] .upload-box-bottom-text{background-color:#181818}.upload-box-bottom-text span{font-size:12px;font-weight:500}[data-theme=dark] .upload-box-bottom-text span{color:#939393}.upload-box-bottom-text span:last-child{background:linear-gradient(90deg,#66bdff 0%,#ff679f 50%,#ff9070 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.upload-info-box-text-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:46px;margin-bottom:36px;display:flex}@media (max-width:1600px){.image-gen-caption-wrap p{font-size:14px}.img-uploader-outer-wrap{width:74%}.tool_subtitle{font-size:12px;line-height:15px}}@media (max-width:600px){.img-uploader-outer-wrap:hover{background-image:unset;border-color:unset;background-repeat:unset;border:unset}.upload-preview{width:100%}.tool_subtitle{line-height:130%}}
.before-after-container{flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.image-card{overflow:hidden}.arrow-icon{transform:rotate(90deg)}[data-theme=dark] .arrow-icon svg path{fill:#fff}.image-card img{max-width:100%;height:100%}.image-card.before-card,.image-card.after-card{height:50%}.image-card.before-card img,.image-card.after-card img{border-radius:10px}@media (max-width:768px){.before-after-container{flex-direction:row!important}.image-card.before-card img,.image-card.after-card img{border-radius:20px}.image-card.before-card,.image-card.after-card{height:unset;flex:1}.before-after-container{height:unset}}
.tts-stop-icon{color:#fff;cursor:pointer;background:#a39f9f;border:none;border-radius:33.51px;justify-content:center;align-items:center;width:23px;height:23px;font-size:14px;display:flex}.stop-icon{width:11px!important;height:11px!important}.user-wrap-res-section{justify-content:space-between;align-items:baseline;margin-top:15px;display:flex}.bot-res-section{justify-content:flex-start;align-items:baseline;gap:5px;display:flex}.ai-user-question{flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;padding:0;display:flex}[data-theme=dark] .user-question-message{background-color:#1f2121}.user-question-message{max-width:70%;color:var(--color-primary);white-space:pre-wrap;background-color:#f7f7f8;border-radius:8px;margin-bottom:5px;padding:10px;font-size:16px;font-weight:400;line-height:24px;overflow:auto}.ai-bot-response{vertical-align:middle;color:var(--color-primary);width:100%;font-weight:400;line-height:26px;font-family:var(--font-DM-sans), system-ui, sans-serif!important;font-size:16px!important}.ai-bot-response ul{all:revert;margin-bottom:16px}.ai-bot-response img{max-width:100%}.ai-bot-response li{all:revert}.deep-link-icon{width:12px;height:12px}[data-theme=dark] .deep-link-icon path{stroke:#fff}.deep-link-icon path{stroke:#000}[data-theme=dark] .ai-bot-response{color:#e4e6eb}[data-theme=dark] .ai-bot-response table thead{background:linear-gradient(90deg,#2a2a2a 0%,#3a3a3a 100%)}[data-theme=dark] .ai-bot-response table tr td{background:#3a3a3a}[data-theme=dark] .ai-bot-response table,[data-theme=dark] .ai-bot-response th,[data-theme=dark] .ai-bot-response td{border:1px solid #575757}.ai-bot-response{color:#2a2a2a}.ai-bot-response h1{color:var(--color-primary);margin-top:30px;margin-bottom:6px;padding-bottom:6px;font-size:26px;font-weight:600;line-height:120%}.ai-bot-response h2{color:var(--color-primary);border-bottom:1px solid #d8dee4;margin-top:30px;margin-bottom:15px;padding-bottom:30px;font-size:1.5em;font-weight:600;line-height:120%}.ai-bot-response h3{color:var(--color-primary);margin-top:15px;margin-bottom:15px;font-size:20px;font-weight:600;line-height:120%}.ai-bot-response h4{color:var(--color-primary);margin-bottom:5px;font-size:16px;line-height:120%}.ai-bot-response h5{color:var(--color-primary);margin-bottom:5px;font-size:12px;line-height:120%}.ai-bot-response h6{color:var(--color-primary);margin-bottom:5px;font-size:10px;line-height:120%}.ai-bot-response table{border-spacing:0;border-collapse:separate;width:max-content;max-width:100%;margin-top:10px;margin-bottom:10px;display:block;overflow:auto}.ai-bot-response table,.ai-bot-response th,.ai-bot-response td{border-collapse:collapse;border:1px solid #1e1e1e14}.ai-bot-response table thead{background:var(--main-bg-gradient)}.ai-bot-response td{background-color:#fafafa}.ai-bot-response p{margin-bottom:1rem}[data-theme=dark] .ai-bot-response a{color:#fff;background:linear-gradient(270deg,#00f2fe99 0%,#4facfe99 100%)}.sources-link{color:#000;background:linear-gradient(90deg,#96d1ff4d 0%,#ff9ac04d 50%,#ffbda94d 100%);border-radius:6px;margin-left:5px;padding:2px 6px;font-size:12px;font-weight:400;text-decoration:none;white-space:nowrap!important;overflow:visible!important}[data-theme=dark] .ai-bot-response table tr th,[data-theme=dark] .ai-bot-response table tbody tr{border-bottom:1px solid #3a3a3a}.ai-bot-response table tr th,.ai-bot-response table tbody tr{border-bottom:1px solid #ddd}.ai-bot-response table tbody tr:last-child{border-bottom:none}.ai-bot-response table tr th,.ai-bot-response table tbody tr td{padding:8px}.hljs{border-radius:15px;margin-top:10px;white-space:pre-wrap!important;word-break:break-word!important;overflow-x:hidden!important}.custom-code-block{background-color:#f9f9f9;border-radius:16px;margin-top:15px;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008}[data-theme=dark] .custom-code-block{box-shadow:none;background-color:#1f1f1f}.code-header{background-color:#f9f9f9;border-bottom:2px solid #fff;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}[data-theme=dark] .code-header{background-color:#1f1f1f;border-bottom:2px solid #181818}.code-lang{color:var(--color-primary);font-size:16px;font-weight:600;font-family:var(--font-DM-sans);letter-spacing:.025em;letter-spacing:0%;text-transform:uppercase;line-height:24px}.code-copy-btn{cursor:pointer;color:#555;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px;transition:all .2s;display:flex}.code-copy-btn:hover{background:#0000000f}[data-theme=dark] .code-copy-btn:hover{background:#ffffff1a}.code-copy-btn svg{width:18px;height:18px}[data-theme=dark] .copy-icon-message-code path{stroke:var(--color-primary)}.code-copy-btn svg path{stroke:#000}.copy-icon-message-code path{stroke:#555}div.custom-code-block pre.code-body,div.custom-code-block pre.code-body code,div.custom-code-block pre.code-body .hljs{font-family:Google Sans Code,Fira Code,Roboto Mono,monospace!important}.code-body{font-size:14px;line-height:1.7;background:0 0!important;border-radius:0!important;margin:0!important;padding:15px 24px!important}.code-body .hljs{background:0 0!important;border-radius:0!important;margin:0!important;padding:0!important}[data-theme=light] .code-body .hljs{color:#24292e}[data-theme=light] .code-body .hljs-keyword,[data-theme=light] .code-body .hljs-selector-tag,[data-theme=light] .code-body .hljs-selector-class,[data-theme=light] .code-body .hljs-selector-id{color:#df4141}[data-theme=light] .code-body .hljs-tag,[data-theme=light] .code-body .hljs-name,[data-theme=light] .code-body .hljs-meta{color:#2563eb}[data-theme=light] .code-body .hljs-attr,[data-theme=light] .code-body .hljs-attribute{color:#d97706}[data-theme=light] .code-body .hljs-string,[data-theme=light] .code-body .hljs-value,[data-theme=light] .code-body .hljs-number,[data-theme=light] .code-body .hljs-literal{color:#059669}[data-theme=light] .code-body .hljs-comment{color:#6a737d}[data-theme=light] .code-body .hljs-punctuation,[data-theme=light] .code-body .hljs-operator,[data-theme=light] .code-body .hljs-subst{color:#24292e}[data-theme=light] .code-body.language-html .hljs-attr{color:#953800}[data-theme=light] .code-body.language-html .hljs-string{color:#059669}[data-theme=light] .code-body.language-css .hljs-attribute{color:#d73a49}[data-theme=light] .code-body.language-css .hljs-number,[data-theme=light] .code-body.language-css .hljs-string{color:#059669}[data-theme=dark] .code-body .hljs{color:#abb2bf}[data-theme=dark] .code-body .hljs-keyword,[data-theme=dark] .code-body .hljs-selector-tag,[data-theme=dark] .code-body .hljs-selector-class,[data-theme=dark] .code-body .hljs-selector-id{color:#c678dd}[data-theme=dark] .code-body .hljs-tag,[data-theme=dark] .code-body .hljs-name,[data-theme=dark] .code-body .hljs-meta{color:#e06c75}[data-theme=dark] .code-body .hljs-attr,[data-theme=dark] .code-body .hljs-attribute{color:#d19a66}[data-theme=dark] .code-body .hljs-string,[data-theme=dark] .code-body .hljs-value,[data-theme=dark] .code-body .hljs-number,[data-theme=dark] .code-body .hljs-literal{color:#98c379}[data-theme=dark] .code-body .hljs-comment{color:#5c6370;font-style:italic}[data-theme=dark] .code-body .hljs-punctuation,[data-theme=dark] .code-body .hljs-operator,[data-theme=dark] .code-body .hljs-subst{color:#abb2bf}[data-theme=dark] .code-body.language-html .hljs-attr{color:#d19a66}[data-theme=dark] .code-body.language-css .hljs-attribute{color:#e06c75}div.code-side-panel pre,div.code-side-panel pre code{font-size:14px;font-family:Google Sans Code,Fira Code,Roboto Mono,monospace!important}.chat-message-show-action{opacity:0;visibility:hidden;will-change:opacity, transform;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility 0s linear .35s;transform:translateY(6px)}.ai-user-question:hover .chat-message-show-action{opacity:1;visibility:visible;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility linear;transform:translateY(0)}.chat-message-icon{border:.75px solid #ddd;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}[data-theme=dark] .chat-message-icon{border-color:#ffffff1a}.chat-message-icon svg{width:18px;height:18px}.chat-message-icon svg path{stroke:#939393}.chat-message-icon:hover{background-color:#f7f7f7;transform:scale(1.05)!important}[data-theme=dark] .chat-message-icon svg path{stroke:#939393!important}[data-theme=dark] .chat-message-icon:hover{background-color:#ffffff1a}.chat-message-icon.active svg path{fill:var(--color-primary)}[data-theme=dark] .edit-question-user-icon path{stroke:#505050}[data-theme=dark] .loading-spinner.save-info{border-color:#fff}.loading-spinner.save-info{border:2px solid;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin;display:block}.bot-user-icon-main{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;margin-top:12px;display:flex}.bot-user-icon-wrap{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:5px;display:flex;position:relative}@keyframes fadeSlideIcons{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideIconItem{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pdf-mode #pdf-content a{white-space:nowrap!important;overflow:visible!important}.pdf-download-spinner{border:2px solid #fff;border-top:2px solid var(--color-primary);box-sizing:border-box;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}[data-theme=dark] .pdf-download-spinner{border:3px solid #ffffff4d;border-top-color:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .bot-user-icon-wrap svg:not(.deep-re-download-icon):not(.deep-re-publish-icon) path,[data-theme=dark] .chat-message-icon svg:not(.deep-re-download-icon):not(.deep-re-publish-icon) path{stroke:#fff}.deep-re-download-icon{width:16px!important;height:16px!important}[data-theme=dark] .chat-message-icon .deep-re-publish-icon path{stroke:unset!important}.bot-adv-reg-icon.bot-reg-label-wrap .bot-short-reg-icon{border-radius:50%;padding:5px}.bot-resp-name-image-wrap{justify-content:flex-start;align-items:center;gap:16px;display:flex}.bot-model-main{justify-content:flex-start;align-items:center;gap:8px;display:flex}.bot-resp-name-image-wrap img{object-fit:cover;border-radius:50%;width:20px;height:20px}.bot-resp-name-image-wrap span{color:var(--color-primary);text-transform:capitalize;font-size:14px;font-weight:400;line-height:24px}.reg-short-down-icon path{fill:var(--color-primary)}.reg-short-down-icon.open{rotate:none}.reg-short-down-icon{transition:rotate .2s ease-in-out;rotate:180deg}.bot-short-regeneration-model{border:1px solid #ddd;border-radius:8px;align-items:center;height:28px;display:flex}[data-theme=dark] .bot-short-regeneration-model{background-color:#2a2a2a;border:1px solid #3a3a3a}.bot-short-reg-icon-main{padding:0 10px 0 6px}.bot-short-reg-icon:hover{background-color:#f5f5f5;border-radius:8px 0 0 8px}.bot-short-reg-icon-main:hover{background-color:#f5f5f5;border-radius:0 8px 8px 0}[data-theme=dark] .bot-short-reg-icon:hover,[data-theme=dark] .bot-short-reg-icon-main:hover{background-color:#3a3a3a}.bot-short-reg-icon{padding:4px 6px 4px 10px}.compare-bot-name-wrap{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.bot-response-compare-wrap{color:var(--color-primary);justify-content:flex-end;align-items:center;gap:10px;font-size:14px;font-weight:300;line-height:24px;display:flex}[data-theme=dark] .bot-response-compare-wrap svg path{fill:#fff}[data-theme=dark] .deep-research-icon{background-color:#fff}[data-theme=dark] .deep-research-icon svg path{fill:#000}.deep-re-publish-icon path{fill:#939393;stroke:unset!important}.deep-research-icon svg{width:15px;height:auto}.deep-research-icon svg path{fill:#fff}.deep-research-icon{background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}[data-theme=dark] .deep-search-loading{background:linear-gradient(90deg,#e0eaf5 0%,#f5ebe0 100%)}[data-theme=dark] .deep-search-loading-title{color:#000}.count-web-sources{color:#000;font-size:14px;font-weight:500;line-height:24px;margin-bottom:0!important}.deep-search-loading{background:linear-gradient(90deg,#f8f3ec 0%,#ecf1f8 100%);border-radius:12px;width:100%;max-width:400px;margin-top:15px;padding:20px}.deep-search-details{justify-content:space-between;align-items:center;display:flex}.deep-search-loading-title{text-transform:capitalize;color:var(--color-primary);font-size:16px;font-weight:600;line-height:20px}.deep-search-loading-source{text-transform:capitalize;color:#818181;font-size:14px;font-weight:600;line-height:24px}[data-theme=dark] .deep-re-progress{background:#00000014}.deep-re-progress{background-color:#fff;height:16px;margin-top:15px}.deep-re-progress-bar{background:var(--text-gradient);background-size:300% 100%;border-top-left-radius:12px;border-bottom-left-radius:12px;transition:width .5s ease-in-out;animation:5s linear infinite shimmerDiagonal}@keyframes shimmerDiagonal{0%{background-position:200% 0}to{background-position:-200% 0}}[data-theme=dark] .deep-web-sources-section{background:linear-gradient(90deg,#96d1ff33 30.29%,#ff9ac033 50%,#ffbda933 100%),#fff}.deep-web-sources-section{background:var(--main-bg-gradient);cursor:pointer;border:1px solid #0000000a;border-radius:100px;justify-content:flex-start;align-items:center;gap:10px;width:max-content;margin-top:10px;padding:8px 15px;display:flex}.web-sources-image-wrap{justify-content:flex-start;align-items:center;display:flex}.web-sources-image-wrap img{border-radius:50%;width:16px;height:16px;margin-left:-5px}.web-sources-image-wrap img:first-child{margin-left:0}.my-web-sources-offcanvas{width:500px!important}.web-search-item:first-child{margin-top:0}[data-theme=dark] .web-search-item{background-color:#000;border:1px solid #00000014}.web-search-item{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:10px;margin-top:10px;padding:10px}.web-search-item-title{color:var(--color-primary);margin-bottom:5px;font-size:14px;font-weight:700;line-height:120%}.web-search-item-desc{color:var(--color-primary);line-clamp:3;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:5px;font-size:14px;font-weight:400;line-height:120%;display:-webkit-box;overflow:hidden}.web-search-img-link-wrap img{object-fit:contain;width:16px;height:16px}.web-search-img-link-wrap a{color:#939393;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;max-width:90%;margin-left:5px;font-size:13px;font-weight:400;line-height:120%;display:inline-block;overflow:hidden}[data-theme=dark] .mermaid-error-block pre{background-color:#303030!important;border:none!important}[data-theme=dark] .mermaid{background:#303030}.mermaid-block{margin:auto;padding:20px 0;position:relative}.mermaid-block:hover .download-image-button-flowchart{visibility:visible}.download-image-button-flowchart{visibility:hidden;background-color:#fff;border-radius:5px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:15px;box-shadow:0 0 16px #00000014,0 0 6px #0000000f}.mermaid{background:#fff;border-radius:6px;padding:10px;overflow-x:auto}.typing-dots{justify-content:flex-start;align-items:center;gap:6px;height:24px;display:flex}.typing-dots span{background-color:#555;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite bounce;display:inline-block}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.2)}}.error_message_container{background:#ffdad681;border-radius:12px;margin:10px 0;padding:10px}.error-over-text{color:var(--color-primary);padding:2px 0;font-size:14px;font-weight:600}[data-theme=dark] .error_message_container{background:#f7aca3}[data-theme=dark] .error-over-text{color:#000}.bot-regeneration-modal-wrap{font-size:14px;display:inline-block;position:relative}.bot-regeneration-model{background:0 0;border:.75px solid #ebebed;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:6px 12px;display:flex}.bot-reg-label-wrap{align-items:center;gap:8px;display:flex}.bot-reg-icon{justify-content:center;align-items:center;display:flex}.bot-reg-icon svg{cursor:pointer;width:18px;height:18px}.bot-reg-icon svg:hover path{stroke:var(--color-primary)}[data-theme=dark] .bot-reg-icon svg path{stroke:#fff}.bot-reg-label{color:var(--color-primary);font-size:12px;font-weight:400;line-height:16px}.model-separator{background-color:#ddd;width:1px;height:16px}[data-theme=dark] .bot-regeneration-model{color:#e4e6eb;background-color:#2a2a2a;border:1px solid #3a3a3a}.bot-reg-model-wrap{border-radius:10px;justify-content:space-between;align-items:flex-start;gap:8px;padding:5px 6px;transition:transform .3s ease-in-out;display:flex}.bot-reg-model-wrap-label{background-color:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:6px;padding:6px 5px;transition:transform .3s ease-in-out;display:flex}[data-theme=dark] .bot-reg-model-wrap-label{background-color:#2a2a2a;border:1px solid #3a3a3a}[data-theme=dark] .reg-down-icon path{fill:#fff}.reg-down-icon.open{rotate:none}.reg-down-icon{transition:rotate .2s ease-in-out;rotate:180deg}.bot-reg-model-wrap div{justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.bot-reg-model-wrap span{justify-content:flex-end;align-items:center;gap:3px;line-height:150%;display:flex;font-size:12px!important}.bot-reg-model-name span{justify-content:center;align-items:center;gap:5px;font-size:12px;line-height:16px;display:flex}.bot-reg-model-wrap:hover{background-color:#f5f5f5}.default-selected-model{border-radius:50px}[data-theme=dark] .bot-reg-model-wrap:hover{background-color:#3a3a3a}.bot-reg-model-wrap.selected{background-color:var(--hover-bg-color);color:#1e1e1e;font-weight:600}[data-theme=dark] .bot-reg-model-wrap.selected{color:#fff;background-color:#303030}.bot-regeneration-model img,.bot-dropdown img{object-fit:cover;border-radius:50%;width:16px;height:16px}.bot-dropdown{z-index:1000;background:#fff;border:1px solid #ebebed;border-radius:10px;flex-direction:column;gap:4px;width:200px;max-height:200px;padding:4px;display:flex;position:absolute;right:0;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.bot-regen-model{left:0!important}[data-theme=dark] .bot-dropdown{background:#2a2a2a;border:1px solid #3a3a3a;box-shadow:0 2px 8px #0006}.bot-dropdown.drop-down{top:calc(100% + 5px)}.bot-dropdown.drop-up{bottom:calc(100% + 5px)}.show-files-question{flex-flow:column wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.user-file-view{cursor:pointer;border:1px solid #ccc;border-radius:12px;width:200px;height:50px;margin-top:10px;display:flex}.file-view-question{justify-content:center;align-items:center;gap:10px;padding:5px;display:flex}.file-view-question .file-name{width:150px}.file-type-q{text-transform:uppercase;font-size:12px}.file-name-type{flex-direction:column;justify-content:center;align-items:start;display:flex}.user-question-file{cursor:pointer;margin:5px 0}.user-question-file .attachment-image.upload-chat-image{width:250px}.user-question-file .attachment-image{object-fit:contain;width:400px;height:auto}.attachment-image.img-not-found-attachment{width:300px}.image-viewer-backdrop{z-index:9999;opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.image-viewer-box{background-color:var(--modal-bg-color);border-radius:12px;justify-content:center;align-items:center;width:600px;max-width:95%;height:600px;max-height:95%;animation:.3s forwards scaleIn;display:flex;position:relative;overflow:hidden;transform:scale(.8)}.image-viewer-box img{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%}.image-viewer-close{cursor:pointer;z-index:2;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;font-weight:700;transition:background .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #0003}[data-theme=dark] .image-viewer-close{color:#000;background:#fff;border:1px solid #3a3a3a;box-shadow:0 2px 8px #0006}[data-theme=dark] .image-viewer-close:hover{color:#fff;background:#2a2a2a}.image-viewer-close:hover{background:#f5f5f5}.image-viewer-file-download{cursor:pointer;z-index:2;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;font-weight:700;transition:background .2s;display:flex;position:absolute;top:10px;right:50px;box-shadow:0 2px 6px #0003}.image-viewer-file-download:hover{background:#f5f5f5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.ai-user-quote-message{max-width:70%;color:var(--color-secondary);overflow-wrap:anywhere;word-break:break-word;border:1px solid #00000014;border-radius:8px;margin-bottom:5px;padding:4px 10px;font-size:16px;font-weight:400;line-height:24px}.ai-user-quote-message.clamped{line-clamp:2;-webkit-line-clamp:2;cursor:pointer;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ai-user-quote-message.expanded{cursor:pointer;white-space:pre-wrap;display:block}[data-theme=dark] .edit-question-wrap-input{background-color:#1f2121;border:1px solid #00000014!important}.edit-question-wrap-input{opacity:0;will-change:opacity, transform;border-radius:10px;width:100%;height:100px;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(8px);border:1px solid #00000014!important;padding:10px!important}.edit-question-wrap-input.active{opacity:1;transform:translateY(0)}.smooth-fade-in{animation:.45s cubic-bezier(.4,0,.2,1) forwards fadeSlideInSoft}.smooth-fade-out{animation:.4s cubic-bezier(.4,0,.2,1) forwards fadeSlideOutSoft}@keyframes fadeSlideInSoft{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideOutSoft{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.edit-message-input{resize:none;background:#fff;border:1px solid #dcdcdc;border-radius:10px;outline:none;width:100%;padding:8px 10px;transition:border-color .3s,transform .2s;height:60px!important}.edit-message-input:focus{transform:scale(1.01)}.message-send-close-wrap{justify-content:flex-end;align-items:center;gap:5px;display:flex;position:absolute;bottom:5px;right:5px}[data-theme=dark] .q-message-close-btn{background-color:#1f2121}[data-theme=dark] .q-message-close-btn svg path{stroke:#fff}.q-message-close-btn:hover{background-color:#72768b14}.q-message-close-btn{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.q-message-close-btn svg{width:10px;height:auto}[data-theme=dark] .q-message-send-btn svg path{fill:#fff}.q-message-send-btn{background-color:#2c2c2c;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}[data-theme=dark] .right-arrow-illustration path{fill:#fff}.redirect-deep-reaserch-box{cursor:pointer;padding:18px;background:linear-gradient(90deg,#ffbda914 0%,#ffb4d014 50%,#bae1ff14 100%);border:.75px solid #f0f0f0;border-radius:8px;align-items:center;gap:16px;width:100%;max-width:600px;margin-top:18px;padding-inline-end:90px;font-size:16px;font-weight:600;line-height:24px;display:flex;position:relative}[data-theme=dark] .redirect-deep-reaserch-box.active-preview{background:linear-gradient(90deg,#ffbda914 0%,#ffb4d014 50%,#bae1ff14 100%);border:1px solid #a7a5a5}.redirect-deep-reaserch-box.active-preview{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(90deg,#96d1ff 0%,#ff9ac0 50%,#ffbda9 100%) border-box;border:1px solid #0000}.code-block-wrapper .code-block-icon svg{width:30px;height:auto}.right-arrow-illustration{transition:transform .4s cubic-bezier(.25,.8,.25,1)}[data-theme=dark] .right-arrow-illustration path{stroke:#fff}.redirect-deep-reaserch-box:hover .right-arrow-illustration{transform:translate(5px)}[data-theme=dark] .redirect-deep-reaserch-box{border:.75px solid #404040}.redirect-deep-reaserch-box svg{flex-shrink:0}.code-block-wrapper .redirect-code-main{align-items:center;gap:16px;display:flex}.code-block-wrapper .redirect-deep-reaserch-box{justify-content:space-between;padding:12px}.redirect-deep-reaserch-text{color:#171717;font-size:16px;font-weight:400;font-family:var(--font-DM-sans);display:inline-block}[data-theme=dark] .redirect-deep-reaserch-text{color:#fff}.chat-icon-wrapper{border-radius:12px;width:100px;height:100%;margin-top:auto;margin-bottom:auto;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.chat-icon-wrapper svg{margin-top:auto;margin-bottom:auto;position:absolute;top:0;bottom:0;right:0}[data-theme=dark] .thought-process-box{background:#1f2121;border:1px solid #3a3a3a;border-radius:8px;margin-top:10px;margin-bottom:12px;padding:8px 12px}.thought-process-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:10px;margin-bottom:12px;padding:8px 12px}[data-theme=dark] .thought-header{color:#d1d5db}.thought-header{color:#374151;cursor:pointer;justify-content:flex-start;align-items:center;gap:8px;font-weight:500;display:flex}[data-theme=dark] .thought-arrow-icon svg path{stroke:#d1d5db}.thought-arrow-icon{transition:transform .3s;display:inline-block}.thought-arrow-icon.collapsed{transform:rotate(180deg)}.thought-body{transition:height .4s;overflow:hidden}.inner-content{opacity:1;color:var(--color-primary);font-family:var(--font-DM-sans);padding-top:8px;transition:opacity .3s}.shimmer-text{vertical-align:middle;color:#0000;background:linear-gradient(90deg,#888 0%,#fff 50%,#888 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;padding:2px 0;font-size:15px;font-weight:700;line-height:1.4;animation:2s linear infinite shimmer;display:inline-block}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.previous-question-arrow path,.previous-answer-arrow path,.next-answer-arrow path,.next-question-arrow path{stroke:#000;fill:#000}[data-theme=dark] .previous-question-arrow path,[data-theme=dark] .previous-answer-arrow path,[data-theme=dark] .next-answer-arrow path,[data-theme=dark] .next-question-arrow path{stroke:#fff;fill:#fff}[data-theme=dark] .alert-info{--bs-alert-bg:#05272f!important;--bs-alert-color:#74ddf4!important}[data-theme=dark] .btn-close-bootstrap{filter:invert()}.web-page-icon-image-chat{object-fit:contain;border-radius:4px;width:20px;height:20px}.web-page-icon-chat-main{height:auto;padding:5px 0}.related-questions .related-questions-title{color:var(--color-primary);margin-bottom:12px;font-size:16px;font-weight:600}[data-theme=dark] .related-question-text span{color:#93b9ec}.related-question-text span{color:#205fb2;cursor:pointer;font-size:16px;font-weight:500}h4.summary-data-title{color:var(--color-primary);margin-top:12px;margin-bottom:12px;font-size:16px;font-weight:600}.mermaid-code-preview pre code{color:#d63384}[data-theme=dark] .mermaid-code-preview pre code{color:#c9d1d9}.code-block-copy{cursor:pointer;color:#e4e4e7;background-color:#2d2d2d;border-radius:18px;align-items:center;gap:6px;padding:6px 10px;font-family:sans-serif;font-size:12px;transition:all .2s;display:flex}.code-block-copy:hover{background-color:#ffffff26!important}.follow-up-section{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:16px}[data-theme=dark] .follow-up-section{border-top:1px solid #3a3a41}.follow-up-title{color:var(--color-primary);margin-bottom:16px;font-weight:600;font-size:20px!important}.follow-up-list{flex-direction:column;gap:0;display:flex}.follow-up-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:12px 0;transition:all .2s;display:flex}[data-theme=dark] .follow-up-item{border-bottom:1px solid #1f2121}.follow-up-item:hover{background-color:#00000005;padding-left:8px}[data-theme=dark] .follow-up-item:hover{background-color:#ffffff05}.follow-up-item:last-child{border-bottom:none}.follow-up-icon{color:#9ca3af;flex-shrink:0}.follow-up-text{color:var(--color-secondary);letter-spacing:0%;text-align:left;flex:1;font-size:16px;line-height:24px}.follow-up-paste-svg{color:#505050;width:20px;height:20px}[data-theme=dark] .follow-up-paste-svg{color:#fff}.user-question-message-container{flex-direction:column;align-items:flex-end;width:100%;display:flex}.user-question-pasted-preview{text-align:left;white-space:normal;width:100%;font-family:initial}.user-question-pasted-list{justify-content:flex-end;padding:0}.hidden-container{display:none}@media (max-width:1600px){.ai-user-quote-message{font-size:14px;line-height:20px}.ai-bot-response .h3,h3{font-size:1.4rem}.bot-resp-name-image-wrap span{font-size:14px;line-height:20px}}@media (max-width:1366px){.user-question-file .attachment-image.upload-chat-image{width:200px}.user-question-file .attachment-image{width:280px}.credit-over-text{font-size:14px;line-height:20px}}@media (max-width:1024px){.ai-user-question .chat-message-show-action{opacity:1;visibility:visible;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility linear;transform:translateY(0)}}@media (max-width:767px){.bot-resp-name-image-wrap{gap:10px}.bot-model-main{gap:5px}.follow-up-text{font-size:13px;line-height:150%}.follow-up-title{font-size:18px!important}}@media (max-width:600px){.user-question-file .attachment-image{width:300px}.credit-over-btns{flex-direction:column;align-items:flex-start}.right-arrow-illustration{display:none}.redirect-deep-reaserch-box{padding:10px 80px 10px 18px}.ai-bot-response{font-size:14px!important}.redirect-deep-reaserch-text{font-size:14px;line-height:150%}.user-question-message{font-size:14px;line-height:20px}}@media (max-width:475px){.user-question-file .attachment-image,.credit-over-btns{width:100%}}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
.credit-over-container{background:linear-gradient(90deg,#96d1ff33 0%,#ff9ac033 50%,#ffbda933 100%),#fff;border-radius:12px;flex-direction:column;gap:28px;max-width:541px;margin-top:10px;padding:18px;display:flex}[data-theme=dark] .credit-over-container{background:#28272a}.credit-over-header-wrap{justify-content:center;align-items:center;gap:16px;display:flex}.credit-over-logo{align-self:flex-start}[data-theme=dark] .credit-over-logo svg path:first-child{fill:#000!important}.credit-over-text-wrap{flex-direction:column;gap:6px;display:flex}.credit-over-text{font-size:14px;font-weight:600;line-height:130%}.credit-over-subtext{color:#939393;font-size:14px;font-weight:400;line-height:130%}.credit-upgrade-btn-wrap{justify-content:space-between;align-items:center;gap:16px;display:flex}.invite-btn{text-align:center;vertical-align:middle;white-space:nowrap;background-color:#0000;border:1px solid #000;border-radius:115px;width:100%;padding:11px 0;font-size:14px;font-weight:500;line-height:100%}[data-theme=dark] .invite-btn{color:#fff!important;border:1px solid #fff!important}.credit-upgrade-btn{background-color:#000;border:none;border-radius:115px;justify-content:center;align-items:center;gap:6px;width:100%;padding:11px 0;display:flex}.credit-upgrade-btn svg{width:18px;height:18px}.credit-upgrade-btn svg path{stroke:#fff}[data-theme=dark] .credit-upgrade-btn{background:var(--gradient-text-bg);color:#000}[data-theme=dark] .credit-upgrade-btn span{color:#000;font-weight:700}[data-theme=dark] .credit-upgrade-btn svg path{stroke:#000}.credit-upgrade-btn span{text-align:center;vertical-align:middle;color:#fff;white-space:nowrap;border:none;flex:none;font-size:16px;font-weight:500;line-height:100%}@media (max-width:1024px){.invite-btn,.credit-upgrade-btn{width:100%}.credit-upgrade-btn-wrap{flex-direction:column;gap:8px;display:flex}}
.common-loader{border:2px solid #0000001a;border-top:2px solid var(--color-primary);border-radius:50%;animation:.8s linear infinite common-spin;display:inline-block}[data-theme=dark] .common-loader{border-color:#fff3;border-top-color:var(--color-primary)}@keyframes common-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.upgrade-exp-modal .modal-dialog{max-width:650px}.upgrade-exp-modal .modal-body{padding:0}.upgrade-exp-modal .modal-content{background-color:#f8f8f8;border:none;border-radius:20px;width:100%;padding:40px;box-shadow:0 10px 40px #0000001a}[data-theme=dark] .upgrade-exp-modal .modal-content{background-color:#2d2f2f}.upgrade-exp-modal .modal-header{border-bottom:none;padding:0;position:relative}.upgrade-exp-modal .modal-title{text-align:center;color:#000;width:100%;font-size:24px;font-weight:700}.upgrade-exp-container{flex-direction:column;gap:15px;display:flex}.buy-credits-card{text-align:center;background:#fff;border:.5px solid #dedede;border-radius:20px;flex-direction:column;align-items:center;padding:20px;display:flex;box-shadow:0 4px 20px #00000005}[data-theme=dark] .buy-credits-card{background-color:#181818;border:none}.close-icon-wrapper{cursor:pointer;position:absolute;top:-15px;right:-15px}.close-icon-wrapper svg{width:12px;height:12px}[data-theme=dark] .close-icon-wrapper svg path{stroke:#fff}.modal-header-title{text-align:center;color:var(--color-primary);font-size:24px;font-weight:700;line-height:120%}.buy-credits-card h3{color:var(--color-primary);margin-bottom:8px;font-size:20px;font-weight:700}.buy-credits-card p{color:var(--color-secondary);max-width:450px;margin-bottom:16px;font-size:14px;line-height:1.5}.credits-input-label{color:var(--color-primary);margin-bottom:12px;font-size:12px;font-weight:500}.stepper-row{justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.stepper-control{background:#f5f7f9;border-radius:12px;align-items:center;gap:15px;padding:6px 12px;display:flex}[data-theme=dark] .stepper-control{background-color:#2d2f2f;border:.5px solid #505151}.stepper-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e6ed;border-radius:50%;justify-content:center;align-items:center;gap:1px;width:40px;height:40px;padding:0;font-size:12px;font-weight:700;transition:all .2s;display:flex}[data-theme=dark] .stepper-btn{color:#fff;background-color:#181818;border:.5px solid #505151}.stepper-btn svg{width:14px;height:14px}[data-theme=dark] .stepper-btn svg path{stroke:#fff}.stepper-btn:hover{background:#f0f4fa}[data-theme=dark] .stepper-btn:hover{background:#2d2f2f}.credits-value{text-align:center;background:0 0;border:none;outline:none;width:80px;font-size:20px;font-weight:700}.price-display{color:var(--color-primary);font-size:24px;font-weight:700}.pay-now-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:30px;width:100%;max-width:350px;margin-top:16px;padding:11px 0;font-size:18px;font-weight:600;transition:transform .2s,background .2s}[data-theme=dark] .pay-now-btn{color:#000;background:#fff}.pay-now-btn:hover{color:#fff;background:#222;transform:translateY(-2px)}[data-theme=dark] .pay-now-btn:hover{color:#000;background:#fff}.pay-now-btn:active{transform:translateY(0)}.modal-divider{text-align:center;color:#999;align-items:center;font-size:13px;display:flex}.modal-divider:before,.modal-divider:after{content:"";border-bottom:1px dashed #e0e6ed;flex:1}[data-theme=dark] .modal-divider:after,[data-theme=dark] .modal-divider:before{border-bottom:1px dashed #505151}.modal-divider:not(:empty):before{margin-right:.5em}.modal-divider:not(:empty):after{margin-left:.5em}.explore-plans-section{flex-direction:column;align-items:center;width:100%;display:flex}.explore-plans-label{color:#888;margin-bottom:12px;font-size:14px;font-weight:600}.plans-swiper-container{width:100%;padding:0 30px;position:relative}.plans-swiper{width:100%}.swiper-button-prev-plan,.swiper-button-next-plan{cursor:pointer;color:#888;z-index:10;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.swiper-button-prev-plan{left:0}.swiper-button-next-plan{right:0}.swiper-button-prev-plan:hover,.swiper-button-next-plan:hover{color:#000}[data-theme=dark] .swiper-button-prev-plan:hover,[data-theme=dark] .swiper-button-next-plan:hover{color:#fff}.upgrade-plan-card{cursor:pointer;background:0 0;width:100%}.upgrade-plan-header{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.upgrade-plan-title-price{align-items:end;gap:8px;display:flex}.upgrade-plan-title,.upgrade-plan-price{color:var(--color-primary);font-size:20px;font-weight:700}.upgrade-plan-duration{color:#888;font-size:14px;font-weight:400}.upgrade-plan-features{text-align:left;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.upgrade-feature-item{color:var(--color-primary);align-items:flex-start;gap:12px;font-size:14px;line-height:1.4;display:flex;position:relative}.upgrade-feature-dot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:8px}@media (max-width:767px){.upgrade-exp-modal .modal-content{padding:20px 15px}.modal-header-title{font-size:20px}.buy-credits-card{padding:15px}.buy-credits-card h3{font-size:18px}.buy-credits-card p{font-size:13px}.stepper-row{gap:12px}.stepper-control{justify-content:space-between;width:100%;max-width:200px;padding:4px 10px}.credits-value{width:60px;font-size:18px}.price-display{font-size:20px}.pay-now-btn{padding:10px 0;font-size:16px}.plans-swiper-container{padding:0 25px}.upgrade-plan-title,.upgrade-plan-price{font-size:18px}.upgrade-feature-item{font-size:13px}.swiper-button-prev-plan,.swiper-button-next-plan{top:40%}.close-icon-wrapper{top:0;right:0}}.show-more-link{color:#888;cursor:pointer;margin-left:4px;text-decoration:none}.show-more-link:hover{color:#000;text-decoration:underline}[data-theme=dark] .show-more-link:hover{color:#fff}
