:root{--color-cream:#fdfbf6;--color-espresso:#2c1e16;--color-aegean:#026c96;--color-burnt:#c50;--bg-primary:var(--color-cream);--bg-secondary:var(--color-espresso);--text-primary:var(--color-aegean);--text-secondary:var(--color-aegean);--text-right-primary:var(--color-cream);--text-right-secondary:var(--color-cream);--accent-blue:var(--color-aegean);--accent-orange:var(--color-burnt);--title-color:var(--color-aegean);--input-bg:var(--color-cream);--input-border:var(--color-aegean);--input-focus-bg:var(--color-cream);--input-focus-border:var(--color-aegean);--input-placeholder:#026c9699;--input-text:var(--color-aegean);--card-bg:var(--color-espresso);--card-border:var(--color-burnt)}html{font-size:11px}body{background-color:var(--bg-primary);color:var(--text-primary);margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.app-container{width:100vw;min-height:100vh;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.app-container.centered{justify-content:center;align-items:center}.left-panel{justify-content:center;align-items:center;width:100%;height:100vh;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.app-container.split .left-panel{width:65vw}.left-content-wrapper{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:450px;padding:2rem;display:flex;position:relative}.branding h1{letter-spacing:-2px;color:var(--title-color);text-align:center;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.right-panel{background:var(--bg-secondary);width:0;height:100vh;color:var(--text-right-primary);opacity:0;border-left:1px solid #ffffff0d;transition:all .8s cubic-bezier(.4,0,.2,1);overflow-y:auto}.app-container.split .right-panel{opacity:1;width:35vw}.math-results{box-sizing:border-box;flex-direction:column;gap:2rem;height:100%;padding:2rem;display:flex}.search-status-wrapper{justify-content:center;align-items:center;width:100%;height:60px;margin-bottom:1rem;display:flex}.status-header{border-radius:100px;justify-content:center;align-items:center;width:100%;height:100%;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.status-header.exact{background:color-mix(in srgb, var(--accent-orange) 10%, transparent);color:var(--text-right-primary);border:1px solid color-mix(in srgb, var(--accent-orange) 30%, transparent)}.status-header.corrected,.status-header.no-match{background:color-mix(in srgb, var(--accent-orange) 15%, transparent);color:var(--text-right-primary);border:1px solid color-mix(in srgb, var(--accent-orange) 30%, transparent)}.status-placeholder{color:var(--text-right-secondary);font-style:italic}.lexical-pipeline-container{flex-direction:column;gap:3rem;display:flex}@media (width<=1024px){.app-container.split .left-panel,.app-container.split .right-panel{width:50vw}}@media (width<=768px){.app-container{flex-direction:column}.app-container.split .left-panel{width:100vw;height:40vh;min-height:300px}.app-container.split .right-panel{border-top:1px solid #ffffff0d;border-left:none;width:100vw;height:60vh}.math-results{padding:1.5rem}.branding h1{font-size:2.5rem}}._dotsGridContainer_721c9_1{z-index:0;opacity:.2;background-image:radial-gradient(circle, var(--accent-blue) 3px, transparent 3px);background-position:0 0;background-size:70px 70px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._searchWrapper_1py26_1{align-items:center;width:100%;margin-top:2rem;display:flex;position:relative}._searchInput_1py26_9{width:100%;color:var(--input-text);background:var(--input-bg);border:2px solid var(--input-border);border-radius:50px;outline:none;padding:1rem 4rem 1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000000d}._searchInput_1py26_9:focus{border-color:var(--input-focus-border);transform:translateY(-2px);box-shadow:0 10px 40px #026c9626}._searchInput_1py26_9::placeholder{color:var(--input-placeholder);font-weight:400}._searchBtnIcon_1py26_36{color:var(--input-border);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex;position:absolute;right:1.5rem}._searchBtnIcon_1py26_36:hover{color:var(--input-focus-border);transform:scale(1.1)}._statusContainer_1ffe9_1{background:var(--card-bg);border:1px solid var(--card-border);border-radius:100px;justify-content:center;align-items:center;width:100%;height:60px;display:flex;position:relative;overflow:hidden}._wrapper_1ffe9_14{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._miniCircle_1ffe9_23{background:var(--accent-orange);opacity:0;width:6px;height:6px;box-shadow:0 0 10px var(--accent-orange);border-radius:50%;margin:0 8px;animation:4s ease-in-out infinite _miniSweep_1ffe9_1}@keyframes _miniSweep_1ffe9_1{0%{opacity:0;transform:translate(-100px)}50%{opacity:.8;transform:translate(0)}to{opacity:0;transform:translate(100px)}}._sweep_1ffe9_40{background:var(--accent-orange);filter:blur(15px);opacity:.6;border-radius:100px;width:40%;height:100%;position:absolute}._sweepLeft_1ffe9_50{animation:8s ease-in-out infinite alternate _sweepL_1ffe9_50}._sweepRight_1ffe9_54{animation:8s ease-in-out infinite alternate _sweepR_1ffe9_54}@keyframes _sweepL_1ffe9_50{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes _sweepR_1ffe9_54{0%{transform:translate(120%)}to{transform:translate(-120%)}}._curlyWaveContainer_1ffe9_68{align-items:center;width:100%;height:100%;display:flex;position:absolute}._curlyWave_1ffe9_68{will-change:transform;width:200%;height:100%;position:absolute;left:0}._wave1_1ffe9_84{opacity:.8;animation:4s linear infinite _waveSlide_1ffe9_1}._wave2_1ffe9_89{opacity:.4;animation:6s linear infinite _waveSlide_1ffe9_1}@keyframes _waveSlide_1ffe9_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._singularSweep_1ffe9_99{background:var(--accent-orange);filter:blur(15px);opacity:.5;border-radius:100px;width:35%;height:100%;animation:10s ease-in-out infinite alternate _singularBounce_1ffe9_1;position:absolute}._calmSweep_1ffe9_110{background:var(--accent-orange);filter:blur(15px);opacity:.2;border-radius:100px;width:35%;height:100%;animation:14s ease-in-out infinite alternate _singularBounce_1ffe9_1;position:absolute}@keyframes _singularBounce_1ffe9_1{0%{transform:translate(-150%)}to{transform:translate(150%)}}._pipelineDefinitions_1f6vz_1{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.8rem;display:flex}._pipelineWordContainer_1f6vz_11{border-bottom:1px solid var(--card-border);align-items:baseline;gap:1rem;padding-bottom:1rem;display:flex}._pipelineWord_1f6vz_11{color:var(--text-right-primary);letter-spacing:-1px;margin:0;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700}._pipelinePhonetic_1f6vz_28{color:var(--accent-orange);opacity:.8;font-family:Inter,monospace;font-size:.9rem}._defList_1f6vz_35{flex-direction:column;gap:1.5rem;display:flex}._defItem_1f6vz_41{flex-direction:column;gap:.5rem;display:flex}._defText_1f6vz_47{color:var(--text-right-secondary);margin:0;font-size:.9rem;line-height:1.6}._defExample_1f6vz_54{color:var(--text-right-secondary);border-left:2px solid var(--card-border);margin:0;padding-left:1rem;font-size:.9rem;font-style:italic}._defEmptyState_1f6vz_63{color:var(--text-right-secondary);padding:2rem 0;font-style:italic}._defEmptyState_1f6vz_63 p{margin:.5rem 0}._pipelineMath_1er03_1{background:var(--card-bg);border:1px solid var(--card-border);border-radius:15px;padding:1.5rem}._mathBreakdown_1er03_8{flex-direction:column;gap:1.5rem;display:flex}._vectorNodeTitle_1er03_14{color:var(--text-right-secondary);text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid var(--card-border);padding-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.8rem}._mathRow_1er03_24{border-bottom:1px dashed var(--card-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:.5rem 0;display:flex}._mathTerm_1er03_34{color:var(--accent-orange);font-family:Inter,monospace;font-size:1rem;font-weight:600}._mathStats_1er03_41{flex-wrap:wrap;gap:.5rem;display:flex}._statPill_1er03_47{background:var(--bg-secondary);color:var(--text-right-secondary);border:1px solid var(--card-border);border-radius:20px;padding:.3rem .8rem;font-family:Inter,monospace;font-size:.8rem}._statPill_1er03_47._highlight_1er03_57{background:var(--card-bg);border-color:var(--accent-orange);color:var(--accent-orange)}._mathTotal_1er03_63{text-align:right;color:var(--accent-orange);margin-top:1rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600}
