.appwriter-menu{display:none!important}.chat-view.active{flex:1;gap:0;justify-content:flex-start;min-width:100%;overflow:hidden;padding:20px}.chat-new-conversation{align-items:center;background:transparent;border:none;border-radius:6px;color:#d1d5db;cursor:pointer;display:none;height:22px;justify-content:center;padding:0;position:absolute;right:2px;top:2px;transition:all .15s ease;width:22px;z-index:10}.chat-new-conversation svg{padding-left:1px}.chat-container{box-sizing:border-box;display:flex;flex:1;flex-direction:column;min-height:0;min-width:100%;overflow:hidden;width:100%}.chat-header{flex-shrink:0;padding:0;position:relative}.chat-new-conversation:hover{background:rgba(0,0,0,.04);color:#9ca3af}.sidebar-wrapper:has(#option-chat.active):has(.chat-welcome-state.hidden) .chat-new-conversation{display:flex!important}.chat-messages{display:flex;flex:1;flex-direction:column;gap:12px;min-width:100%;overflow-y:auto;padding:16px;scrollbar-color:rgba(0,0,0,.04) transparent;scrollbar-width:thin}.chat-messages:has(.chat-welcome-state:not(.hidden)){justify-content:center}.chat-welcome-state{animation:fadeInUp .3s ease;display:flex;flex-direction:column;gap:16px}.chat-welcome-state.hidden{display:none}.chat-welcome-header{padding:12px 0 4px;text-align:center}.chat-welcome-icon{align-items:center;background:#f3f4f6;border-radius:12px;color:#6b7280;display:flex;height:44px;justify-content:center;margin:0 auto 10px;width:44px}.chat-welcome-title{color:#1f2937;font-size:15px;font-weight:600;margin:0 0 4px}.chat-welcome-desc{color:#9ca3af;font-size:12.5px;font-weight:400;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-tabs{background:#f3f4f6;border-radius:10px;display:flex;flex-shrink:0;gap:4px;padding:4px}.chat-tab{background:transparent;border:none;border-radius:7px;color:#6b7280;cursor:pointer;flex:1;font-size:13px;font-weight:500;padding:9px 16px;transition:all .15s ease}.chat-tab.active{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);color:#1f2937}.chat-tab:hover:not(.active){background:hsla(0,0%,100%,.5);color:#374151}.chat-footer{background:#fafafa;border-radius:0 0 10px 10px;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0;margin:0}.chat-input-wrapper{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:22px;display:flex;gap:6px;padding:8px 8px 8px 16px}.chat-input-wrapper textarea{background:transparent;border:none;color:#374151;display:block;flex:1;font-family:Poppins,sans-serif;font-size:13px;line-height:1.6;margin:0;min-height:1.5em;outline:none;overflow-y:hidden;padding:4px 0;resize:none;scrollbar-color:rgba(0,0,0,.04) transparent;scrollbar-width:thin}.chat-input-wrapper textarea::placeholder{color:#9ca3af}.chat-mic-btn,.chat-send-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:all .15s ease;width:30px}.chat-mic-btn{background:transparent;color:#c0c5cc}.chat-mic-btn:hover{background:#f3f4f6;color:#9ca3af}.chat-mic-btn .loading-spinner{animation:spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#6b7280;display:none;height:16px;width:16px}.chat-mic-btn.connecting .loading-spinner{display:block}.chat-mic-btn.connecting svg{display:none}.chat-mic-btn.connecting{pointer-events:none}.chat-mic-btn.active svg{animation:pulse-chat-mic 1s infinite;color:#28a745}.chat-mic-btn.active svg line,.chat-mic-btn.active svg path[stroke]{stroke:#28a745}@keyframes pulse-chat-mic{0%{filter:drop-shadow(0 0 5px #28a745)}50%{filter:drop-shadow(0 0 15px #28a745)}to{filter:drop-shadow(0 0 5px #28a745)}}.chat-send-btn{background:#f3f4f6;color:#9ca3af}.chat-send-btn:hover{background:#e5e7eb;color:#6b7280}.message-bubble{animation:fadeInUp .25s ease;border-radius:14px;font-size:13px;line-height:1.55;max-width:88%;min-width:140px;padding:10px 14px;word-wrap:break-word}.message-bubble.user{align-self:flex-end;background:#4b5563;border-bottom-right-radius:4px;color:#fff}.message-bubble.ai{align-self:flex-start;background:#f3f4f6;border-bottom-left-radius:4px;color:#1f2937}.message-bubble.ai p{margin:0 0 6px}.message-bubble.ai p:last-child{margin-bottom:0}.message-bubble.ai ol,.message-bubble.ai ul{margin:4px 0;padding-left:18px}.message-bubble.ai li{margin-bottom:2px}.message-bubble.ai strong{font-weight:600}.message-bubble.ai em{color:#6b7280}.message-actions{align-items:center;align-self:flex-start;animation:fadeInUp .25s ease;display:flex;gap:2px;margin-top:4px}.message-actions .action-btn+.action-icon{margin-left:8px}.message-actions .action-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:5px;padding:5px 11px;transition:all .15s ease;white-space:nowrap}.message-actions .action-btn:hover{background:#f9fafb;border-color:#d1d5db}.message-actions .action-btn svg{flex-shrink:0;height:13px;width:13px}.message-actions .action-btn.apply-btn{background:#374151;border-color:#374151;color:#fff;margin-right:8px}.message-actions .action-btn.apply-btn:hover{background:#4b5563;border-color:#4b5563}.message-actions .action-btn.apply-btn.loading{cursor:wait;opacity:.9;pointer-events:none}.message-actions .action-btn.apply-btn.loading .loader .loading-spinner{border-width:2px;height:14px;width:14px}.message-actions .action-btn.applied{color:#16a34a;cursor:default}.message-actions .action-btn.applied,.message-actions .action-btn.applied:hover{background:#f0fdf4;border-color:#bbf7d0}.message-actions .action-icon{align-items:center;background:transparent;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;display:inline-flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.message-actions .action-icon:hover{background:#f3f4f6;color:#6b7280}.message-actions .action-icon svg{flex-shrink:0;height:15px;width:15px}.message-actions .action-icon.copied{color:#16a34a}.message-actions .action-icon.read-btn.paused,.message-actions .action-icon.read-btn.playing{background:rgba(226,70,104,.1);color:#e24668}.message-actions .action-icon.read-btn.paused:hover,.message-actions .action-icon.read-btn.playing:hover{background:rgba(226,70,104,.18);color:#e24668}.message-actions .action-icon.read-btn.paused svg,.message-actions .action-icon.read-btn.playing svg{stroke:#e24668}.message-actions .action-icon.read-btn.loading .loader .loading-spinner{border-width:2px;height:14px;width:14px}.typing-indicator{align-items:center;align-self:flex-start;animation:fadeInUp .25s ease;background:#f3f4f6;border-radius:14px;border-bottom-left-radius:4px;display:flex;gap:4px;padding:12px 16px}.typing-indicator span{animation:typingBounce 1.4s ease-in-out infinite;background:#9ca3af;border-radius:50%;height:6px;width:6px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.instructions-list{display:flex;flex-direction:column;gap:6px;min-width:0;width:100%}.instructions-list.hidden{display:none}.instruction-card{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:10px;cursor:pointer;display:flex;gap:10px;min-width:0;padding:12px 14px;transition:all .15s ease}.instruction-card:hover{background:#f9fafb;border-color:#e5e7eb}.instruction-card:hover .instruction-icon svg{color:#6b7280}.instruction-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.instruction-icon svg{color:#9ca3af;height:18px;width:18px}.instruction-text{color:#1f2937;flex:1;font-size:13px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instruction-send{align-items:center;background:transparent;border:none;border-radius:6px;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.instruction-send svg{color:#d1d5db}.instruction-card:hover .instruction-send svg{color:#9ca3af}.instruction-send:hover{background:rgba(0,0,0,.05)}.instruction-send:hover svg{color:#6b7280}.instruction-actions{align-items:center;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.instruction-card:hover .instruction-actions{opacity:1}.instruction-delete{align-items:center;background:transparent;border:none;border-radius:6px;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.instruction-delete svg{color:#9ca3af}.instruction-delete:hover{background:#fee2e2}.instruction-delete:hover svg{color:#ef4444}.instruction-edit{align-items:center;background:transparent;border:none;border-radius:6px;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.instruction-edit svg{color:#9ca3af}.instruction-edit:hover{background:#f3f4f6}.instruction-edit:hover svg{color:#6b7280}.user-instruction .instruction-text{flex:1}.create-instruction-btn{align-items:center;background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:10px 14px;transition:all .15s ease}.create-instruction-btn svg{color:#9ca3af}.create-instruction-btn:hover{background:#f9fafb;color:#374151}.create-instruction-btn:hover svg{color:#6b7280}.instruction-modal{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(15,23,42,.4);display:none;inset:0;justify-content:center;padding:20px;position:fixed;z-index:10000}.instruction-modal.active{display:flex}.instruction-modal-content{background:#fff;border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.03),0 20px 60px rgba(0,0,0,.12),0 8px 20px rgba(0,0,0,.08);max-height:90dvh;max-width:420px;overflow-y:auto;width:100%}.instruction-modal-header{align-items:center;display:flex;justify-content:space-between;padding:24px 24px 0}.instruction-modal-header h3{color:#111827;font-size:16px;font-weight:600;letter-spacing:-.01em;margin:0}.instruction-modal-intro{color:#9ca3af;font-size:13px;line-height:1.5;padding:8px 24px 0}.instruction-modal-close{align-items:center;background:transparent;border:none;border-radius:8px;color:#c0c5cc;cursor:pointer;display:flex;font-size:20px;font-weight:300;height:30px;justify-content:center;transition:all .15s ease;width:30px}.instruction-modal-close:hover{background:#f3f4f6;color:#9ca3af}.instruction-modal-body{display:flex;flex-direction:column;gap:18px;padding:20px 24px}.instruction-field{display:flex;flex-direction:column;gap:6px}.instruction-field label{color:#374151;font-size:13px;font-weight:500}.instruction-field input,.instruction-field textarea{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;color:#374151;font-family:Poppins,sans-serif;font-size:13px;outline:none;padding:10px 14px;transition:all .15s ease}.instruction-field input:hover,.instruction-field textarea:hover{background:#fff;border-color:#d1d5db}.instruction-field input:focus,.instruction-field textarea:focus{background:#fff;border-color:#9ca3af;box-shadow:0 0 0 3px rgba(0,0,0,.04)}.instruction-field input::placeholder,.instruction-field textarea::placeholder{color:#c0c5cc}.instruction-field textarea{line-height:1.5;min-height:88px;resize:none}.instruction-field .field-hint{color:#b0b5bc;font-size:11.5px;line-height:1.4;margin-top:2px}.instruction-examples{display:flex;flex-direction:column;gap:8px}.examples-label{color:#b0b5bc;font-size:12px;font-weight:500}.example-chips{display:flex;flex-wrap:wrap;gap:6px}.example-chip{background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;color:#6b7280;cursor:pointer;display:inline-block;font-size:12px;padding:5px 11px;transition:all .15s ease}.example-chip:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.instruction-modal-footer{padding:4px 24px 24px}.instruction-submit-btn{align-items:center;background:#4b5563;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s ease;width:100%}.instruction-submit-btn:hover{background:#374151}.instruction-submit-btn:active{background:#1f2937}.instructions-empty{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;min-height:200px;padding:32px 16px;text-align:center}#user-instructions{display:flex;flex:1;flex-direction:column}#user-instructions.hidden{display:none}#user-instructions{position:relative}.instructions-mine-content{display:flex;flex-direction:column;gap:6px}.instructions-mine-loader{align-items:center;background:hsla(0,0%,100%,.85);display:none;inset:0;justify-content:center;position:absolute;z-index:1}.instructions-mine-loader .loading-spinner{animation:instructions-spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#6b7280;height:32px;width:32px}#user-instructions.loading .instructions-mine-loader{display:flex}#user-instructions.loading .instructions-mine-content{opacity:.5;pointer-events:none}@keyframes instructions-spin{to{transform:rotate(1turn)}}.instructions-empty-text{color:#9ca3af;font-size:13px;margin-bottom:16px}.sidebar-wrapper:has(#option-chat.active) .chat-input-wrapper{display:flex!important}.mine-upgrade-tooltip.visible{opacity:1}.mine-upgrade-tooltip{background:#fff;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.06);color:#6b7280;font-family:Poppins,sans-serif;font-size:12px;opacity:0;padding:10px 14px;pointer-events:auto;position:fixed;transition:opacity .2s ease;white-space:nowrap;z-index:9999}.mine-upgrade-tooltip:before{background:#fff;bottom:-4px;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:10px}.sidebar-wrapper{display:flex;flex:1}.hmk-empty-div{height:130px}.sidebar-dropdown-items-container{align-items:center;background:transparent;display:flex;flex:0;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:100%}.sidebar-dropdown-items{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 5px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;flex-shrink:0;gap:6px;height:fit-content;margin:auto 8px;padding:6px}.sidebar-dropdown-items .sidebar-robot-container{display:flex;flex-shrink:0;justify-content:center;margin-top:auto;padding-top:20px;width:100%}.sidebar-dropdown-items .hk-dropdown-option{align-items:center;background:transparent;border:none;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:4px;justify-content:center;min-width:60px;padding:7px;position:relative;transition:all .15s ease;width:100%}.sidebar-dropdown-items .hk-dropdown-option svg{color:#adb5bd;flex-shrink:0;height:18px;transition:all .15s ease;width:18px}.sidebar-dropdown-items .hk-dropdown-option:hover svg{color:#6c757d}.sidebar-dropdown-items .hk-dropdown-option span{color:#adb5bd;font-size:10px;font-weight:400;line-height:1.2;text-align:center;transition:all .15s ease;white-space:nowrap}.sidebar-dropdown-items .hk-dropdown-option:hover{background:#f9fafb}.sidebar-dropdown-items .hk-dropdown-option.active{background:#f3f4f6}.sidebar-dropdown-items .hk-dropdown-option.active svg{color:#495057}.sidebar-dropdown-items .hk-dropdown-option.active span{color:#495057;font-weight:500}.sidebar-dropdown-items .hk-dropdown-option-primary{background:#f6f8fa;border-top:1px solid #e4e4e4;margin-top:5px;padding-top:15px}.sidebar-dropdown-items .hk-dropdown-option-primary span{background:linear-gradient(90deg,var(--Primary,#e66b85) 0,#495057 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;font-size:11px;font-weight:400}.correction-sidebar{align-items:center;background:#f8f9fa!important;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;display:flex;flex:1;flex-direction:column;min-width:320px;overflow:hidden}.correction-sidebar.hidden,.header-section{display:none}.sidebar-toggle-btn{align-items:center;background:var(--color-bg-card);border:none;border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 4px 0 rgba(0,0,0,.15);cursor:pointer;justify-content:center;min-height:32px;min-width:32px;order:-1;padding:8px;transition:all .3s ease}.sidebar-toggle-btn:hover{background:#f5f5f5}.hk-dropdown-button{align-self:stretch;border:1px solid #e2e2e2;border:1px solid rgba(222,226,230,.8);border-radius:8px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.1);flex:1 0 0;padding:12px;transition:all .2s ease}.hk-dropdown-button:hover{border-color:#e78799;box-shadow:0 2px 8px rgba(231,135,153,.1)}.hk-dropdown-arrow{transition:transform .2s ease}.hk-dropdown-content{border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:5px}.hk-dropdown-content-options{display:flex;flex-direction:column;gap:5px;padding:10px}.hk-dropdown-option{align-items:center;cursor:pointer;display:flex;gap:10px;padding:8px 10px;transition:background .2s ease}.hk-dropdown-option span{color:#495057;font-size:14px}.hk-dropdown-option:hover{background-color:rgba(231,135,153,.1)}.hk-dropdown-option svg path{transition:stroke .2s ease}.hk-dropdown-option.active svg:not(.correction-sidebar-dropdown2-svg) line,.hk-dropdown-option.active svg:not(.correction-sidebar-dropdown2-svg) path,.hk-dropdown-option.active svg:not(.correction-sidebar-dropdown2-svg) polygon,.hk-dropdown-option.active svg:not(.correction-sidebar-dropdown2-svg) polyline{stroke:#495057}.sidebar-dropdown-items .hk-dropdown-option.active svg.correction-sidebar-dropdown2-svg path{fill:#495057;stroke:none}.hk-dropdown-option:hover .correction-sidebar-dropdown2-svg path{fill:#6c757d}.hk-dropdown-container{position:relative;width:100%}.hk-dropdown-button{align-items:center;background:#fff;border:1px solid #e6e6e6;border-radius:10px;box-sizing:border-box;color:#414141;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:500;justify-content:space-between;min-height:3rem;padding:.75rem 1rem;transition:all .15s ease;width:100%}.hk-dropdown-button:hover{border-color:#d1d1d1;box-shadow:0 1px 2px rgba(0,0,0,.05)}.selected-option{align-items:center;display:flex;flex:1;gap:10px;min-width:0}.selected-option svg{flex-shrink:0}.hk-dropdown-text{color:#6c757d;flex-grow:1;font-size:14px;font-weight:400;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.hk-dropdown-arrow{flex-shrink:0;height:1.25rem;stroke:#606060;transition:transform .15s ease;width:1.25rem}.hk-dropdown-button.active .hk-dropdown-arrow{transform:rotate(180deg)}.hk-dropdown-content{background:#fff;border:1px solid #e6e6e6;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.07);box-sizing:border-box;display:none;left:0;margin-top:3px;overflow:hidden;position:absolute;top:100%;width:100%;z-index:1000}.hk-dropdown-content.show{animation:dropdownFadeIn .15s ease-out;display:block}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.hk-dropdown-separator{background:#e6e6e6;height:1px;margin:.25rem .5rem}.hk-dropdown-option-primary{align-items:center;align-self:stretch;background:#f6f8fa;border-top:1px solid #e4e4e4;gap:10px;justify-content:center;margin:0;padding:13px 10px}.hk-dropdown-option-primary span{background:linear-gradient(90deg,var(--Primary,#e66b85) 0,#495057 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;flex:none!important;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.hk-dropdown-option-primary svg{height:15.58px;stroke:none!important;width:15.58px}.hk-dropdown-option-primary.hover,.hk-dropdown-option-primary:active,.hk-dropdown-option-primary:focus,.hk-dropdown-option-primary:hover{align-items:center;align-self:stretch;background:#f6f8fa!important;border-radius:unset!important;border-top:1px solid #e4e4e4;box-shadow:none!important;cursor:pointer!important;gap:10px;justify-content:center;margin:0!important;padding:13px 10px;transform:none!important}.improv-inner{align-self:stretch;background:#f8f9fa;border-radius:10px;column-gap:10px;display:grid;flex:1 0 0;flex:1;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));overflow:hidden;row-gap:10px}.correction-content{background:#f8f9fa;border-radius:10px!important;box-sizing:border-box;flex:1;overflow-x:hidden;overflow-y:auto;padding:20px;position:relative}.correction-content,.grammar-basic-plus-btns{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.grammar-basic-plus-btns{flex:1;width:100%}.correction-content::-webkit-scrollbar{width:8px}.correction-content::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.correction-content::-webkit-scrollbar-thumb{background:#d1d1d1;border:2px solid #f9f9f9;border-radius:4px}.correction-content::-webkit-scrollbar-thumb:hover{background:#b8b8b8}.correction-content #gif{flex-shrink:0}#gif svg{height:110px!important;margin-bottom:-20px;width:110px!important}.correction-message,.correction-message2{align-items:center;color:#4a4a4a;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:16.8px;margin-top:10px;text-align:center;text-decoration-skip-ink:none;text-underline-position:from-font}.correction-content .correction-message{flex-shrink:0}.correction-content.has-explanations{align-items:flex-start;justify-content:flex-start!important;padding:0}.explanation-list{display:flex;flex:1 1 0%;flex-direction:column;gap:12px;overflow-y:auto;padding:0 20px 20px;position:relative;width:100%}.explanation-item{background-color:#fff;border-radius:12px;font-family:Poppins,sans-serif;margin:0;padding:20px;width:100%}.explanation-item,.explanation-item:hover{border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 6px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);transition:background-color .15s}.explanation-item:hover{background-color:#fafafa}.active-explanation{border:1px solid #ffc7d1;box-shadow:0 4px 8px rgba(255,199,209,.5)}.change-text{align-items:center;display:flex;flex-wrap:wrap;font-size:15px!important;gap:8px;justify-content:flex-start;line-height:1.6;margin-bottom:10px;padding-right:30px;position:relative}.change-text .corrected{color:#495057;font-size:15px;font-weight:600}.explanation-arrow{color:#495057;font-size:15px;opacity:.7}.change-text .not-corrected{color:#ff6b81;font-size:15px;text-decoration:line-through}.not-corrected-div{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start}.change-reason{color:#6c757d;font-family:Poppins,sans-serif;font-size:13px!important;line-height:1.6;margin-top:6px}.explanation-header-wrapper{align-items:center;display:flex;justify-content:space-between;padding:20px 20px 0;position:relative;width:100%;z-index:2}.explanation-premium-plus-btn{align-items:center;background-color:transparent;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04);color:#6c757d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px!important;font-weight:500;gap:6px;line-height:19.8px;padding:4px 8px;position:relative;text-transform:capitalize;transform:translateY(0);transition:.15s;user-select:none}.explanation-premium-plus-btn:hover{background-color:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.explanation-premium-plus-tooltip{background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.1);color:#3c4043;color:#6c757d;font-family:Poppins,sans-serif;font-size:12px!important;font-weight:400;line-height:1.4;margin-top:8px;max-width:220px;min-width:180px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:0;text-align:left;text-transform:none;top:100%;transition:opacity .2s ease,visibility .2s ease;visibility:hidden;white-space:normal;z-index:100}.explanation-premium-plus-btn:hover .explanation-premium-plus-tooltip{opacity:1;visibility:visible}.no-of-changes{align-items:center;display:flex;gap:8px;justify-content:center}.no-of-changes-text{color:#495057;font-size:16px!important;font-weight:600}.no-of-changes-count{align-items:center;background-color:rgba(255,107,129,.85);border-radius:8px;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:12px!important;font-weight:700;height:24px;justify-content:center;line-height:1;width:24px}.sidebar-icon-btn{position:relative}.sidebar-badge{align-items:center;background:linear-gradient(135deg,#e24668,#e8627f);border-radius:100px;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:1px 5px;position:absolute;right:2px;top:-1px}.sidebar-badge-count{align-self:stretch;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-align:center}.no-change-improve-outsider{display:flex;flex-direction:column}.no-changes-impove-inner{align-items:center;display:flex;gap:5px;justify-content:center}.correct-text-heading{color:#434343;font-family:Poppins;font-size:15px;font-weight:600}.correct-text-subheading{color:#5a5a5a;font-family:Poppins;font-size:14px}.correction-inner{align-self:stretch;background:#f8f9fa;border-radius:10px;column-gap:10px;display:grid;flex:1 0 0;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));justify-content:center;padding:20px;row-gap:10px}.demo-inner{align-items:center;display:flex;flex:1;flex-direction:column;margin:auto 0}.correction-inner-main{align-items:center;display:flex;flex-direction:column;gap:5px;height:100%!important;justify-content:center;transition:none;width:100%}.analysis-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin:0 auto;padding:12px 16px;width:91%}.analysis-title{align-items:flex-start;color:#1a1a1a;display:flex;font-weight:600;gap:8px}.search-icon{align-items:center;background-color:#e7ecf0;border-radius:50%;display:flex;justify-content:center;padding:3px}.analysis-title-subtitle{display:flex;flex-direction:column;gap:3px}.ai-analysis-text{color:#104165;font-size:12px;font-weight:500;line-height:15.4px}.ai-analysis-text,.analysis-subtitle{font-family:Poppins;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.analysis-subtitle{color:#414141;font-size:11px;font-weight:400;line-height:12.6px}.improvement-section{align-items:flex-start;background:#fff;border:1px solid rgba(222,226,230,.07);border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:grid;flex-direction:column;gap:20px;grid-column:1/span 1;grid-row:3/span 1;justify-content:center;justify-self:center;max-width:100%;padding:24px;width:100%}.improvement-header{color:#495057;font-family:Poppins;font-size:20px!important;font-weight:700;line-height:1.3;text-align:center}.improvement-items{display:flex;flex-direction:row;gap:20px}.improvement-item-1,.improvement-item-2,.improvement-item-3{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center;width:100%}.improvement-icon,.improvement-icon-3{align-items:center;background:#fff;border:1px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.04),inset 0 1px 1px 0 hsla(0,0%,100%,.9);display:flex;gap:10px;justify-content:center;padding:10px}.improvement-text{color:#495057!important;font-family:Poppins;font-size:12px!important}.improvement-icon.tone{background-color:#1768fe;box-shadow:0 0 0 2px #dbeafe}.improvement-icon.format{background-color:#e5a000;box-shadow:0 0 0 2px #fef1d3}.improvement-icon.structure{background-color:#c00f0c;box-shadow:0 0 0 2px #f8dbda}.style-conversion{align-items:center;display:flex;gap:12px;justify-content:center}.style-label{border-radius:4px;padding:6px 14px}.style-label.informal{font-family:Poppins}.style-label.informal,.style-label.professional{font-size:12px;font-weight:400;line-height:12.6px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.action-button{align-items:center;background:linear-gradient(180deg,#e8627f,#e24668);border:none;border-radius:8px;box-shadow:-1px -10px 20px 6px #fff!important;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:10px;justify-content:center;margin:0 auto;padding:12px;position:relative;transition:all .15s ease;width:100%;width:91%}.action-button:before{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9));content:"";filter:blur(20px);height:50px;left:0;pointer-events:none;position:absolute;right:0;top:-50px;z-index:-1}.action-button:hover{background:linear-gradient(180deg,#e24668,#d93d5c);box-shadow:-1px -10px 20px 6px #fff!important;opacity:1}.style-inner{align-self:stretch;background:#f8f9fa;border-bottom-left-radius:10px;border-bottom-right-radius:10px;column-gap:10px;display:grid;flex:1 0 0;flex-direction:column;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));padding:20px;row-gap:10px}.style-option{align-items:center;border:1px solid #e4e4e4;border-radius:clamp(7px,3vw,0px);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.08);cursor:pointer;display:flex;font-family:Poppins;font-style:normal;font-weight:400;gap:3px;justify-content:flex-start;letter-spacing:0;line-height:18px;padding:10px}.style-option:hover{background:linear-gradient(138.61deg,#fff 12.36%,#f1f3f4 94.3%);border:1px solid #e4e4e4;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 8px 0 rgba(0,0,0,.06),0 1px 3px 0 rgba(0,0,0,.04)}@media (max-width:480px){.style-option{padding:8px 10px}}.style-icon{align-items:center;border-radius:20%;display:flex;font-size:clamp(16px,4vw,20px);justify-content:center;margin-right:5px;padding:4px}.style-icon.formal{background-color:#e8eaff;color:#6b77ff}.style-icon.chat{background-color:#e6faea;color:#2ed573}.style-icon.book{background-color:#fff0ff;color:#cd84f1}.style-icon.humor{background-color:#fff4e4;color:#ffaf40}.style-content{cursor:pointer}.style-title{color:var(--Text-Muted,#6c757d);cursor:pointer!important;font-family:Poppins;font-size:clamp(12px,3vw,14px);font-size:14px;font-style:normal;font-weight:400;transition:color .3s ease}.style-title:hover{color:#333;cursor:default}.style-description{color:#414141;display:none;font-size:clamp(11px,2.5vw,12px);line-height:1.4;word-break:break-word}@media (max-width:320px){.correction-content{min-height:100px;padding:4px}.explanation-item{padding:8px}.analysis-card{padding:8px 10px;width:98%}.action-button{font-size:13px;width:98%}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.correction-content::-webkit-scrollbar{width:6px}}@media (max-height:500px) and (orientation:landscape){.correction-content{min-height:80px}}.correction-sidebar-collapsed{align-items:center;background:#f8f9fa;border-radius:10px;border-top:1px solid var(--Text-Primary-Dark,#e4e4e4);display:flex;flex:1 0 0;flex-direction:column;justify-content:space-between;padding:45px 10px;width:80px}.collapsed-header{border-bottom:1px solid #e0e0e0;display:flex;justify-content:center;margin-bottom:15px;padding:10px 0;width:100%}.expand-toggle-btn{background:none;border:none;border-radius:4px;cursor:pointer;padding:5px;transition:background-color .2s}.expand-toggle-btn:hover{background-color:#e0e0e0}.collapsed-options{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.collapsed-option{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:background-color .2s;width:40px}.collapsed-option:hover{background-color:#e0e0e0}.collapsed-option.active{background-color:#fcedf0;color:#e24668}.correction-sidebar.collapsed .header-content{display:none}.correction-sidebar.collapsed .correction-inner,.correction-sidebar.collapsed .improv-inner,.correction-sidebar.collapsed .style-inner,.correction-sidebar.collapsed .voice-section{display:none!important}.correction-sidebar.collapsed .sidebar-collapsed-icons{align-items:center;background:#f8f9fa;border-top:1px solid var(--Text-Primary-Dark,#e4e4e4);display:flex!important;flex:1 0 0;flex-direction:column;justify-content:space-between;padding:45px 10px;width:80px}.correction-sidebar.collapsed .hk-dropdown-container{display:none!important}.sidebar-collapsed-icons{display:none}.sidebar-btn-container{display:flex;justify-content:center;width:100%}.sidebar-icon-btn{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;min-width:48px;padding:8px;transition:background-color .2s;width:100%}.sidebar-icon-btn:hover{background-color:rgba(37,36,36,.027)}.sidebar-svg-icon{align-items:center;background:#fff;border:1px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.04),inset 0 1px 1px 0 hsla(0,0%,100%,.9);display:flex;gap:10px;margin-bottom:4px;padding:10px}.icon-label{color:#666;font-size:10px!important;line-height:1.2;text-align:center}.hamdan-speech-bubble{align-items:center;align-self:center;backdrop-filter:blur(20px) saturate(1.2);background:#fff;border-radius:12px;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);color:var(--Text-Primary,#495057);display:flex;flex-direction:row;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;gap:8px;grid-column:1/span 1;grid-row:1/span 1;justify-content:center;justify-self:center;line-height:16px;padding:12px;text-align:center;width:100%}.hamdan-speech-bubble:before{background:linear-gradient(135deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.1) 50%,transparent);border-radius:28px;bottom:0;content:"";left:0;opacity:.8;pointer-events:none;position:absolute;right:0;top:0}.hamdan-speech-bubble:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:-10px;content:"";filter:drop-shadow(0 6px 12px rgba(0,0,0,.03)) drop-shadow(0 2px 4px rgba(0,0,0,.02));height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}@keyframes hamdan-fadeInScale-5115{0%{opacity:0;transform:translateX(-50%) translateY(-10px) scale(.8)}60%{opacity:1;transform:translateX(-50%) translateY(0) scale(1.05)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}@media screen and (max-width:767px){.correction-sidebar{display:none!important}}@media screen and (max-width:450px){.correction-sidebar{display:none!important}}.hamdan-robot-container{display:inline-block;min-height:110px;min-width:110px;position:relative;z-index:1}#gif{align-items:center;display:flex;height:110px;justify-content:center;width:110px}span.warning-msg{align-self:stretch;color:var(--Text-Primary,#495057);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-align:center}.correction-sidebar-dropdown-svg path{stroke:#6c757d}.correction-sidebar-dropdown-svg{height:18.66px;width:18.66px}.correction-sidebar-dropdown2-svg path{fill:#adb5bd;stroke:none}.correction-sidebar-dropdown2-svg{height:18.66px;width:18.66px}.hk-dropdown-option.active svg:not(.correction-sidebar-dropdown2-svg) path{stroke:#6c757d}.hk-dropdown-option.active svg:not(.correction-sidebar-dropdown-svg) path{fill:none;stroke:#495057}.hk-dropdown-option svg{height:18.66px;width:18.66px}span#micButton2{background:none;border:none;box-shadow:none}.gradient-loader{margin-right:0!important}.demo-inner .hamdan-speech-bubble{margin-bottom:8px}.explanation-header-left{align-items:center;display:flex;gap:6px;line-height:19.8px}.show-hide-underlines{align-items:center;background-color:transparent;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04);color:#6c757d;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;justify-content:center;line-height:1;padding:4px 8px;transform:translateY(0);transition:.15s;user-select:none}.show-hide-underlines:hover{background-color:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.show-hide-underlines svg{color:#6c757d;opacity:.7}.correction-inner .correction-inner-main .hamdan-speech-bubble{text-align:left!important}.hamdan-speech-bubble .markdown-body{background-color:#fff!important;color:#495057!important}.hamdan-speech-bubble:has(.markdown-body){width:200px!important}.correction-inner-main .hamdan-speech-bubble{flex-direction:column}.correction-level-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);font-family:Poppins,sans-serif;padding:24px;position:relative;width:100%}.level-help-btn{align-items:center;background:transparent;border:none;border-radius:50%;color:#b4b9c1;cursor:pointer;display:flex;height:20px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;transition:color .15s ease;width:20px;z-index:1}.level-help-btn:hover{color:#6b7280}.level-help-btn:focus{color:#6b7280;outline:none}.level-help-tooltip{background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.03);color:#495057;font-size:13px;font-weight:400;line-height:1.5;opacity:0;padding:12px 16px;position:absolute;right:6px;text-align:left;top:16px;transform:translateY(-100%) translateY(-8px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease;visibility:hidden;width:260px;z-index:10}.level-help-tooltip:after{border:6px solid transparent;border-top-color:#fff;content:"";position:absolute;right:18px;top:100%}.level-help-btn:focus+.level-help-tooltip,.level-help-btn:hover+.level-help-tooltip{opacity:1;transform:translateY(-100%) translateY(-12px);visibility:visible}.level-header{margin-bottom:0;text-align:center}.level-title{color:#9ca3af;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.level-subtitle,.level-title{font-family:Poppins,sans-serif;text-align:center}.level-subtitle{color:#495057;font-size:20px!important;font-weight:700!important;margin-bottom:14px;transition:all .3s ease}.level-slider-wrapper{padding:0 0 8px;position:relative;width:100%}.level-slider-fill,.level-slider-progress,.level-slider-track{display:none}.level-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#bfdbfe,#60a5fa 35%,#2563eb 65%,#1e3a8a);border-radius:4px;cursor:pointer;height:8px;margin:0 -4px;outline:none;width:calc(100% + 8px)}.level-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #3b82f6;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer;height:22px;transition:all .15s ease;width:22px}.level-slider::-webkit-slider-thumb:hover{box-shadow:0 4px 12px rgba(0,0,0,.18);transform:scale(1.08)}.level-slider::-moz-range-thumb{background:#fff;border:2px solid #3b82f6;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer;height:22px;width:22px}.level-ticks{display:none}.level-tick{background:rgba(0,0,0,.15);border-radius:1px;height:8px;width:2px}.level-labels{align-items:center;display:flex;justify-content:space-between;margin-left:-4px;margin-right:-4px;margin-top:12px;width:calc(100% + 8px)}.level-label,.level-labels{font-family:Poppins,sans-serif}.level-label{color:#9ca3af;cursor:pointer;flex:1;font-size:11px!important;font-weight:400;text-align:center;transition:color .2s ease}.level-label:first-child{text-align:left}.level-label:last-child{text-align:right}.level-label:hover{color:#6b7280}.level-label.active{color:#374151;font-weight:600}#grammarModeContainer{width:100%!important}.correction-content .loader-backdrop{background:transparent;min-height:200px}.gradient-loader,.gradient-loader-smart{animation:gradient-move 1.5s ease-in-out infinite;background:linear-gradient(90deg,rgba(226,70,104,.2),#e24668,rgba(226,70,104,.2));background-size:200% 100%;border-radius:50%;display:inline-block;height:14px;margin-right:6px;overflow:hidden;position:relative;width:14px}@keyframes gradient-move{0%{background-position:100% 0}to{background-position:-100% 0}}.perfect-state-bot-container{flex-direction:column;height:100%;margin:auto;width:85%}.explanation-audio-btn,.perfect-state-bot-container{align-items:center;display:flex;gap:10px;justify-content:center}.explanation-audio-btn{background:transparent;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;height:28px;margin-left:auto;opacity:1;padding:4px;pointer-events:auto;position:absolute;right:0;transition:.15s;width:28px}.explanation-audio-btn:hover{background:rgba(0,0,0,.05)}.explanation-audio-btn{opacity:0;transform:scale(.8);transition:all .2s ease;visibility:hidden}.explanation-item:hover .explanation-audio-btn{opacity:1;transform:scale(1);visibility:visible}.explanation-audio-btn[data-state=stop]{opacity:1!important;transform:scale(1)!important;visibility:visible!important}.explanation-list::-webkit-scrollbar{width:8px}.explanation-list::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.explanation-list::-webkit-scrollbar-thumb{background:#d1d1d1;border:2px solid #f9f9f9;border-radius:4px}.explanation-list::-webkit-scrollbar-thumb:hover{background:#b8b8b8}.explanation-list{scrollbar-color:#d1d1d1 #f9f9f9;scrollbar-width:thin}.format-toolbar{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:100px;box-shadow:0 2px 8px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);gap:16px;padding:6px 10px;z-index:10}.format-group,.format-toolbar{align-items:center;display:flex}.format-group{gap:2px}.format-divider{background:rgba(0,0,0,.12);height:24px;margin:0 4px;width:1px}.format-separator{background:rgba(0,0,0,.06);height:16px;margin:0 4px;width:1px}.format-btn{align-items:center;background:transparent;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;font-family:Georgia,serif;font-size:15px;font-weight:600;height:32px;justify-content:center;transition:all .15s ease;width:32px}.format-btn:hover{background:rgba(0,0,0,.05);color:#6b7280}.format-btn:active{background:rgba(0,0,0,.08)}.format-btn.active{background:#f3f4f6;color:#374151}.format-btn:disabled{cursor:not-allowed;opacity:.35}.format-btn:disabled:hover{background:transparent;color:#9ca3af}.format-btn svg{fill:none;height:16px;stroke:currentColor;width:16px}#revertBack.triggered svg{animation:undoNudge .2s ease-out}#redoBtn.triggered svg{animation:redoNudge .2s ease-out}@keyframes undoNudge{0%,to{transform:rotate(0deg)}50%{transform:rotate(-20deg)}}@keyframes redoNudge{0%,to{transform:rotate(0deg)}50%{transform:rotate(20deg)}}#mainSwitcher{position:relative;transition:all .2s ease}#mainSwitcher svg{transition:transform .35s cubic-bezier(.4,0,.2,1),color .2s ease}#mainSwitcher:not(:disabled):active{transform:scale(.92)}#mainSwitcher.viewing-original svg{color:#374151;stroke:#374151;transform:rotate(180deg)}#copyBtn .check-icon{animation:checkPop .2s ease-out;color:#10b981;display:block}body,html{height:var(--app-height,100dvh);height:var(--app-height,100vh);overflow:hidden!important}:root{--app-height:100vh}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none;height:0;width:0}body::-webkit-scrollbar-button,html::-webkit-scrollbar-button{display:none!important;height:0!important;width:0!important}html{scrollbar-width:none;-ms-overflow-style:none}*{scrollbar-color:rgba(0,0,0,.2) transparent;scrollbar-width:thin}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.textarea-wrapper::-webkit-scrollbar{width:2px}.textarea-wrapper::-webkit-scrollbar-track{background:transparent}.textarea-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:3px}.textarea-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.15)}.textarea-wrapper::-webkit-scrollbar-button{background:#f8f9fa;display:none!important;height:0!important;width:0!important}.textarea-wrapper{scrollbar-color:rgba(0,0,0,.04) transparent;scrollbar-width:thin}.explanation-list::-webkit-scrollbar{display:none;height:0;width:0}.explanation-list{scrollbar-width:none;-ms-overflow-style:none}.elementor-28566 .elementor-element.elementor-element-bc27633.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;border:none!important;margin:0!important;padding:0!important}::-moz-scrollbar-button,::-webkit-scrollbar-button{width:0}.new-korrektur{font-family:Poppins}.text-area-container{z-index:0}.main-textarea-section{z-index:3}.correction-sidebar{position:relative;z-index:100}.top-headings-div{align-items:center;display:flex;justify-content:flex-end;margin-bottom:12px}.top-headings-div span{color:#104165;font-size:16px;font-weight:400;line-height:19.2px;text-align:center;text-decoration-skip-ink:none;text-underline-position:from-font}.lang-legend-div{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;width:100%}.toolbar-container{display:flex;justify-content:center;margin-bottom:1.5rem}.toolbar{background-color:#f9f9f9;border:1px solid #e5e7eb;border-radius:7px;box-shadow:0 1px 2px rgba(0,0,0,.05);gap:1rem;justify-content:space-between;padding:8px}.toggle-section,.toolbar{align-items:center;display:flex}.toggle-section{border-right:1px solid #f3f4f6;gap:.75rem;padding:.5rem 1rem}.switch{height:20px;position:relative;width:36px}.switch-input{height:0;opacity:0;width:0}.switch-input:checked+.switch-slider{background-color:#141b34}.switch-input:checked+.switch-slider:before{transform:translateX(13px)}.switch-slider{background-color:#e5e7eb;border-radius:20px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switch-slider:before{background-color:#fff;border-radius:50%;bottom:5px;content:"";height:10px;left:10px;position:absolute;transition:.4s;width:10px}.switch-label{color:#111;font-family:Poppins;font-size:11px;font-weight:500;line-height:13.2px;text-align:center;text-decoration-skip-ink:none;text-underline-position:from-font}.legend-section{background:transparent;background:#fff;border:none;border:1px solid rgba(0,0,0,.06);border-radius:999px;box-shadow:0 1px 2px rgba(0,0,0,.04);flex-direction:row;gap:16px;justify-content:center;margin:0 auto;padding:10px 20px;width:fit-content}.legend-item,.legend-section{align-items:center;display:flex}.legend-item{gap:7px}.legend-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.legend-text{color:#6b7280;font-size:12px!important;font-weight:400;line-height:1;white-space:nowrap}.legend-dot.change{background-color:#3b82f6}.legend-dot.add{background-color:#f59e0b}.legend-dot.remove{background-color:#ef4444}.text-area-container{align-items:stretch;box-sizing:border-box;display:flex;height:auto;height:var(--app-height,100dvh);height:var(--app-height,100vh);justify-content:space-between;max-height:none;min-height:420px;position:relative;transition:height .3s ease-in-out}.inner-textarea-bottom{background-color:#fff!important;box-shadow:0 0 5px 0 rgba(0,0,0,.15);flex-basis:69%}.inner-textarea-bottom,.main-textarea-section{display:flex;flex-direction:column;overflow:hidden}.main-textarea-section{box-sizing:border-box;flex:1;min-height:420px;padding:20px 60px}.top-controls{background:#f8f9fa;border:1px solid rgba(0,0,0,.06);border-radius:100px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px rgba(0,0,0,.04);box-sizing:border-box;flex-shrink:0;justify-content:space-between;margin-bottom:.5px;padding:6px 8px}.left-controls,.top-controls{align-items:center;display:flex}.left-controls{gap:0}.right-controls{gap:0}.control-btn,.right-controls{align-items:center;display:flex}.control-btn{background:transparent;border:none;border-radius:10px;cursor:pointer;justify-content:center;padding:8px;transition:all .15s ease}.tts-contrl-btn svg{color:#9ca3af;fill:none;height:16px;stroke:currentColor;transition:all .15s ease;width:16px}.control-btn:hover:not(:disabled){background:rgba(0,0,0,.05)}.control-btn:hover:not(:disabled) svg{color:#6b7280}#showSavedResponsesBtn:hover:not(:disabled) svg{color:#6b7280;fill:#6b7280}.control-btn:disabled{cursor:not-allowed;opacity:.4}.control-btn svg{color:#9ca3af;transition:all .15s ease}#imageUpload{display:none}.revert-clear-btn{display:contents}.vertical-hr{display:none}@media (max-width:768px){.top-controls{border-radius:28px;padding:6px 10px}}.textarea-wrapper{border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-sizing:border-box;display:flex;flex:1;flex-direction:column;height:auto;min-height:200px;overflow:auto;position:relative;transition:height .3s ease-in-out;width:100%}.textarea-wrapper.drop-active{border-radius:8px;box-shadow:0 0 0 2px rgba(0,0,0,.06);margin:10px;outline:2px dashed rgba(0,0,0,.2);outline-offset:2px}.textarea-wrapper.drop-active:before{background:rgba(0,0,0,.06);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}#inputText{border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-sizing:border-box;flex:1;font-size:16px;height:auto;min-height:200px;width:100%}#inputText *{color:#495057!important;font-family:Poppins!important;font-size:16px!important;line-height:28px;text-align:left!important}#inputText blockquote{border-left:3px solid!important}#inputText.is-empty:before{color:#888!important;content:attr(placeholder);left:0;padding:inherit;pointer-events:none;position:absolute;top:0}.write-applicationDiv{align-items:center;background:linear-gradient(180deg,#e8627f,#e24668);border:none;border-radius:11px;box-shadow:-1px -10px 20px 6px #fff!important;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;gap:8px;justify-content:center;letter-spacing:.1px;padding:14px 20px;position:relative;width:100%}.write-applicationDiv:before{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9));content:"";filter:blur(20px);height:50px;left:0;pointer-events:none;position:absolute;right:0;top:-50px;z-index:-1}.write-applicationDiv:disabled{color:#fff!important;cursor:default!important;opacity:.7!important}.write-applicationDiv svg{fill:none;height:17px;stroke:#fff;width:17px}.write-applicationDiv:hover{background:linear-gradient(180deg,#e24668,#d93d5c)!important;box-shadow:-1px -10px 20px 6px #fff!important;opacity:1}.write-applicationDiv:focus{color:#fff!important}.write-applicationDiv:active{transform:translateY(0)}.disabled-gen-btn,.disabled-gen-btn:hover{color:#fff!important;cursor:not-allowed!important;opacity:.7!important;pointer-events:none!important}.sidebar-controls{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:0 20px 20px;width:100%}.bottom-buttons-wrapper{width:100%}.grammar-correction-added{border-bottom:2px solid;border-color:#1768fe!important;cursor:pointer}.grammar-correction-removed{border-bottom:2px solid;border-color:#c00f0c!important;cursor:pointer;text-decoration:line-through}.grammar-correction-punctuation{border-bottom:2px solid;border-color:#e5a000!important;cursor:pointer}#inputText mark.word-highlight,.word-highlight{background-color:#fff1c2!important;transition:background-color 3s!important}.word-highlight-flash{animation:highlight-flash .5s ease-in-out!important}@keyframes highlight-flash{0%{background-color:#fff1c2!important}50%{background-color:#fff!important}to{background-color:#fff1c2!important}}.dk-hamdan-modal-container{background:#fff;border-radius:5px;box-shadow:0 8px 32px rgba(0,0,0,.1);display:none;max-width:95vw;padding:24px;width:550px}.dk-hamdan-modal-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.dk-hamdan-modal-title{color:#333;font-size:20px;font-weight:600;margin:0 0 4px}.dk-hamdan-modal-subtitle{color:#4b5563;font-size:14px;margin:0}.dk-hamdan-close-button{background:none;border:none;border-radius:5px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s}.dk-hamdan-close-button:hover{background-color:#f3f4f6;color:#374151}.dk-hamdan-options-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:24px}.dk-hamdan-option-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px}.dk-hamdan-option-icon{align-items:center;display:flex;justify-content:center}.dk-hamdan-option-title{color:#1f2937;font-size:15px;font-weight:500}.dk-hamdan-option-description{color:#4b5563;font-size:13px;text-align:center}.dk-hamdan-input-container{align-items:flex-start;align-self:stretch;flex-direction:column;flex-direction:row;padding:20px}.dk-hamdan-custom-input{align-items:center;align-self:stretch;background:var(--Brand-card_grey,#f8f9fa);border:.5px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:8px;display:flex;justify-content:space-between;padding:13px 10px}.dk-hamdan-custom-input-controls{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;justify-content:space-evenly}#convencing:hover{background-color:rgba(59,130,246,.1)}#simplify:hover{background-color:rgba(16,185,129,.1)}#elaborate:hover{background-color:rgba(236,72,153,.1)}#concise:hover{background-color:rgba(124,58,237,.1)}.dk-hamdan-custom-input-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;padding:16px;transition:all .2s}.dk-hamdan-custom-input-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.dk-hamdan-custom-input-label{border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#333;font-size:14px;font-weight:500;gap:8px;padding:6px 12px}.dk-hamdan-custom-input-label,.dk-hamdan-input-container{align-items:center;background:#fff;border:1px solid #e5e7eb;display:flex}.dk-hamdan-input-container{align-self:flex-end;border-radius:8px;justify-content:space-between;max-width:100%;padding:0;position:relative;width:100%}.dk-hamdan-custom-input{background:transparent;border:none;color:#374151;flex:1;font-family:inherit;font-size:14px;max-width:60%;outline:none}.dk-hamdan-custom-input::placeholder{color:#9ca3af;font-size:14px}.clear-icon{align-items:center;background-color:var(--Text-Secondary-Dark,#a0a0a0);border-radius:6px;cursor:pointer;display:flex;justify-content:center;margin-right:8px;padding:8px;transition:background-color .15s ease}.clear-icon:hover{background-color:var(--Text-Secondary-Dark,#7c7c7c)}.clear-icon svg{fill:#fff;height:16px;width:16px}.clear-icon.hidden{display:none}.dk-hamdan-enter-hint{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px;margin-top:8px}.dk-hamdan-enter-key{background:#e5e7eb;border-radius:5px;color:#4b5563;font-size:10px;font-weight:500;padding:2px 6px;text-transform:uppercase}.dk-hamdan-icon{color:#e86b86;height:20px;width:20px}.dk-hamdan-icon-small{height:16px;width:16px}.counter-nav-div{display:flex;flex-shrink:0;margin-bottom:20px;position:relative}.counter-nav-div,.word-counter-div{align-items:center;flex-direction:column;justify-content:center}.word-counter-div{display:none;line-height:21px;margin-bottom:10px}.word-count{color:grey;font-size:12px}.response-navigation{color:#495057;display:flex;display:none;font-family:Poppins,sans-serif;font-size:14px;gap:16px;line-height:18px;margin-top:16px}.nav-icons-div,.response-navigation{align-items:center;justify-content:center}.nav-icons-div{background-color:#667185;border-radius:6px;display:flex;padding:5px}.response-navigation button{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04);cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .15s ease;width:40px}.response-navigation button:hover:not(:disabled){background:#f8f9fa;border-color:rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.response-navigation button svg{display:block;flex-shrink:0;height:15px;width:18px}.response-counter{color:#495057;font-family:Poppins,sans-serif;font-size:14px;line-height:18px;min-width:130px;text-align:center}div#style-response-navigation{justify-content:space-between;margin-top:16px}#voice-arrow-right{justify-content:center}.nav-btn svg path{color:#6c757d;transition:fill .2s ease!important}.nav-btn:disabled{cursor:not-allowed;opacity:.4}.download-dropdown{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;bottom:calc(100% + 10px);box-shadow:0 4px 12px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);display:none;flex-direction:column;gap:1px;left:50%;padding:5px;transform:translateX(-50%);z-index:1000}.download-dropdown:after{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);border-right:1px solid rgba(0,0,0,.06);bottom:-5px;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:10px}.download-option{align-items:center;background:transparent;border:none;border-radius:6px;color:#495057;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;gap:10px;padding:9px 14px;transition:all .15s ease;white-space:nowrap}.download-option span{margin-bottom:-2px}.download-option:hover{background:#f9fafb}.download-option:last-child{margin-bottom:0}.download-option svg{height:16px;width:16px}.download-option-divider{background:rgb(0 0 0/8%);height:1px;margin:2px 10px}.popup{background-color:rgba(0,0,0,.4);display:none;height:var(--app-height,100vh);justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1}.hClose,.popup{align-items:center}.hClose{background:#fff;display:flex;justify-content:space-between;padding:16px 24px}#savedResponsesList::-webkit-scrollbar{width:11px}#savedResponsesList::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}#savedResponsesList::-webkit-scrollbar-thumb{background:#d1d1d1;border:2px solid #f9f9f9;border-radius:4px}#savedResponsesList::-webkit-scrollbar-thumb:hover{background:#b8b8b8}.text-area .editor-list,.text-area ul{list-style-type:disc!important}.text-area .editor-list,.text-area ol,.text-area ul{margin-left:20px!important;padding-left:20px!important}.text-area ol{list-style-type:decimal!important}.text-area .editor-list-item,.text-area li{display:list-item!important;list-style-position:outside!important}.markdown-body table tr{background-color:#fff!important}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-size:16px!important}.ql-toolbar.ql-snow{display:none}.ql-container.ql-snow{border:none;box-sizing:border-box;font-family:inherit;font-size:inherit;height:auto!important}.ql-editor{box-sizing:border-box;height:auto;height:100%;min-height:300px;overflow-y:visible;padding:20px;resize:none}.ql-editor.ql-blank:before{color:#adb5bd;content:attr(data-placeholder);font-style:normal;left:20px;pointer-events:none;position:absolute;right:15px}#uploadImg{margin-left:3px}.revert-clear-btn{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;justify-content:center;padding:3.5px 2px}.vertical-hr{border:none;border-left:1px solid #d9d9d9;height:15px;width:0}#inputText h1,#inputText h2,#inputText h3,#inputText h4,#inputText h5,#inputText h6{font-size:16px!important}.ql-editor ol,.ql-editor ul{margin:16px 0!important}.ql-editor p{margin:0 0 5px!important}.ql-container{overflow-anchor:none}.ql-container,.ql-editor{max-height:none!important;overflow:visible!important}.ql-operate-line-container,.ql-table-menus-container{display:none!important}.ql-table-better{margin-bottom:20px!important}.ql-editor table{font-size:16px!important}#inputText,.main-textarea-section,.text-area-container,.textarea-wrapper{transition:height .2s ease-in-out}.main-textarea-section *,.text-area-container *{box-sizing:border-box;font-family:Poppins;font-size:14px}mark.word-highlight,mark.word-highlight *{background-color:#fff1c2!important}.ql-editor>h1:first-child+p>br:only-child,.ql-editor>h2:first-child+p>br:only-child,.ql-editor>h3:first-child+p>br:only-child,.ql-editor>h4:first-child+p>br:only-child,.ql-editor>h5:first-child+p>br:only-child,.ql-editor>h6:first-child+p>br:only-child{display:none!important}#inputText :not(.word-highlight){background-color:#fff!important}.char-limit-warning-limited{color:#9ca3af;font-size:12px!important;margin-bottom:0!important}.char-limit-warning-red{color:#e24668!important;font-size:12px!important;font-weight:500!important}.correction-sidebar-opsaeting-svg{height:14px;width:16px}.sidebar-collapsed-icons{border-bottom-left-radius:10px;border-bottom-right-radius:10px}#custom_rewrite_input:-webkit-autofill,#custom_rewrite_input:-webkit-autofill:active,#custom_rewrite_input:-webkit-autofill:focus,#custom_rewrite_input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important;box-shadow:inset 0 0 0 30px #fff!important}#custom_rewrite_input:-webkit-autofill{-webkit-text-fill-color:#000!important}.correction-sidebar.collapsed~.text-area-container #inputText .grammar-correction-added,.correction-sidebar.collapsed~.text-area-container #inputText .grammar-correction-punctuation,.correction-sidebar.collapsed~.text-area-container #inputText .grammar-correction-removed,.grammar-interactions-disabled .grammar-correction-added,.grammar-interactions-disabled .grammar-correction-punctuation,.grammar-interactions-disabled .grammar-correction-removed,.grammar-interactions-disabled mark.word-highlight{cursor:default!important;pointer-events:none!important}body:has(.correction-sidebar.collapsed) #inputText .grammar-correction-added,body:has(.correction-sidebar.collapsed) #inputText .grammar-correction-punctuation,body:has(.correction-sidebar.collapsed) #inputText .grammar-correction-removed{cursor:default!important;pointer-events:none!important}.correction-content .hamdan-robot-container,.correction-content .hamdan-speech-bubble{display:none}.premium-plus-btn{background:#f8f9fa;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 6px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);cursor:pointer;flex-direction:row;font-family:inherit;gap:14px;outline:none;padding:20px;position:relative;width:100%}.premium-plus-btn,.premium-plus-btn .btn-icon{align-items:center;display:flex;transition:all .15s ease}.premium-plus-btn .btn-icon{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:11px;box-shadow:0 1px 2px rgba(0,0,0,.04);flex-shrink:0;height:62px;justify-content:center;width:62px}.premium-plus-btn .btn-text{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:2px;justify-content:center;min-width:0;text-align:left}.premium-plus-btn svg{color:#9ca3af;height:22px;transition:all .15s ease;width:22px}.grammar-plus-title{color:#7a8799;font-size:20px;font-weight:700;line-height:1.3}.grammar-plus-desc,.grammar-plus-title{font-family:Poppins;margin:0;transition:all .15s ease}.grammar-plus-desc{color:#9ca3af;font-size:14px;font-weight:400;line-height:1.4;text-align:left}.premium-plus-btn.selected{background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 3px 8px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06)}.premium-plus-btn.selected .btn-icon{background:#374151;border-color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.15)}.premium-plus-btn.selected svg{color:#fff}.premium-plus-btn.selected .grammar-plus-title{color:#495057;font-weight:700}.premium-plus-btn.selected .grammar-plus-desc{color:#495057}.premium-plus-btn:hover:not(.selected){background:#f3f4f6;border-color:rgba(0,0,0,.12)}#inputText ham-dan.hamdanActive,.correction-sidebar~.text-area-container #inputText ham-dan.hamdanActive,.ql-editor ham-dan.hamdanActive,.text-area-container #inputText ham-dan.hamdanActive,body:has(.correction-sidebar) #inputText ham-dan.hamdanActive,ham-dan.grammar-correction-added.hamdanActive,ham-dan.grammar-correction-punctuation.hamdanActive,ham-dan.grammar-correction-removed.hamdanActive,ham-dan.hamdanActive{background-color:#fff1c2!important}.analysis-reset-button{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04);cursor:pointer;display:flex;height:40px;justify-content:center;margin-top:11px;transition:all .15s ease;width:40px}.analysis-reset-button:hover:not(:disabled){background:#f8f9fa;border-color:rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.analysis-reset-button svg{display:block;flex-shrink:0;height:20px;width:18px}.analysis-reset-button svg path,button.analysis-reset-button svg path{fill:none!important;stroke:#717981!important}#formatItalic{margin-top:2px!important}.explanation-premium-plus-btn svg{display:none!important}.char-limit-warning-red.char-limit-warning-nudge{animation:charLimitNudge .42s ease;display:inline-block}@keyframes charLimitNudge{0%{transform:translateY(0)}45%{transform:translateY(-4px)}to{transform:translateY(0)}}#readBtn .loader{margin-right:0!important}.hamdan-header{align-items:center;background:linear-gradient(278deg,#f8f9fa 37.2%,#fff 62.8%);border:1px solid rgba(222,226,230,.006);border-radius:16px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04),0 2px 8px 0 rgba(0,0,0,.06);display:flex;justify-content:space-between;margin-bottom:24px;padding:32px}.hamdan-header-left .hamdan-header-title{background:linear-gradient(90deg,#6c757d,#e24668);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Poppins;font-size:28px;font-style:Bold;font-weight:700;letter-spacing:0;line-height:32px;margin-bottom:10px}.hamdan-header-subtitle{font-family:Poppins;font-size:14px;font-style:Regular;font-weight:400;leading-trim:NONE;color:#6c757d;letter-spacing:0;line-height:18px;margin-bottom:12px!important}#show-sidebar-tutorial-btn,#show-tutorial-btn{align-items:center;background:#adb5bd;background-color:transparent;border:none;color:grey;cursor:pointer;display:flex;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;gap:6px;letter-spacing:0;line-height:16px;padding:0}#show-sidebar-tutorial-btn{align-items:center;align-self:center;color:#cfd3d5;justify-content:center}#show-sidebar-tutorial-btn:hover,#show-tutorial-btn:hover{color:#e24668}#show-sidebar-tutorial-btn:hover .sidebar-tutorial-icon path,#show-tutorial-btn:hover .tutorial-icon path{fill:#e24668}.hamdan-header-right{display:flex;gap:10px}.hamdan-header-btn{align-items:center;color:#495057;display:flex;font-family:Poppins;font-size:16px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:19px}.hamdan-header-btn,.hamdan-header-btn:hover{background:linear-gradient(138.61deg,#fff 12.36%,#f1f3f4 94.3%);border:1px solid #e4e4e4;border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 8px 0 rgba(0,0,0,.06),0 1px 3px 0 rgba(0,0,0,.04);gap:5px;opacity:1;padding:12px}.modal{background-color:rgba(0,0,0,.7);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#000;border:1px solid #888;border-radius:40px;height:60vh;margin:10% auto;max-width:800px;padding:20px;position:relative;width:60%}#tutorial-video{height:100%;width:100%}#tutorial-popup,.tutorial-close-btn{display:none}#sidebar-tutorial-video{height:100%;width:100%}.sidebar-tutorial-close-btn{display:none}#sidebar-tutorial-popup{display:none;z-index:10002}.sidebar-tutorial-modal{background-color:rgba(0,0,0,.7);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}.sidebar-modal-content{background-color:#000;border:1px solid #888;border-radius:40px;height:60vh;margin:10% auto;max-width:800px;padding:20px;position:relative;width:60%}.saved-response{background:#f8f9fa;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:16px;transition:all .15s ease}.saved-response:hover{background:#f5f6f7;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.saved-response:first-child{margin-top:20px}#savedResponsesList{display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:0 24px 20px}.button-container{align-items:center;display:flex;gap:1px;gap:4px;justify-content:end;margin-right:-4px}.left-history-header{align-items:center;display:flex;gap:10px;justify-content:center}#popup-heading{color:#495057;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;line-height:1.4;margin:0}.saved-response textarea{background:transparent;border:none;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:hidden;padding:0;resize:none;width:100%}textarea.no-min-height{min-height:0}.del-history-text{color:#e24668!important;cursor:pointer!important;font-size:14px!important;font-weight:400!important}.del-history-text:hover{color:#d5254b}.delete-all-history{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 2px 0 rgba(0,0,0,.04);color:#e24668;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;gap:8px;line-height:18px;padding:8px 12px;transition:all .15s ease}.delete-all-history:hover{background:#f8f9fa;border-color:rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.grammar-history-close{align-items:center;background:transparent;border:none;border-radius:6px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .15s ease}.grammar-history-close svg{height:22px;stroke:currentColor;width:22px}.grammar-history-close:hover{background:#f8f9fa;transform:translateY(-1px)}.popup-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:80%;overflow:hidden;position:relative;width:60%}.markdown-body{background-color:#f8f9fa!important;background:#f8f9fa;color:#6c757d;font-family:Poppins;font-size:16px!important}#inputText.is-empty{height:auto!important}.markdown-body table{width:100%!important}#inputText .markdown-body table tr{background-color:#fff!important}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{border-bottom:none!important;color:#6c757d}.history-action-btn{align-items:center;background:transparent;border:none;border-radius:6px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;margin:0;padding:6px;transition:all .15s ease}.history-action-btn:hover{background:#fff;transform:translateY(-1px)}.history-action-btn svg{height:18px;width:18px}.saved-response .markdown-body{background:transparent!important}.history-bottom-controls{align-items:center;background:#fff;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;padding:16px 24px}.auto-save-history{align-items:center;display:flex;gap:8px;transform:translateX(-8px)}.auto-save-switch{align-items:center;align-self:center;display:flex;flex-shrink:0;height:24px;justify-content:center;position:relative;width:30px}.auto-save-switch-input{display:none!important}.auto-save-switch-label{color:#495057;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;line-height:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auto-save-icon{cursor:pointer;left:0;position:absolute;top:0;transition:opacity .3s ease}#showSavedResponsesBtn{position:relative}.history-tooltip{background-color:#fff;border-radius:4px;border-top-right-radius:0;box-shadow:0 2px 8px rgba(0,0,0,.15);color:#2e2e2e;font-size:12px;opacity:0;padding:8px 12px;pointer-events:none;top:calc(100% + 8px);transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;white-space:nowrap;z-index:10000}.history-tooltip,.history-tooltip:after{position:absolute;transform:translateX(-50%)}.history-tooltip:after{border:5px solid transparent;border-bottom-color:#fff;bottom:100%;content:"";left:98%}.history-tooltip.show{opacity:1;pointer-events:auto;visibility:visible}.history-tooltip a{color:#e24668;cursor:pointer;font-size:12px;pointer-events:auto;text-decoration:none}.history-tooltip a:hover{text-decoration:underline}.loader1,.loader2{align-items:center;background-color:hsla(0,0%,100%,.8);border-radius:10px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.dotted-loader{height:20px;position:relative;width:16px}.button-container.loading:after{animation:spin .6s linear infinite;border:2px solid #ccc;border-radius:50%;border-top-color:#000;content:"";display:inline-block;height:16px;margin-left:8px;width:16px}.dk-translation-box{position:relative;width:fit-content}.dk-language-select,.dk-translation-box{align-items:center;border-radius:8px;display:flex}.dk-language-select{background:transparent;border:none;color:#6b7280;cursor:pointer;font-size:13px;gap:6px;justify-content:center;padding:8px 12px;transition:all .15s ease}.dk-language-select:hover{background:rgba(0,0,0,.04);color:#374151}.dk-language-dropdown-icon,.dk-language-icon{align-items:center;display:flex;justify-content:center}.dk-language-dropdown-icon{border-radius:50%;flex-shrink:0;height:24px;overflow:hidden;width:24px}.dk-dropdown-item.dk-search-only .dk-language-dropdown-icon.dk-globe-icon svg,.dk-language-dropdown-icon svg{height:20px;width:20px}.dk-language-icon svg{height:13px;width:13px}.dk-language-text{color:#495057;font-family:Poppins;font-size:13px;font-weight:400;line-height:18px}.dk-arrow{align-items:center;color:#999;display:flex;font-size:12px;height:8px;justify-content:center;transition:transform .2s ease;width:8px}.dk-arrow svg{display:block;margin:0;vertical-align:middle}.dk-language-select.dk-active .dk-arrow{transform:rotate(180deg)}.dk-dropdown{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;bottom:calc(100% + 8px);box-shadow:0 4px 16px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.06);display:none;left:50%;min-width:180px;padding:8px;position:absolute;transform:translateX(-50%);z-index:100}.dk-dropdown-list{max-height:264px;overflow-y:auto;scrollbar-color:rgba(0,0,0,.15) transparent;scrollbar-width:thin}.dk-dropdown-list::-webkit-scrollbar{width:4px}.dk-dropdown-list::-webkit-scrollbar-track{background:transparent}.dk-dropdown-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:4px}.dk-dropdown:after{border:6px solid transparent;border-top-color:#fff;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.dk-dropdown.dk-show{display:block}.dk-dropdown-item{align-items:center;background:transparent;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:14px;gap:10px;margin:8px 0 2px;padding:5px 12px;text-align:left;transition:all .15s ease;width:100%}.dk-dropdown-item:hover{background:#f3f4f6}.dk-dropdown-item.dk-keyboard-focus,.dk-dropdown-item.dk-selected{background:#f3f4f6;font-weight:500}@keyframes dkFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dk-dropdown-item.dk-disabled{background-color:#f0f0f0;cursor:not-allowed;opacity:.5}.dk-custom-language{align-items:center;background:#f3f4f6;border-radius:8px;color:#e66b85;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;gap:8px;line-height:normal;margin-bottom:8px;padding:6px 12px;width:100%}.dk-custom-language:hover{box-shadow:0 1px 3px rgba(217,115,152,.2)}.dk-custom-language:focus-within{background:#e5e7eb}.dk-custom-input{background:transparent;border:none;color:#495057;font-size:14px;padding:0;padding-right:35px!important;width:100%}.dk-custom-input:focus{border:none;outline:none}.dk-custom-input:focus-visible{border:none;outline:none}.dk-custom-language:after{align-items:center;background:none;border:none;border-radius:4px;color:#d97398;content:"+";cursor:pointer;display:flex;font-size:16px;font-weight:700;justify-content:center;opacity:0;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:opacity .2s ease}.dk-custom-input:focus~:after,.dk-custom-language:hover:after{opacity:1}.dk-custom-language:after:hover{background-color:rgba(217,115,152,.1);color:#c86587}.dk-dropdown-text{color:#495057;font-family:Poppins;font-size:14px;font-weight:400;line-height:18px}.dk-add-btn{border-radius:4px;color:#d97398;font-size:16px;padding:4px}.dk-custom-language{position:relative}.dk-add-btn{background:none;border:none;cursor:pointer;font-weight:700;opacity:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}.dk-custom-language:focus-within .dk-add-btn,.dk-custom-language:hover .dk-add-btn{opacity:1}.dk-dropdown-divider{background:rgba(0,0,0,.05);height:1px;margin:auto;width:80%}@media screen and (min-width:769px) and (max-width:1440px){.hamdan-speech-bubble{width:80%}}@media screen and (min-width:1441px){.hamdan-speech-bubble{width:50%}.improvement-section{width:100%}.improvement-items{gap:31px}}@media screen and (max-width:1122px){.voice-slider-labels{display:none}}@media screen and (max-width:1024px){.hk-dropdown-container{max-width:90%;width:90%}.improvement-text{font-size:11px!important}.improvement-items{gap:7px}.improvement-icon svg{height:15px;width:15px}.improvement-icon,.improvement-icon-3{padding:6px}}@media screen and (max-width:991px){.improvement-text{font-size:11px!important}.improvement-items{gap:10px}.improvement-icon svg{height:15px;width:15px}.improvement-icon,.improvement-icon-3{padding:6px}.divider,.voice-slider-labels{display:none}.hk-dropdown-container{max-width:90%;width:90%}}@media screen and (max-width:860px){.sidebar-toggle-btn{display:none}.hamdan-speech-bubble{width:170px}}@media screen and (max-width:767px){.hamdan-speech-bubble{width:80%}.improvement-section{width:50%}.sidebar-toggle-btn{display:none}.lucide-pause,.lucide-volume-2{height:16px;width:18px}}@media screen and (max-width:575px){.text-area-container,body,html{height:var(--app-height,100vh)}.dk-dropdown{left:0;min-width:180px;padding:8px;position:absolute;right:43%;transform:translateX(0)}.dk-dropdown:after{left:20%!important}.toast-notification{display:none!important}}@media screen and (max-width:360px){.text-area-container,body,html{height:var(--app-height,100vh)}}@media screen and (max-width:767px){.divider{display:none}body{padding-bottom:0}.counter-nav-div{flex-direction:column-reverse;gap:10px;margin-top:0}}@media screen and (max-width:991px){.lang-legend-div{align-items:flex-start;justify-content:flex-start}.toolbar-container{max-width:100%}.language-controls{justify-content:flex-start;width:100%}.legend-section{flex-wrap:wrap}}@media screen and (max-width:767px){#French,#German,#vertical-line,.other-lang-input{display:none}#legend-section{display:none!important}.main-textarea-section{flex-basis:100%!important}.level-help-tooltip{font-size:12px;right:0;width:240px}.toolbar{align-items:flex-start;gap:1rem}.legend-section,.toolbar{flex-direction:column;width:100%}.legend-section{gap:.75rem}.legend-item{justify-content:flex-start}.language-controls{gap:.5rem;justify-content:center}.other-lang-input{margin:.5rem 0;width:100%}.language-controls{align-items:stretch;flex-direction:row;width:100%}.language-btn{padding:10px;text-align:center;width:100%}.legend-item,.toggle-section{justify-content:center;width:100%}.other-lang-input{padding:10px;text-align:center}.toolbar{padding:12px}.popup-content{background-color:#f9f9f9;border:1px solid #888;border-radius:10px;height:80%;margin:15% auto;max-height:1000px;overflow:scroll;padding:20px;position:relative;width:90%}}@media screen and (max-width:360px){.lang-legend-div{gap:.75rem}.language-btn{font-size:14px;padding:8px}.legend-text,.switch-label{font-size:12px}.popup-content{background-color:#f9f9f9;border:1px solid #888;border-radius:10px;height:80%;margin:15% auto;max-height:1000px;overflow:scroll;padding:20px;position:relative;width:90%}.level-help-tooltip{font-size:11px;padding:10px 12px;width:200px}.level-help-btn{height:18px;width:18px}.level-help-btn svg{height:12px;width:12px}}@media screen and (max-width:450px){.toolbar-container{display:none}.top-headings-div{margin-bottom:24px}.lang-legend-div *{color:#606060!important}.word-counter-div{display:flex;flex-direction:column-reverse!important;flex-wrap:wrap}}@media (hover:none) and (pointer:coarse){.language-btn,.other-lang-input{min-height:44px}.legend-item,.toggle-section{padding:8px 0}}@media screen and (max-height:500px){.lang-legend-div{gap:.5rem}.toolbar{padding:6px}}@media (min-width:441px) and (max-width:860px){.hamdan-header{border-radius:14px;gap:16px;margin-bottom:20px;padding:24px 20px}.hamdan-header,.hamdan-header-left{flex-direction:column;text-align:center}.hamdan-header-left{align-items:center;display:flex;order:1;width:100%}.hamdan-header-right{flex-direction:row;gap:12px;justify-content:center;order:2;width:100%}.hamdan-header-btn{border-radius:9px;flex:1;font-size:14px;gap:6px;justify-content:center;max-width:200px;padding:10px 16px;text-align:center}.text-area-container{gap:16px;min-height:400px}.inner-textarea-bottom{border-radius:8px;flex-basis:54%!important}.top-controls{border-radius:25px;flex-wrap:wrap;gap:8px;padding:6px 10px}.textarea-wrapper{min-height:180px}.correction-sidebar{min-width:200px}#inputText{font-size:15px;min-height:180px;padding:16px}.dk-language-select{font-size:13px;padding:12px 14px}.write-applicationDiv{border-radius:8px;flex:0;font-size:15px;padding:10px 20px;width:100%}.header-section{flex-direction:row;padding:16px}.hk-dropdown-button{font-size:13px;padding:10px 12px}.correction-content{min-height:150px;padding:8px 12px}.modal-content{border-radius:20px;height:calc(var(--app-height, 100vh)*.7);margin:5% auto;padding:16px;width:85%}.popup-content{border-radius:10px;height:85%;margin:5% auto;padding:20px;width:85%}#popup-heading{font-size:22px;line-height:26px}.counter-nav-div{align-items:center;flex-direction:column;gap:12px;margin-top:16px}.word-counter-div{order:1;text-align:center}.response-navigation{justify-content:center;order:2}.voice-section{padding:12px}.voice-card{margin-bottom:12px;padding:16px}.dk-hamdan-input-container{max-width:100%;padding:0}.dk-hamdan-custom-input{font-size:13px;padding:10px 12px}.ql-editor{padding:20px 0!important}}@media (min-width:300px) and (max-width:440px){.ql-editor{padding:20px 0!important}.main-textarea-section{padding-left:9px!important;padding-right:9px!important}.hamdan-header{border-radius:12px;flex-direction:column;gap:12px;margin-bottom:16px;padding:16px 12px}.hamdan-header-left{order:1;text-align:center;width:100%}#show-tutorial-btn{font-size:10px;gap:4px;justify-content:center;line-height:14px;margin:0 auto}.hamdan-header-right{flex-direction:column;gap:8px;order:2;width:100%}.hamdan-header-btn{border-radius:8px;font-size:13px;gap:4px;justify-content:center;min-height:35px;padding:10px 12px;text-align:center;width:100%}.text-area-container{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;max-height:calc(var(--app-height, 100vh) - 60px);min-height:350px;overflow:auto}.sidebar-wrapper{display:none}.inner-textarea-bottom{display:flex;flex:0 0 auto;flex-direction:column;height:calc(var(--app-height, 100vh) - 56px);margin-bottom:0;padding-bottom:0}.main-textarea-section{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-y:auto}.top-controls{align-items:flex-end;border-radius:20px;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:8px}.format-toolbar .format-divider,.format-toolbar .group-1{display:none}.ql-editor.ql-blank:before{left:11px}#inputText,.textarea-wrapper{min-height:150px}#inputText{font-size:14px;line-height:22px;padding:12px}.dk-translation-box{margin-bottom:12px;width:100%}.dk-language-select{border-radius:8px;font-size:12px;padding:12px}.dk-language-text{font-size:12px}.dk-dropdown{padding:8px}.dk-dropdown-item{font-size:12px;padding:10px 8px}.write-applicationDiv{border-radius:8px;flex:0!important;font-size:14px;gap:8px;padding:10px 12px!important;width:100%}.mobile-controls-container{display:none;flex-direction:column;margin-bottom:0;padding:0 9px 12px}.mobile-controls-container.mobile-active{display:flex}.mobile-controls-container .mobile-lang-robot-row{align-items:center;display:flex;flex-direction:row;gap:8px;order:1;width:100%}.mobile-controls-container .dk-translation-box{flex:1;margin-bottom:0;min-width:0}.mobile-controls-container .sidebar-robot-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-bottom:0;width:fit-content}.mobile-controls-container .sidebar-robot-gif{height:70px;width:70px}.mobile-controls-container #genBtn{margin-top:15px;order:2;width:100%}.sidebar-controls{display:none!important}.options-row{flex-wrap:wrap}.correction-sidebar{display:none!important}.modal-content{border-radius:16px;height:calc(var(--app-height, 100vh)*.6);margin:5% auto;padding:12px;width:90%}.popup-content{background:#fff;border-radius:8px;height:60%;margin:5% auto;padding:16px;width:95%}#popup-heading{font-size:18px;line-height:22px;text-align:center}.saved-response{border-radius:4px;font-size:13px;margin-bottom:8px;margin-right:5px;padding:10px}#savedResponsesList{margin:0 -8px;padding:0 12px 12px 8px}.counter-nav-div{align-items:center;flex-direction:column-reverse;gap:0;margin-bottom:0!important}.word-counter-div{align-items:center;display:flex;flex-direction:column;order:1;text-align:center}.word-count{font-size:12px}#char-limit-warning{font-size:12px;margin-bottom:4px;text-align:center}.response-navigation{display:none;justify-content:center;order:2}.voice-section{padding:8px}.voice-card{margin-bottom:10px;padding:12px}.voice-card-title{font-size:14px}.voice-card-subtitle{font-size:12px}.voice-slider-labels{font-size:11px;gap:8px}.voice-change-btn{font-size:13px;padding:10px 14px}.dk-hamdan-input-container{margin-top:8px;max-width:100%;padding:0}.dk-hamdan-custom-input{font-size:12px;padding:8px 10px}.style-option{gap:8px;padding:8px 10px}.style-icon{margin-right:8px;padding:6px}.style-title{font-size:12px}.dk-dropdown-content{max-height:200px;overflow-y:auto}.dk-custom-language{font-size:12px;padding:6px 8px}.dk-custom-input{font-size:12px;padding:4px 6px}.history-bottom-controls{flex-wrap:nowrap;gap:8px;padding:12px 0}.hClose{padding:10px 10px 0 3px}.delete-all-history{align-items:center;flex-direction:row;flex-shrink:0;font-size:11px;gap:4px;padding:6px 10px}.delete-all-history svg{height:14px;width:14px}.del-history-text{font-size:11px!important;white-space:nowrap}.auto-save-history{flex-shrink:1;gap:6px;min-width:0;transform:none}.auto-save-switch-label{font-size:11px;white-space:nowrap}.copy-btn1,.delete-btns{min-height:32px;min-width:32px;padding:6px!important}.markdown-body{font-size:13px!important}.grammar-correction-added,.grammar-correction-punctuation,.grammar-correction-removed{border-bottom-width:1px}}@media (max-width:360px){.hamdan-header{gap:10px;padding:12px 8px}.hamdan-header-btn{font-size:12px;padding:8px 10px}#inputText{font-size:13px;padding:10px}.write-applicationDiv{font-size:13px;padding:12px 14px}.dk-language-select{font-size:11px;padding:10px}}@media (max-width:860px){.dk-custom-input,.dk-hamdan-custom-input,input[type=text],select,textarea{font-size:16px!important}}#selection-toolbar{align-items:center;background:rgba(173,181,189,.3);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.05);display:none;gap:4px;left:0;min-height:47px;padding:6px 8px;pointer-events:auto;position:absolute;top:0;z-index:19999}.audio-controls-container{align-items:center;display:flex;height:34px}.tts-button{align-items:center;background:transparent;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;margin-right:3px;transition:background-color .2s ease;width:32px}.tts-button:hover{background:rgba(0,0,0,.05);color:#374151}.tts-button svg{transition:all .2s ease}.speed-display:hover{background:rgba(0,0,0,.05);color:#374151}.speed-container{align-items:center;display:flex;height:34px;position:relative}.speed-display{background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:700;justify-content:center;line-height:22px;padding:0 8px;transition:all .15s ease;width:32px}.speed-display,.speed-panel{align-items:center;height:32px}.speed-panel{display:none;min-width:120px;padding:5px 12px}.speed-icon{align-items:center;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;justify-content:center;opacity:.8;padding:2px;transition:all .2s ease}.speed-icon:hover{opacity:1;transform:scale(1.02)}.slider-container{align-items:center;display:flex;flex:1;margin:0 6px;min-width:60px}.speed-slider{-webkit-appearance:none;appearance:none;background:#adb5bd;border:none;border-radius:2px;cursor:pointer;height:3px;outline:none;width:100%}.speed-slider::-webkit-slider-track{background:#e4e4e4;border-radius:2px;height:3px}.speed-slider::-moz-range-track{background:#e4e4e4;border:none;border-radius:2px;height:3px}.speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#cececf;border:1px solid #6c757d;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer;height:16px;width:16px}.speed-slider::-moz-range-thumb{-webkit-appearance:none;appearance:none;background:#cececf;border:1px solid #6c757d;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer;height:16px;width:16px}.copy-button{align-items:center;background:transparent;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.copy-button:hover{background:rgba(0,0,0,.05);color:#374151}.copy-button .check-icon{animation:checkPop .2s ease-out;color:#10b981;display:block}.tts-button .dotted-loader .dot:first-child{animation-delay:-.32s}.tts-button .dotted-loader .dot:nth-child(2){animation-delay:-.16s}.tts-button .dotted-loader .dot:nth-child(3){animation-delay:0s}.tts-button .dotted-loader .dot:nth-child(4){animation-delay:.16s}.tts-button .dotted-loader .dot:nth-child(5){animation-delay:.32s}.tts-button .dotted-loader .dot:nth-child(6){animation-delay:.48s}.tts-button .dotted-loader .dot:nth-child(7){animation-delay:.64s}.tts-button .dotted-loader .dot:nth-child(8){animation-delay:.8s}@keyframes dotPulse{0%,80%,to{opacity:.5}40%{opacity:1}}.selection-toolbar .toolbar-separator{background:rgba(0,0,0,.08);height:20px;margin:0 2px;width:1px}.sidebar-ask-audio-controls{align-items:center;background:#f6f8fa;border-radius:8px;display:flex;gap:5px;padding:4px;width:100%}.sidebar-audio-control-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;transition:opacity .2s ease;width:24px}.sidebar-audio-control-btn:hover{opacity:.7}.sidebar-audio-control-btn svg{fill:#6c757d;height:16px;width:16px}.sidebar-audio-progress-container{flex:1;margin:0 4px}.sidebar-audio-progress-track{background-color:#e9ecef;border-radius:2px;cursor:pointer;height:4px;overflow:hidden;position:relative;width:100%}.sidebar-audio-progress-fill{background:#adb5bd;border-radius:2px;height:100%;transition:width .1s ease;width:0}.bubble-main-text,.bubble-text{margin-bottom:0}.has-ok-button .sidebar-ask-audio-controls{margin-top:8px}.sidebar-volume-container{align-items:center;display:flex;position:relative}.sidebar-volume-bar{background:transparent;border-radius:8px;bottom:100%;left:50%;margin-bottom:8px;opacity:0;position:absolute;transform:translateX(-50%);transition:all .2s ease;visibility:hidden;z-index:1000}.sidebar-volume-bar.show{opacity:1;visibility:visible}.sidebar-volume-track{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(2px);background:rgba(199,137,156,.15);background-clip:padding-box;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:119px;justify-content:flex-end;overflow:hidden;position:relative;width:12px}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.sidebar-volume-track{background:rgba(199,137,156,.31);border:1px solid hsla(0,0%,100%,.12);box-shadow:none}}.sidebar-volume-fill{background:#c7899c;border-radius:3px;bottom:0;height:100%;left:0;position:absolute;transition:height .1s ease;width:100%}.sidebar-volume-handle{background:#c7899c;border-radius:50%;cursor:grab;height:12px;left:50%;position:absolute;transform:translateX(-50%);transition:all .1s ease;width:12px;z-index:1}#sidebar-audio-volume svg path{stroke:#6c757d}#sidebar-audio-volume.volume-bar-open svg,#sidebar-audio-volume.volume-bar-open svg path{fill:#c7899c;stroke:#c7899c}.sidebar-robot-container{padding-top:10px}.sidebar-robot-container,.sidebar-robot-wrapper{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.sidebar-robot-glow-bg{background:#11e811;border-radius:50%;bottom:34%;filter:blur(8px);height:25%;position:absolute;width:25%}.sidebar-robot-gif{cursor:pointer;display:block;height:70px;transition:transform .2s ease;width:70px}.sidebar-robot-gif:hover{transform:scale(1.05)}.sidebar-robot-bubble{background:#fff;border:1px solid #e0e0e0;border-radius:12px;bottom:100%;box-shadow:0 4px 12px rgba(0,0,0,.1);font-size:12px;opacity:0;padding:6px;pointer-events:none;position:absolute;right:20px;transform:translateY(10px);transition:all .3s ease;white-space:normal;z-index:1000;word-wrap:break-word;align-items:center;box-sizing:border-box;gap:12px;justify-content:center;max-width:min(var(--bubble-max-width,200px),calc(100vw - 40px));overflow-wrap:break-word;width:var(--bubble-width,fit-content)}.sidebar-robot-bubble.show{opacity:1;pointer-events:auto;transform:translateY(0)}.sidebar-robot-bubble:after{border:6px solid transparent;border-top-color:#fff;content:"";left:var(--arrow-position,50%);position:absolute;top:100%;transform:translateX(-50%)}#sidebar-robot-bubble-tts:after{left:80%}.sidebar-robot-bubble.loading{width:105px!important}.sidebar-robot-bubble.loading:after{left:calc(50% + 24px)}.sidebar-robot-bubble.listening{right:20px;transform:translateY(10px)}.sidebar-robot-bubble.listening.show{transform:translateY(0)}.sidebar-robot-bubble .bubble-text{background:linear-gradient(90deg,var(--Primary,#e66b85) 0,#495057 100%);background-clip:text;-webkit-background-clip:text;color:#374151;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-align:center;-webkit-text-fill-color:transparent;align-items:center;display:flex;width:100%}.sidebar-robot-bubble .keyboard-icon{border-radius:3px;cursor:pointer;opacity:.7;padding:2px;transition:opacity .2s ease}.sidebar-robot-bubble .bubble-divider{display:flex;margin-right:-6px}.sidebar-robot-bubble .sidebar-bubble-loader{align-items:center;align-self:center;border-radius:3px;display:flex;transition:opacity .2s ease}.sidebar-robot-input{background:#fff;border-radius:12px;bottom:calc(100% - 1px);box-shadow:0 4px 12px rgba(0,0,0,.1);font-size:12px;opacity:0;padding:12px;pointer-events:none;position:absolute;right:7px!important;transform:translateY(10px);transition:all .3s ease;white-space:normal;z-index:1000;word-wrap:break-word;box-sizing:border-box;flex-direction:column;max-height:243px;max-width:min(250px,calc(100vw - 40px));min-height:fit-content;min-width:fit-content;overflow-wrap:break-word;width:200px}.sidebar-robot-input.show{opacity:1;pointer-events:auto;transform:translateY(0)}.sidebar-robot-input-top-controls{align-items:center;display:flex;gap:24px;justify-content:space-between;width:100%}span.sidebar-robot-input-top-text{background:linear-gradient(90deg,var(--Primary,#e66b85) 0,#495057 100%);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;-webkit-text-fill-color:transparent}.sidebar-robot-input input{align-items:center;background:var(--Brand-card_grey,#f8f9fa);border:.5px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:16px;box-sizing:border-box;color:var(--Text-Primary,#495057);display:flex;flex-direction:column;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;gap:10px;justify-content:center;line-height:18px;min-width:120px;padding:8px;width:100%}.sidebar-robot-input input:focus-visible{outline:none}.sidebar-input-controls{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.sidebar-mic{gap:5px}.sidebar-mic,.sidebar-send{align-items:center;display:flex;justify-content:center}.sidebar-send{border-radius:10px;gap:10px}.sidebar-mic svg,.sidebar-send svg{cursor:pointer}.sidebar-robot-input input::placeholder{color:#9ca3af}.sidebar-robot-input:after{border:6px solid transparent;border-top-color:#fff;content:"";left:var(--arrow-position,50%);position:absolute;top:100%;transform:translateX(-50%)}.sidebar-robot-success{animation:successPulse .6s ease-in-out}@media (max-width:768px){.sidebar-robot-bubble{max-width:min(200px,calc(100vw - 30px));min-width:fit-content;right:15px}.sidebar-robot-input{max-width:min(230px,calc(100vw - 30px));right:15px;width:min(200px,calc(100vw - 30px))}.sidebar-robot-bubble:after,.sidebar-robot-input:after{left:var(--arrow-position,50%)}}@media (max-width:320px){.sidebar-robot-bubble,.sidebar-robot-input{left:50%;min-width:fit-content;right:auto;transform:translateX(-50%) translateY(10px)}.sidebar-robot-bubble.show,.sidebar-robot-input.show{transform:translateX(-50%) translateY(0)}.sidebar-robot-bubble:after,.sidebar-robot-input:after{left:var(--arrow-position,50%)}}.sidebar-cross-icon{background:#fee9e7}.sidebar-cross-icon svg{flex-shrink:0;height:6px;stroke:#ec221f;stroke-width:1.5px;width:6px}.bubble-slider-container{padding:4px 0;text-align:center}.bubble-slide-content{display:flex;flex-direction:column;justify-content:center;min-height:40px;transition:opacity .15s ease}.bubble-main-text{background:linear-gradient(90deg,var(--Primary,#e66b85) 0,#495057 100%);background-clip:text;-webkit-background-clip:text;font-size:14px;line-height:18px;text-align:center;-webkit-text-fill-color:transparent;align-items:center;display:flex;gap:9px;justify-content:center;padding:9px 0}.bubble-description,.bubble-main-text{font-family:Poppins;font-style:normal;font-weight:400}.bubble-description{color:var(--Text-Secondary,#adb5bd);font-size:12px;line-height:16px;text-align:center}.sidebar-robot-bubble .bubble-description{background:none!important;color:#adb5bd!important;-webkit-text-fill-color:initial!important;-webkit-background-clip:initial!important;background-clip:initial!important}.bubble-indicators{align-items:center;display:flex;gap:4px;height:10px;justify-content:center;margin-top:8px}.bubble-dot{background-color:#ddd;border-radius:50%;height:4px;transition:all .2s ease;width:4px}.bubble-dot.active{background-color:#e24668;transform:scale(1.2)}@keyframes slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.bubble-slide-content{animation:slideIn .3s ease-out}.sidebar-robot-bubble .sidebar-bubble-loader svg.processing-animation path{animation:audioPathPulse 1.2s ease-in-out infinite;transform-origin:center bottom}.sidebar-robot-bubble .sidebar-bubble-loader svg.processing-animation{animation:audioContainerPulse 1.5s ease-in-out infinite;transform-origin:center}@keyframes audioPathPulse{0%,to{opacity:1;transform:scaleY(.7) scaleX(.95)}25%{opacity:1;transform:scaleY(1.1) scaleX(1.02)}50%{opacity:1;transform:scaleY(.9) scaleX(.98)}75%{opacity:1;transform:scaleY(1.2) scaleX(1.05)}}@keyframes audioContainerPulse{0%,to{opacity:1;transform:scale(1)}33%{opacity:1;transform:scale(1.05)}66%{opacity:1;transform:scale(.98)}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.sidebar-robot-bubble .sidebar-bubble-loader svg.processing-animation.subtle path{animation:audioPathSubtle 1s ease-in-out infinite}@keyframes audioPathSubtle{0%,to{opacity:1;transform:scaleY(.85)}50%{opacity:1;transform:scaleY(1.15)}}.bubble-content-row{align-items:center;display:flex;gap:4px;justify-content:center}.sidebar-bubble-loader-inline svg.processing-animation{height:16px;width:16px}.bubble-keyboard-inline{cursor:pointer;opacity:.7;transition:opacity .2s ease}.bubble-keyboard-inline:hover{opacity:1}#sidebar_custom_input{height:auto;max-height:300px;min-height:80px;resize:none;word-wrap:break-word;background:transparent;background:#fff;border:none;border:.5px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:8px;box-shadow:0 0 4px 0 #e24668;font-family:inherit;font-size:inherit;line-height:1.4;outline:none;overflow-wrap:break-word;overflow-x:hidden;overflow-y:auto!important;padding:8px;scrollbar-color:#f6f8fa #fff;scrollbar-width:thin;transition:height .1s ease;white-space:pre-wrap;width:100%}.sidebar-word-limit{align-self:center;color:var(--Text-Muted,#6c757d);font-size:11px;font-style:normal;font-weight:300;line-height:16px}.main-textarea-section{position:relative}.progress-bar-container{align-self:stretch;background:#aff4c6;border-radius:10px 10px 0 0;height:6px;left:0;overflow:hidden;padding:6px;position:fixed;right:0;top:0;width:100%}@keyframes progressFill{0%{width:100%}to{width:0}}.progress-bar{background:#14ae5c;border-radius:20px 20px 0 0;height:6px;left:0;position:absolute;right:0;top:0;z-index:2}.bubble-buttons-container{display:flex;flex-direction:column;gap:8px;min-width:200px}.bubble-header{align-items:center;display:flex;justify-content:space-between;padding:4px 0}.bubble-title{background:linear-gradient(90deg,var(--Primary,#e66b85) 0,#495057 100%);background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:14px;font-weight:400;-webkit-text-fill-color:transparent}.bubble-info-icon{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;opacity:.7;padding:2px;transition:opacity .2s ease;width:18px}.bubble-info-icon:hover{background-color:rgba(0,0,0,.05);opacity:1}.bubble-buttons{display:flex;flex-direction:column;gap:6px}.bubble-action-btn{align-items:center;align-self:stretch;background:#f8f9fa;background:#f9fafb;border-radius:8px;cursor:pointer;display:flex;gap:8px;gap:10px;padding:8px 10px;transition:all .2s ease}.bubble-action-btn:hover{background:#e9ecef}.bubble-action-btn span{font-size:14px}.bubble-button-info{display:flex;flex-direction:column;gap:6px}.button-info-item{background:#f8f9fa;border-radius:6px;flex-direction:column;gap:4px;padding:6px 8px}.button-info-header{align-items:center;color:#495057;font-size:12px;font-weight:500;gap:6px}.button-info-desc{font-weight:400}.button-info-item{align-items:center;align-self:stretch;background:#f9fafb;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:8px 10px;transition:all .2s ease}.button-info-item:hover{background:#e9ecef}.button-info-item:active{transform:translateY(1px)}.sidebar-robot-bubble,.sidebar-robot-bubble *{pointer-events:auto!important}.button-info-header{align-items:flex-start;display:flex;gap:8px}.button-info-text{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:6px}.button-title{color:#495057;font-size:12px;font-weight:500;line-height:13px}.button-info-desc{color:#6c757d;font-size:11px;line-height:1.3;text-align:left}#sidebar-robot-bubble.sidebar-robot-bubble.error{max-width:none;min-width:max-content!important;width:max-content!important}#sidebar-robot-bubble.sidebar-robot-bubble.error .bubble-text{-webkit-text-fill-color:#dc3545!important;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:18px;text-align:center}.bubble-ok-button,.bubble-ok-button-container{display:flex;justify-content:center}.bubble-ok-button{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04);color:#495057;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;min-height:48px;padding:12px 20px;transition:all .15s ease;width:100%}.bubble-ok-button:hover{background:rgba(248,249,250,.8)!important;border-color:rgba(0,0,0,.12);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 2px 4px 0 rgba(0,0,0,.06);color:#495057!important;transform:translateY(-1px)}.bubble-ok-button svg{fill:currentColor;height:14px;width:14px}#sidebar-robot-bubble-tts,.sidebar-robot-bubble.has-ok-button{align-items:stretch!important;flex-direction:column!important;gap:8px!important}.sidebar-robot-bubble.has-ok-button .bubble-ok-button-container{width:100%}.sidebar-robot-bubble .markdown-body{background-color:#fff!important;font-size:14px;font-weight:400;max-height:350px;overflow-y:auto;scrollbar-color:#f6f8fa #fff;scrollbar-width:thin}.sidebar-robot-bubble .markdown-body *{background-color:#fff!important;color:#495057!important;font-family:Poppins!important;font-size:14px;font-size:14px!important;text-align:left!important}body{overflow:hidden!important}.sidebar-robot-blur-effect{backdrop-filter:blur(2px);background:hsla(0,0%,100%,.3);border-radius:50%;display:none;height:100%;position:absolute;width:100%;z-index:1}.sidebar-counter-nav-div{display:none}.sidebar-word-counter-div{align-items:center;display:flex;flex-direction:column}.sidebar-char-limit-warning{line-height:1.3;text-align:center}.sidebar-char-limit-warning,.sidebar-word-count{color:grey;font-size:14px;margin:0}.sidebar-char-limit-warning-red{color:#e24668!important;font-size:14px;font-weight:500!important}.link-to-login{color:grey;font-size:14px}.mobile-sidebar-robot{width:auto}@media (max-width:480px){.bubble-header{display:none!important}#sidebar_custom_input,.bubble-action-btn span{font-size:12px!important}.bubble-buttons-container{min-width:142px!important}}#sidebar-robot-bubble-tts{right:7px;width:max-content}.bubble-reject-accept-container{display:flex;gap:8px;margin-bottom:8px;width:100%}.bubble-accept-btn,.bubble-reject-btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#495057;cursor:pointer;display:flex;flex:1;font-family:Poppins;font-size:11px;font-weight:400;gap:5px;justify-content:center;line-height:2;padding:0;transition:background .2s ease}.bubble-accept-btn svg,.bubble-reject-btn svg{height:16px;width:16px}.bubble-reject-btn{background:linear-gradient(90deg,#faaebe,#f9dae1)}.bubble-reject-btn:hover{background:linear-gradient(90deg,#f9dae1,#faaebe)}.bubble-accept-btn{background:linear-gradient(90deg,#aef884,#daf9e5)}.bubble-accept-btn:hover{background:linear-gradient(90deg,#daf9e5,#aef884)}.has-ok-button.show,.secondary-tts.show{padding:10px}.lucide-mic.listening-glow{animation:pulse 1s infinite}@keyframes pulse{0%{filter:drop-shadow(0 0 5px #28a745)}50%{filter:drop-shadow(0 0 15px #28a745)}to{filter:drop-shadow(0 0 5px #28a745)}}.loader-backdrop{align-items:center;animation:fadeIn .3s ease-in-out;background:hsla(0,0%,100%,.9);border-radius:8px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1000}.textarea-wrapper .loader-backdrop{background:hsla(0,0%,100%,.75);border-radius:8px}.bubble-loader{align-items:center;display:flex;gap:8px;height:60px;justify-content:center}.bubble{animation:bubble-animation 1.8s ease-in-out infinite;background-color:#ff9daf;border-radius:50%;height:8px;width:8px}.bubble:nth-child(2){animation-delay:.2s}.bubble:nth-child(3){animation-delay:.4s}.bubble:nth-child(4){animation-delay:.6s}@keyframes bubble-animation{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(3)}}.bubble:after{animation:ripple 1.8s ease-in-out infinite;background-color:#ff9daf;border-radius:50%;content:"";height:100%;opacity:.7;position:absolute;width:100%}@keyframes ripple{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2)}}.loader-text{color:#495057;font-family:Poppins;font-size:16px;font-weight:600;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loader-gif{border-radius:50%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);object-fit:cover}.text-area-cancel-btn{align-items:center;background:linear-gradient(139deg,#fff 71.45%,#f8f9fa 94.3%);border:1px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04);display:inline-flex;gap:5px;justify-content:center;margin-top:16px;padding:6px 12px}.text-area-cancel-btn:active,.text-area-cancel-btn:hover{background:linear-gradient(139deg,#fff 12.36%,#f1f3f4 94.3%);border:1px solid var(--Text-Primary-Dark,#e4e4e4);border-radius:10px;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.9),0 1px 3px 0 rgba(0,0,0,.04),0 1px 3px 0 rgba(0,0,0,.04),0 2px 8px 0 rgba(0,0,0,.06),inset 0 1px 1px 0 hsla(0,0%,100%,.9)}.text-area-cancel-btn:active{transform:translateY(1px)}.lucide-pause{display:none}#downloadBtn:focus,#pausePlayBtn:focus,#stopBtn:focus{background-color:transparent!important}.loader{align-items:center;display:flex}#downloadBtn .dotted-loader{height:19px;position:relative;width:19px}.dotted-loader .dot{animation:fade 1s linear infinite;background-color:#888;border-radius:50%;height:3px;position:absolute;transform-origin:10px 10px;width:3px}.dotted-loader .dot:first-child{animation-delay:0s;transform:rotate(0deg) translateX(8px)}.dotted-loader .dot:nth-child(2){animation-delay:.125s;transform:rotate(45deg) translateX(8px)}.dotted-loader .dot:nth-child(3){animation-delay:.25s;transform:rotate(90deg) translateX(8px)}.dotted-loader .dot:nth-child(4){animation-delay:.375s;transform:rotate(135deg) translateX(8px)}.dotted-loader .dot:nth-child(5){animation-delay:.5s;transform:rotate(180deg) translateX(8px)}.dotted-loader .dot:nth-child(6){animation-delay:.625s;transform:rotate(225deg) translateX(8px)}.dotted-loader .dot:nth-child(7){animation-delay:.75s;transform:rotate(270deg) translateX(8px)}.dotted-loader .dot:nth-child(8){animation-delay:.875s;transform:rotate(315deg) translateX(8px)}@keyframes fade{0%,to{opacity:.3}50%{opacity:1}}.loading-spinner{animation:spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#6b7280;display:flex;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}#genderSelector span{align-items:center;display:flex;justify-content:flex-start}#genderSelector{border:1px solid rgba(0,0,0,.06);border-radius:10px;bottom:calc(100% + 10px);box-shadow:0 4px 12px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);display:none;flex-direction:column;gap:1px;padding:5px;transform:translateX(-114%);z-index:1000}#genderSelector,#genderSelector:after{background:#fff;left:50%;position:absolute}#genderSelector:after{border-bottom:1px solid rgba(0,0,0,.06);border-right:1px solid rgba(0,0,0,.06);bottom:-5px;content:"";height:10px;transform:translateX(-50%) rotate(45deg);width:10px}.gender-option{align-items:center;background:transparent;border:none;border-radius:6px;color:#495057;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;gap:10px;padding:9px 14px 9px 12px;position:relative;transition:all .15s ease;white-space:nowrap}.gender-option:before{border-radius:2px;content:"";flex-shrink:0;height:16px;transition:all .15s ease;width:3px}.gender-option[data-gender=male]:before{background:#93b4d4}.gender-option[data-gender=female]:before{background:#daa5b1}.gender-option:hover{background:#f9fafb}.gender-option:active{box-shadow:0 1px 2px rgba(0,0,0,.08),inset 0 1px 2px rgba(0,0,0,.1);transform:translateY(0)}#downloadBtn,#pausePlayBtn,#stopBtn{position:relative}.audio-controls{align-items:center;background:#fff}#audioControls .control-btn{align-items:center;background:transparent;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0!important;transition:all .15s ease;width:32px}#audioControls .control-btn:hover{background:rgba(0,0,0,.05);color:#6b7280}.voice-section{align-self:stretch;background:#f8f9fa;border-radius:10px;column-gap:10px;display:grid;flex:1 0 0;flex-wrap:wrap;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));justify-content:center;padding:20px;row-gap:10px}.voice-inner-section{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center!important}.voice-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:16px;padding:24px;width:100%}.voice-card-title{font-size:20px!important;font-weight:700!important;margin-bottom:4px}.voice-card-subtitle,.voice-card-title{color:#495057;font-family:Poppins;text-align:center}.voice-card-subtitle{font-size:14px;font-weight:400;margin-bottom:20px}.voice-slider-container{background:#f1f3f4;border:1px solid rgba(0,0,0,.08);border-radius:999px;cursor:pointer;height:12px;margin:20px 0 28px;position:relative;transition:all .3s ease}.voice-slider-container:before{background-image:linear-gradient(180deg,#d1d1d1 0,#d1d1d1),linear-gradient(180deg,#d1d1d1 0,#d1d1d1),linear-gradient(180deg,#d1d1d1 0,#d1d1d1),linear-gradient(180deg,#d1d1d1 0,#d1d1d1),linear-gradient(180deg,#d1d1d1 0,#d1d1d1);background-position:0,25%,50%,75%,100%;background-repeat:no-repeat;background-size:2px 8px;content:"";height:8px;left:0;margin-top:4px;pointer-events:none;position:absolute;right:0;top:100%;z-index:1}.correction-sidebar .voice-slider-container:before{background-size:1px 6px;height:12px}.voice-progress{background:linear-gradient(90deg,#e68a00,#4caf50 25%,#d6d6d6 50%,#b2e0f2 75%,#005f9e);border-radius:999px;height:100%;left:0;position:absolute;top:0;width:100%}.voice-handle{background:#e68a00;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:grab;height:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;z-index:3}.voice-handle:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.05)}.voice-slider-labels{color:#666;display:flex;font-family:Poppins;font-size:14px;gap:11px;justify-content:space-between;margin-top:8px}.voice-slider-start{color:#495057;font-size:12px;text-align:left}.voice-slider-end{color:#495057;font-size:12px;text-align:right}.analyze-request-btn,.voice-change-btn{align-items:center;background:linear-gradient(180deg,#e8627f,#e24668);border:none;border-radius:11px;box-shadow:-1px -10px 20px 6px #fff!important;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;gap:8px;justify-content:center;letter-spacing:.1px;padding:14px 20px;position:relative;width:100%}.analyze-request-btn:before,.voice-change-btn:before{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9));content:"";filter:blur(20px);height:50px;left:0;pointer-events:none;position:absolute;right:0;top:-50px;z-index:-1}.analyze-request-btn svg,.voice-change-btn svg{fill:none;height:17px;stroke:#fff;width:17px}.analyze-request-btn:hover,.voice-change-btn:hover{background:linear-gradient(180deg,#e24668,#d93d5c);box-shadow:-1px -10px 20px 6px #fff!important;opacity:1}.analyze-request-btn:focus,.voice-change-btn:focus{color:#fff!important}.analyze-request-btn:active,.voice-change-btn:active{transform:translateY(0)}.analyze-request-btn{margin-top:16px}.analyze-request-btn:disabled,.voice-change-btn:disabled{color:#fff!important;cursor:default!important;opacity:.7!important}