:root{--c1: #F9F7F7;--c2: #DBE2EF;--c3: #2563eb;--c4: #112D4E;--border: rgba(185, 185, 185, .801);--back:#f0f7ff}*{padding:0;margin:0;box-sizing:border-box;font-family:poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background-color:#f9fafb}.header{padding:1rem 1.5rem;background-color:#fff;box-shadow:0 1px 3px #0000001a}.container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.25rem;font-weight:700;color:#111827;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:1rem;height:100%}.nav{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#111827}.header-right{display:flex;align-items:center;gap:1rem}.social-icons{display:none;align-items:center;gap:.75rem}@media (min-width: 768px){.social-icons{display:flex}}.social-link{color:#6b7280;transition:color .2s}.social-link:hover{color:#111827}.cta-button{background-color:#000;color:#fff;border:none;border-radius:9999px;padding:.5rem 1.5rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.cta-button:hover{background-color:#1f2937}.hero{padding:4rem 1.5rem}.hero-container{max-width:1024px;margin:0 auto;text-align:center}.intro{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.intro-text{color:#2563eb;font-weight:500}.avatar{width:2rem;height:2rem;background-color:#1f2937;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:700}.wave-emoji{font-size:1.25rem}.headline{font-size:3rem;font-weight:700;color:#111827;margin-bottom:2rem;line-height:1.1}@media (min-width: 768px){.headline{font-size:4rem}}@media (min-width: 1024px){.headline{font-size:4.5rem}}.highlight{color:#22c55e}.palm-tree{font-size:2.5rem}.subtext{color:#6b7280;font-size:1.125rem;margin-bottom:3rem;max-width:32rem;margin-left:auto;margin-right:auto}.stats{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem}@media (min-width: 768px){.stats{flex-direction:row;justify-content:center;gap:3rem}}.stat-item{display:flex;align-items:center;gap:.75rem}.stat-icon{width:2rem;height:2rem;background-color:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-dot{width:1rem;height:1rem;background-color:#2563eb;border-radius:50%}.stat-content{text-align:left}.stat-label{font-size:.875rem;color:#6b7280}.stat-value{font-weight:700;color:#111827}.marquee-container{overflow:hidden;margin-bottom:4rem}.marquee{width:100%}.marquee-content{display:flex;align-items:center;gap:3rem;white-space:nowrap;animation:scroll 30s linear infinite;opacity:.6}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand{display:flex;align-items:center;gap:.25rem;font-weight:600;font-size:1.125rem}.brand.unacademy{color:#3b82f6}.brand.cohesive{color:#1f2937}.cohesive-icon{width:1.5rem;height:1.5rem;background-color:#7c3aed;border-radius:.25rem}.brand.graphy{color:#1f2937}.brand.wooplr{color:#ef4444;font-style:italic}.brand.spoyl{background-color:#dc2626;color:#fff;padding:.25rem .5rem;border-radius:.25rem}.brand.thunderpod{color:#1e40af}.brand.collabb{color:#1f2937}.collabb-icon{width:1.5rem;height:1.5rem;background-color:#3b82f6;border-radius:.25rem}.brand.shoutout{color:#22c55e}.brand.letz-dm{color:#1f2937}.wave-footer-container{position:relative;margin-top:5rem;width:100vw}.wave{width:100%;display:block}.footer{background-color:#16a34a;color:#fff;padding:4rem 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-about{grid-column:span 1}@media (min-width: 768px){.footer-about{grid-column:span 2}}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#bbf7d0;margin-bottom:1.5rem;max-width:28rem}.footer-social{display:flex;gap:1rem}.footer-social-link{color:#bbf7d0;transition:color .2s}.footer-social-link:hover{color:#fff}.footer-section-title{font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bbf7d0;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #22c55e;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{color:#bbf7d0;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#bbf7d0;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-legal a:hover{color:#fff}.shadow{box-shadow:0 2px 6px #0000001a}@media (max-width: 767px){.headline{font-size:2.5rem}.hero{padding:2rem 1.5rem}.marquee-content{gap:2rem}.brand{font-size:1rem}}@media (max-width: 1200px){html{font-size:14px}}@media (max-width: 1000px){html{font-size:12px}}@media (max-width: 800px){html{font-size:10px}}@media (max-width: 600px){html{font-size:8px}}.dot-loader{display:flex;align-items:center;justify-content:center;gap:10px;height:100%;width:100%;z-index:100000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:absolute}.dot{width:14px;height:14px;background-color:#000;border-radius:50%;animation:jiggle .6s ease-in-out infinite;transform-origin:center}.dot1{animation-delay:0s}.dot2{animation-delay:.1s}.dot3{animation-delay:.2s}@keyframes jiggle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._button_lo98v_1{border:none;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:1000}._option_6v4k9_1{border-radius:.5rem;height:3rem;display:flex;align-items:center;gap:1rem;cursor:pointer;position:relative;color:#fff;margin-top:.5rem;text-decoration:none;box-sizing:border-box;transition:border .2s;border:solid 1px #181818}._border_6v4k9_17,._option_6v4k9_1:hover{border:solid 1px var(--border)}._option-text_6v4k9_25{z-index:0;font-size:1rem;transition:.3s;text-overflow:clip;overflow:hidden}._icon_6v4k9_33{padding:.5rem}._sidebar_1n1mj_1{border-top:none;width:17rem;display:flex;flex-direction:column;transition:width .2s;padding:1rem;background-color:#181818;z-index:100000000;height:100%}._holder_1n1mj_17{width:calc(5rem + 2px);border:solid white 2px;left:0;top:0;height:100%}._sidebar-close_1n1mj_27{width:calc(5rem + 2px)}._logo_1n1mj_31{height:100%;border-radius:.5rem}._header-container_1n1mj_37{width:100%;height:100%;display:flex;align-items:center;gap:1rem;color:#fff;text-overflow:clip;overflow:hidden;white-space:nowrap;margin-right:auto}._header_1n1mj_37{border-bottom:solid var(--border) 1px;border-bottom-style:dashed;height:4.5rem;padding:.8rem 0;width:100%;display:flex;align-items:center;position:relative;justify-content:flex-end;margin-bottom:1rem}._header-name_1n1mj_68{font-size:1.6rem;font-weight:500;color:#fff;margin-left:1rem}._icon_1n1mj_76{padding:.5rem .5rem .5rem 1.2rem}.heading{font-size:2rem}.description{font-size:1rem;color:#605f5fd4}._custom-button_1a9uv_1{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;padding-top:.7rem;padding-bottom:.7rem;transition:background-color .2s}._custom-button_1a9uv_1:hover{background-color:#0364cc}._custom-button_1a9uv_1:disabled{background-color:#ccc;cursor:not-allowed}._container_wv30v_1{padding:1rem;border-radius:.6rem;background-color:#fff;display:flex;flex-direction:column;position:relative}._text_wv30v_10{margin-top:1rem;resize:none;font-size:1.2rem;height:8rem;padding:.5rem}._send_wv30v_18{width:fit-content;align-self:flex-end;margin-top:1rem}._container_kop54_1{height:100dvh;display:flex}._outlet_kop54_6{flex:1;height:100%;padding:2rem;display:flex;justify-content:center;position:relative;overflow-y:auto;scrollbar-gutter:stable;background:linear-gradient(135deg,#f9f9fb,#f1f2f7)}._outlet-container_kop54_22{height:100%;width:100%;max-width:60rem;display:flex;flex-direction:column;position:relative}._container_7au8g_1{border-radius:.6rem;padding:1rem;background-color:#fff;box-shadow:0 2px 6px #0000001a}._title_7au8g_10{font-size:1.5rem}._container_g0gjf_1{flex:1;border-radius:.6rem;transition:box-shadow .3s;background-color:#fff;box-shadow:0 2px 6px #0000001a}._home-container_ivd2k_1{padding:2rem}._selection_ivd2k_5{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}._selection-container_ivd2k_12{margin-top:2rem}._card_ivd2k_16{position:relative;width:250px;height:150px;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .2s}._card_ivd2k_16:hover{transform:translateY(-5px)}._card-title_ivd2k_35{font-size:1.5rem;margin-bottom:.5rem;color:#333}._card-desc_ivd2k_41{font-size:1rem;color:#666}._coming-soon-overlay_ivd2k_46{position:absolute;top:8px;right:8px;background-color:#ff6b6b;color:#fff;padding:.25rem .6rem;border-radius:8px;font-size:.8rem;z-index:1}._feedback_ivd2k_59{margin-top:5rem}._card_1wv5l_2{display:flex;padding:1rem;align-items:center;gap:1rem}._card-heading_1wv5l_10{flex:1;display:flex;font-size:1rem;font-weight:500;flex-direction:column;color:#0000009a}._card-text_1wv5l_21{color:#000;font-size:2.2rem;font-weight:600}._icon_1wv5l_27{height:100%;aspect-ratio:1;padding:.4rem}._container_1it9v_1{border-radius:50%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}._container_sshrg_1{width:100%;height:100%;position:relative}._heading_sshrg_8{font-weight:500;display:flex;justify-content:space-between}._description_sshrg_14{text-align:justify}._analysis_sshrg_18{display:flex;gap:2rem;margin-top:1rem}._progress_sshrg_26,._history_sshrg_26{margin-top:1.5rem}._chart_sshrg_30{margin-top:1rem;width:100%;height:30rem}._history-container_sshrg_38{position:relative;min-height:13rem;overflow:auto;width:100%;display:flex;flex-direction:column;gap:.5rem}._history-list_sshrg_52{flex:1;width:100%;display:flex;flex-direction:column;gap:1rem;padding-top:1rem}._pagination_sshrg_61{display:flex;justify-content:center;align-items:center;gap:1rem}._pagination-button_sshrg_69{font-size:.5rem;padding:.5rem}._history-item_sshrg_74{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;transition:background-color .2s;cursor:pointer}._history-item_sshrg_74:hover{background-color:#e6e6e6}._history-item-date_sshrg_90{font-size:.9rem;flex:1}._history-item-score_sshrg_95{font-weight:600;color:#24d0b5;font-size:1rem;flex:1;text-align:center}._history-item-status_sshrg_103{font-size:.75rem;font-weight:500;padding:.3rem .6rem;border-radius:999px;text-align:center;flex:1;max-width:7rem}._status-completed_sshrg_113{background-color:#24d0b526;color:#24d0b5}._status-analyzing_sshrg_118{background-color:#ffc10726;color:#ffc107}._status-incomplete_sshrg_123{background-color:#f4433626;color:#f44336}._feedback_sshrg_128{margin-top:5rem;margin-bottom:2rem}._prompt_sshrg_133{height:20rem;width:30rem;position:absolute;top:-2px;right:-2px;border:solid var(--border) 1px;border-radius:.6rem;z-index:50;padding:1rem;background-color:#fff;display:flex;flex-direction:column}._prompt-heading_sshrg_150{height:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._prompt-heading_sshrg_150>button{height:100%;aspect-ratio:1;padding:0}._prompt-content_sshrg_166{flex:1}._prompt-content_sshrg_166 input{height:100%;width:100%;font-size:6rem;text-align:center;border:none}._prompt-content_sshrg_166 input:focus{border:none;outline:none}._container_1yq4u_1{height:100vh;width:100%}._container_1t0uw_1{height:100%;width:100%;border:solid black 3px;display:flex;flex-direction:column;padding:2rem}._instruction-heading_1t0uw_11{display:flex;justify-content:center;font-size:2.5rem}._agree_1t0uw_17{margin-bottom:1.5rem}._agree-check_1t0uw_20{width:1.1rem;height:1.1rem;margin-right:1rem}ul{padding-left:2rem}._instructions_13vd2_2{height:100%;flex:1;overflow:auto;display:flex;flex-direction:column}._container_14boi_1{height:100dvh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff)}._word-container_14boi_12{border-radius:1rem;width:38rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;padding:2rem;gap:1rem;background-color:#fff;box-shadow:0 0 2em #8b8b8baa}._input_14boi_30{width:100%;padding:1rem;font-size:1.5rem;resize:none}._word-heading_14boi_36{font-size:1.2rem;color:gray}._word_14boi_12{font-size:4rem;font-weight:700}._timer_14boi_48{font-size:1.2rem}._time_14boi_48{font-size:1.5rem;font-weight:500}._button_14boi_57{margin-top:3rem;background-color:#fd6565}._button_14boi_57:hover{background-color:#ff4646}._stylebar_1mgjh_1{width:100%;height:1rem;border-radius:.5rem;display:flex;justify-content:flex-start;background-color:#ececec}._filler_1mgjh_11{background-color:#62ff5d;animation-name:_filler_1mgjh_11;animation-duration:6s;animation-timing-function:linear}@keyframes _filler_1mgjh_11{0%{width:100%}to{width:0px}}._confirmation-container_e8gk4_1{position:absolute;height:100%;width:100%;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center}._box_e8gk4_14{position:relative;border:solid rgb(255,0,0) 2px;border-radius:.5rem;width:40rem;background-color:#fdd;display:flex;flex-direction:column;justify-content:center;padding:1rem;gap:2rem}._close_e8gk4_30{position:absolute;padding:.2rem;top:1rem;right:1rem}._heading_e8gk4_37{display:flex;justify-content:center;gap:1rem;align-items:center;font-size:2.5rem;font-weight:500}._description_e8gk4_47{font-size:1.1rem;height:100%;display:flex;text-align:center;justify-content:center}._button_e8gk4_55,._close_e8gk4_30{background-color:#fc7474}._button_e8gk4_55:hover,._close_e8gk4_30:hover{background-color:#ff5454}._container_1c4ii_1{padding:5rem}._info_1c4ii_5{width:100%;display:flex;justify-content:center;font-size:1.2rem}._file-upload-container_pht19_1{border:2px dashed #ccc;padding:24px;border-radius:16px;width:100%;margin:auto;text-align:center;cursor:pointer;background-color:#fff;transition:border .3s ease;box-shadow:0 2px 6px #0000000d;height:100%;display:flex;flex-direction:column;justify-content:center;overflow:auto}._file-upload-container_pht19_1:hover{border-color:#3b82f6}._upload-placeholder_pht19_25{display:flex;flex-direction:column;align-items:center;gap:12px;color:#555}._upload-icon_pht19_33{width:40px;height:40px;color:#888}._file-input_pht19_39{display:none}._file-list_pht19_43{display:flex;flex-direction:column;gap:10px;align-items:center}._file-item_pht19_50{display:flex;align-items:center;gap:10px;justify-content:space-between;width:100%;max-width:400px;padding:8px 12px;background:#f9f9f9;border-radius:8px;border:1px solid #ddd}._file-icon_pht19_63{width:24px;height:24px;color:#3b82f6}._file-name_pht19_69{flex:1;font-size:14px;color:#333;text-align:left;overflow:hidden}._remove-button_pht19_77{background:none;border:none;color:#ef4444;cursor:pointer}._remove-button_pht19_77:hover{text-decoration:underline}._remove-icon_pht19_88{width:18px;height:18px}._container_1qqwd_1{display:flex;height:100%;width:100%;flex-direction:column}._report_1qqwd_8{flex:1;margin-top:1.5rem;display:flex;flex-direction:column}._upload-response_1qqwd_15{margin-top:1.5rem;height:100%;display:flex;flex-direction:column}._response_1qqwd_22{width:100%;display:flex;gap:1.5rem;height:20rem}._saved-response_1qqwd_29{width:100%;background-color:#f9f9fc;padding:1rem 1rem .5rem;border-radius:1rem;border:1px solid #d1d5db;box-shadow:0 2px 6px #0000000d;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;-ms-overflow-style:none;scrollbar-width:none}._saved-response_1qqwd_29::-webkit-scrollbar{display:none}._saved-response_1qqwd_29>p{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.5rem}._sentence-card_1qqwd_55{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #3b82f6;border-radius:.75rem;padding:.75rem;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.25rem;transition:transform .15s ease}._sentence-card_1qqwd_55:hover{transform:translateY(-2px);box-shadow:0 3px 6px #0000001a}._word_1qqwd_73{font-weight:600;color:#1f2937;font-size:1.1rem}._sentence_1qqwd_55{font-style:italic;font-size:.95rem;color:#374151}._info_1qqwd_85{font-size:1.1rem}._button_1qqwd_89{align-self:flex-end;margin-top:1.5rem;width:fit-content}._resultHeader_1qqwd_95{display:flex;justify-content:space-between;margin-bottom:1rem}._drawer_1qqwd_101{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}._drawerButton_1qqwd_108{padding:.6rem 1.2rem;background-color:#e0e7ff;border:none;border-radius:9999px;font-weight:500;font-size:1rem;cursor:pointer;color:#1e3a8a;transition:all .2s ease}._drawerButton_1qqwd_108:hover{background-color:#c7d2fe}._drawerButton_1qqwd_108._active_1qqwd_124{background-color:#4338ca;color:#fff}._sectionContent_1qqwd_129{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:30rem;padding-right:.5rem;scrollbar-width:thin}._sectionContent_1qqwd_129::-webkit-scrollbar{width:6px}._sectionContent_1qqwd_129::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}._resultContainer_1qqwd_148{display:flex;flex-direction:column;gap:2rem}._statsCard_1qqwd_154{display:flex;justify-content:space-between;padding:1.5rem 2rem;background-color:#f8fafc;border:1px solid #dbeafe;border-radius:1rem;box-shadow:0 2px 6px #0000000d;font-size:1.1rem}._score_1qqwd_165,._attempted_1qqwd_165{display:flex;flex-direction:column;gap:.25rem;color:#1e293b}._score_1qqwd_165 strong,._attempted_1qqwd_165 strong{font-size:1.5rem;color:#2563eb}._summaryGrid_1qqwd_177{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}._summary-card_1qqwd_183{background-color:#fefefe;border:1px solid #e5e7eb;border-left:5px solid #6366f1;padding:1rem;border-radius:.75rem;box-shadow:0 1px 4px #0000000d}._summary-card_1qqwd_183 h3{margin-bottom:.5rem;color:#1e40af;font-size:1.1rem}._summary-card_1qqwd_183 p{font-size:.95rem;color:#374151;line-height:1.5}
