.DocumentEditor_container__Yoznh{position:relative;height:calc(100vh - 8rem);display:flex;flex-direction:column}.DocumentEditor_listViewContainer__O4Lgl{height:auto;display:block}.DocumentEditor_header__ingpT{padding:1rem 2rem;background-color:var(--surface-color);border-bottom:1px solid var(--border-light)}.DocumentEditor_headerTop__1Kv_2{display:flex;align-items:center;justify-content:space-between;gap:2rem}.DocumentEditor_headerTop__1Kv_2 h1{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0}.DocumentEditor_progressInfo__LYwRg{display:flex;align-items:center;gap:1rem;flex-shrink:0}.DocumentEditor_progressInfo__LYwRg span{color:var(--text-muted);font-size:.875rem;white-space:nowrap}.DocumentEditor_progressBar__Tfog_{width:200px;height:4px;background-color:var(--card-background);border-radius:999px;overflow:hidden}.DocumentEditor_progressBar__Tfog_ .DocumentEditor_progressFill__GQX6b{height:100%;background-color:var(--primary-color);transition:width .3s ease}.DocumentEditor_viewToggle__T47wG{padding:.5rem 1rem;border-radius:6px;background-color:var(--card-background);color:var(--text-muted);font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid var(--text-color)}.DocumentEditor_viewToggle__T47wG:hover{background-color:var(--primary-hover);color:var(--text-color);transform:scale(1.05);border:1px solid var(--primary-color)}.DocumentEditor_headerActions__sOi_j{margin-top:1rem}.DocumentEditor_progress__y_gEO{max-width:600px}.DocumentEditor_progress__y_gEO .DocumentEditor_progressBar__Tfog_{height:6px;background-color:var(--card-background);border-radius:999px;overflow:hidden;margin-bottom:.5rem;position:relative}.DocumentEditor_progress__y_gEO .DocumentEditor_progressBar__Tfog_ .DocumentEditor_progressFill__GQX6b{height:100%;background-color:var(--primary-color);transition:width .3s ease}.DocumentEditor_progress__y_gEO span{color:var(--text-muted);font-size:.875rem}.DocumentEditor_content__KIxcy{flex:1 1;display:flex;overflow:hidden}.DocumentEditor_categories__fJXSc{width:300px;padding:1rem;border-right:1px solid var(--border-light);background-color:var(--surface-color);overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.DocumentEditor_categoryButton__bkAP8{width:100%;text-align:left;padding:1rem 1rem 1rem calc(1rem + 3px);border:none;background:var(--card-background);border-radius:8px;cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;gap:.5rem;overflow:hidden}.DocumentEditor_categoryButton__bkAP8:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--primary-color);border-radius:8px 0 0 8px;opacity:0;transition:opacity .2s ease}.DocumentEditor_categoryButton__bkAP8:hover{transform:translateX(4px)}.DocumentEditor_categoryButton__bkAP8.DocumentEditor_active__WSsLh{background-color:var(--surface-color);border:1px solid var(--border-light);border-left:none}.DocumentEditor_categoryButton__bkAP8.DocumentEditor_active__WSsLh:before{opacity:1}.DocumentEditor_categoryButton__bkAP8.DocumentEditor_active__WSsLh .DocumentEditor_categoryTitle__it3H_{color:var(--primary-color)}.DocumentEditor_categoryHeader___NeOH{display:flex;justify-content:space-between;align-items:center}.DocumentEditor_categoryTitle__it3H_{font-weight:600;color:var(--text-color)}.DocumentEditor_categoryDesc__yYKY3{font-size:.875rem;color:var(--text-muted)}.DocumentEditor_categoryProgress__h1fZw{font-size:.75rem;color:var(--text-muted);padding:.25rem .5rem;background-color:var(--surface-color);border-radius:999px}.DocumentEditor_categoryProgressBar__Pgg7d{position:absolute;bottom:0;left:0;right:0;height:3px;background-color:var(--surface-color);overflow:hidden;border-radius:0 0 8px 8px}.DocumentEditor_categoryProgressBar__Pgg7d .DocumentEditor_categoryProgressFill__bXtWB{height:100%;background-color:var(--primary-color);transition:width .3s ease}.DocumentEditor_fullQuestionList__r8nOF,.DocumentEditor_questions__zIeXF{flex:1 1;padding:2rem;overflow-y:auto;background-color:var(--background-color)}.DocumentEditor_fullQuestionList__r8nOF>div,.DocumentEditor_questions__zIeXF>div{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.DocumentEditor_fullQuestionList__r8nOF>div:last-child,.DocumentEditor_questions__zIeXF>div:last-child{margin-bottom:2rem;padding-bottom:1rem;border-bottom:none}.DocumentEditor_questionSection__v1tqF{margin-bottom:2rem;scroll-margin-top:5rem;padding-bottom:1rem}.DocumentEditor_questionSection__v1tqF .DocumentEditor_sectionTitle__1OrEO{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-color)}.DocumentEditor_questionSection__v1tqF .DocumentEditor_sectionDesc__gLHuw{color:var(--text-muted);margin-bottom:1rem}.DocumentEditor_questionSection__v1tqF>div{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.DocumentEditor_questionSection__v1tqF>div:last-child{margin-bottom:2rem;padding-bottom:1rem;border-bottom:none}.DocumentEditor_topNavContent__DZpej{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.DocumentEditor_topNav__5IWGz{padding:1rem 2rem;background-color:var(--surface-color);border-bottom:1px solid var(--border-light);display:flex;gap:1rem;overflow-x:auto;position:-webkit-sticky;position:sticky;top:0;z-index:10}.DocumentEditor_topNavButton__YFlvv{padding:.75rem 1.5rem;background:none;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.25rem;white-space:nowrap}.DocumentEditor_topNavButton__YFlvv:hover{color:var(--text-color);background-color:var(--nav-hover)}.DocumentEditor_topNavButton__YFlvv .DocumentEditor_categoryProgress__h1fZw{font-size:.75rem;padding:.25rem .5rem;background-color:var(--card-background);border-radius:999px}.QuestionForm_questionForm__Onn0C{background-color:var(--card-background);border-radius:12px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.QuestionForm_questionForm__Onn0C h3{font-size:1.25rem;margin-bottom:1rem}.QuestionForm_questionForm__Onn0C .QuestionForm_description__pHMrX{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.QuestionForm_questionForm__Onn0C:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.QuestionForm_editor__bXhyb{margin-bottom:1rem}.QuestionForm_editor__bXhyb textarea{width:100%;min-height:200px;padding:1rem;background-color:var(--surface-color);border:1px solid var(--border-light);border-radius:6px;color:var(--text-color);font-family:inherit;line-height:1.6;resize:vertical;transition:all .3s ease}.QuestionForm_editor__bXhyb textarea:focus{outline:none;border-color:var(--primary-color);transform:scale(1.005);box-shadow:0 4px 12px rgba(247,165,1,.1)}.QuestionForm_charCount__Ibrm5{margin-top:.5rem;text-align:right;color:var(--text-muted);font-size:.875rem}.QuestionForm_actions__uz7Ed{display:flex;justify-content:flex-end}.QuestionForm_actions__uz7Ed .QuestionForm_saveButton__PXUST{padding:.75rem 1.5rem;background-color:var(--primary-color);color:#000;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.QuestionForm_actions__uz7Ed .QuestionForm_saveButton__PXUST:before{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.3) 0,transparent 70%);transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .5s ease,opacity .3s ease}.QuestionForm_actions__uz7Ed .QuestionForm_saveButton__PXUST:hover:not(:disabled):before{transform:translate(-50%,-50%) scale(1);opacity:1}.QuestionForm_actions__uz7Ed .QuestionForm_saveButton__PXUST:disabled{opacity:.5;cursor:not-allowed}.QuestionForm_actions__uz7Ed .QuestionForm_saveButton__PXUST:disabled:after{content:"✓";margin-left:.5rem;opacity:0;animation:QuestionForm_fadeIn__Q2DuZ .3s ease forwards}@keyframes QuestionForm_fadeIn__Q2DuZ{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.QuestionForm_radioGroup__Zp3qf{display:flex;flex-direction:row;gap:1.5rem;margin:1rem 0}.QuestionForm_radioLabel__BJPoT{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--text-color);cursor:pointer;padding:.25rem .75rem;border-radius:var(--border-radius);transition:background .2s}.QuestionForm_radioLabel__BJPoT:hover{background:var(--nav-hover)}.QuestionForm_radioLabel__BJPoT input[type=radio]{accent-color:var(--primary-color);width:1.1em;height:1.1em;margin-right:.5em;border-radius:50%;border:2px solid var(--primary-color);background:var(--surface-color);transition:border .2s}.QuestionForm_radioLabel__BJPoT span{font-size:1rem;color:var(--text-color)}.QuestionForm_sliderValueDisplay__0DDVi{display:flex;justify-content:center;align-items:baseline;gap:.5rem;margin:1.5rem 0 1.25rem}.QuestionForm_sliderValue__sdGCx{font-size:2rem;font-weight:700;color:var(--primary-color)}.QuestionForm_sliderDenominator__c1P8e{font-size:1.5rem;color:var(--text-muted)}.QuestionForm_answerContainer__jSDbi{background:var(--surface-color);border:1.5px solid var(--border-light);border-radius:8px;padding:1.25rem 1rem .5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:stretch}.RatingSlider_ratingSliderContainer___Jsil{width:100%;padding:0}.RatingSlider_ratingSliderHeader__ceQ0e{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.RatingSlider_ratingSliderLabel__ASv6U{font-size:14px;font-weight:500;color:var(--text-color)}.RatingSlider_ratingSliderValue__fyYIC{font-size:14px;font-weight:600;min-width:24px;text-align:right;color:var(--primary-color)}.RatingSlider_ratingSliderInputContainer__1xvDR,.RatingSlider_ratingSlider__GAdbO{position:relative;width:100%;height:4px}.RatingSlider_ratingSlider__GAdbO{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);outline:none;margin:0;padding:0;cursor:pointer}.RatingSlider_ratingSlider__GAdbO:focus{outline:none}.RatingSlider_ratingSlider__GAdbO::-webkit-slider-runnable-track{width:100%;height:4px;background:linear-gradient(to right,var(--primary-color) 0,var(--primary-color) var(--percentage),rgba(255,255,255,.18) var(--percentage),rgba(255,255,255,.18) 100%);border-radius:2px}.RatingSlider_ratingSlider__GAdbO::-moz-range-track{width:100%;height:4px;background:hsla(0,0%,100%,.18);border-radius:2px}.RatingSlider_ratingSlider__GAdbO::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:6px;height:16px;background:#fff;border-radius:1px;border:none;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.08);margin-top:-6px;-webkit-transition:box-shadow .2s,transform .1s;transition:box-shadow .2s,transform .1s}.RatingSlider_ratingSlider__GAdbO::-moz-range-thumb{width:6px;height:16px;background:#fff;border-radius:1px;border:none;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.08);-moz-transition:box-shadow .2s,transform .1s;transition:box-shadow .2s,transform .1s}.RatingSlider_ratingSlider__GAdbO:hover::-webkit-slider-thumb{transform:scale(1.1);box-shadow:0 0 0 1px rgba(0,0,0,.22),0 2px 4px rgba(0,0,0,.13)}.RatingSlider_ratingSlider__GAdbO:hover::-moz-range-thumb{transform:scale(1.1);box-shadow:0 0 0 1px rgba(0,0,0,.22),0 2px 4px rgba(0,0,0,.13)}.RatingSlider_ratingSlider__GAdbO:active::-webkit-slider-thumb{transform:scale(1.2);box-shadow:0 0 0 1px rgba(0,0,0,.28),0 3px 6px rgba(0,0,0,.18)}.RatingSlider_ratingSlider__GAdbO:active::-moz-range-thumb{transform:scale(1.2);box-shadow:0 0 0 1px rgba(0,0,0,.28),0 3px 6px rgba(0,0,0,.18)}@media(prefers-color-scheme:dark){.RatingSlider_ratingSliderLabel__ASv6U,.RatingSlider_ratingSliderValue__fyYIC{color:var(--text-color-light)}.RatingSlider_ratingSlider__GAdbO::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--primary-color) 0,var(--primary-color) var(--percentage),rgba(255,255,255,.18) var(--percentage),rgba(255,255,255,.18) 100%)}.RatingSlider_ratingSlider__GAdbO::-moz-range-track{background:hsla(0,0%,100%,.18)}.RatingSlider_ratingSlider__GAdbO::-moz-range-thumb,.RatingSlider_ratingSlider__GAdbO::-webkit-slider-thumb{background:#e5e7eb}}.Button_button__aem_D{display:inline-block;padding:1rem 2rem;border-radius:8px;font-weight:600;text-align:center;transition:all .2s;cursor:pointer;border:none;font-family:inherit}.Button_button__aem_D.Button_primary__8ZICM{background-color:var(--primary-color);color:#000}.Button_button__aem_D.Button_primary__8ZICM:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(247,165,1,.3)}.Button_button__aem_D.Button_secondary__BeTb2{background-color:var(--card-background);color:var(--text-color)}.Button_button__aem_D.Button_secondary__BeTb2:hover{background-color:var(--surface-color)}.Button_button__aem_D.Button_outline__nC3JZ{background-color:rgba(0,0,0,0);border:2px solid var(--primary-color);color:var(--primary-color)}.Button_button__aem_D.Button_outline__nC3JZ:hover{background-color:rgba(247,165,1,.1)}.Button_button__aem_D.Button_danger__BsCQY{background-color:var(--error-color);color:#fff}.Button_button__aem_D.Button_danger__BsCQY:hover{background-color:var(--error-color-dark)}.Button_button__aem_D:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.AdminPage_container__o6lcx{max-width:1200px;margin:0 auto;padding:2rem}.AdminPage_loading__afm14{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:var(--text-secondary)}.AdminPage_error__yvn0y{background-color:var(--error-bg);color:var(--error-text);padding:1rem;border-radius:var(--border-radius);margin-bottom:1.5rem}.AdminPage_section__4lqo5{background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:2rem;box-shadow:var(--card-shadow)}.AdminPage_section__4lqo5 h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:var(--text-primary)}.AdminPage_featureFlag__BsYMg{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:1rem}.AdminPage_featureFlag__BsYMg:last-child{margin-bottom:0}.AdminPage_featureInfo__uROfp{flex:1 1;margin-right:2rem}.AdminPage_featureInfo__uROfp h3{margin-top:0;margin-bottom:.5rem;font-size:1.2rem;color:var(--text-primary)}.AdminPage_featureInfo__uROfp p{margin:.5rem 0;color:var(--text-secondary)}.AdminPage_status__M5BfY{font-weight:500}.AdminPage_status__M5BfY .AdminPage_enabled__AYUMj{color:var(--success)}.AdminPage_status__M5BfY .AdminPage_disabled__G9yw4{color:var(--text-secondary)}.ParticleBackground_particleBackground__D3TVj{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.ParticleBackground_particleBackground__D3TVj div{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.ParticleBackground_particleBackground__D3TVj canvas,.ParticleBackground_particleBackground__D3TVj canvas[data-generated=true]{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;pointer-events:auto}.ParticleBackground_particleBackground__D3TVj.ParticleBackground_interactive__RXD4o{pointer-events:auto}.HeroSection_hero__as7Ej{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(to bottom,var(--surface-color),var(--background-color));position:relative;overflow:hidden}.HeroSection_hero__as7Ej .HeroSection_content__hNm27{max-width:800px;text-align:center;position:relative;z-index:2}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,var(--primary-color),#ffa726);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 p{font-size:1.5rem;color:var(--text-muted);margin-bottom:2rem}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 .HeroSection_cta__o3fBp{display:flex;gap:1rem;justify-content:center}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 .HeroSection_cta__o3fBp .HeroSection_primaryButton__JhciF{background-color:var(--primary-color);color:#000;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:all .2s}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 .HeroSection_cta__o3fBp .HeroSection_primaryButton__JhciF:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(247,165,1,.3)}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 .HeroSection_cta__o3fBp .HeroSection_secondaryButton__Gx8xA{background-color:var(--card-background);color:var(--text-color);padding:1rem 2rem;border-radius:8px;font-weight:600;transition:all .2s}.HeroSection_hero__as7Ej .HeroSection_content__hNm27 .HeroSection_cta__o3fBp .HeroSection_secondaryButton__Gx8xA:hover{background-color:var(--surface-color)}.HeroSection_particleBackground__ZGDM_{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.FeaturesSection_features__gk_iz{padding:6rem 2rem;background-color:var(--background-color)}.FeaturesSection_features__gk_iz h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.FeaturesSection_features__gk_iz .FeaturesSection_grid__GvNbX{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.FeaturesSection_features__gk_iz .FeaturesSection_grid__GvNbX .FeaturesSection_feature__wpkg_{background-color:var(--card-background);padding:2rem;border-radius:12px;border:1px solid var(--border-light)}.FeaturesSection_features__gk_iz .FeaturesSection_grid__GvNbX .FeaturesSection_feature__wpkg_ h3{color:var(--primary-color);margin-bottom:1rem}.FeaturesSection_features__gk_iz .FeaturesSection_grid__GvNbX .FeaturesSection_feature__wpkg_ p{color:var(--text-muted);line-height:1.6}.PricingSection_pricing__G4jij{padding:6rem 2rem;text-align:center;position:relative}.PricingSection_header___v_jX{text-align:center;margin-bottom:3.5rem}.PricingSection_header___v_jX .PricingSection_badge__R0_G5{display:inline-block;background:var(--primary-color);color:var(--background-color);padding:.5rem 1.25rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(247,165,1,.2)}.PricingSection_header___v_jX h2{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:var(--text-color-lighter);letter-spacing:-.02em}.PricingSection_header___v_jX .PricingSection_subtitle__nVCzU{color:var(--text-muted);font-size:1.25rem;line-height:1.6}.PricingSection_plansContainer__yC_Z2{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.PricingSection_plan__kIkyT{background:var(--surface-color);border-radius:24px;padding:2.5rem;position:relative;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.2);border:2px solid var(--border-light);height:100%;display:flex;flex-direction:column}.PricingSection_plan__kIkyT:hover{transform:translateY(-4px)}.PricingSection_plan__kIkyT.PricingSection_popular__cGTNd{border-color:var(--primary-color);background:var(--card-background);box-shadow:0 8px 30px rgba(247,165,1,.15);transform:scale(1.05)}.PricingSection_plan__kIkyT.PricingSection_popular__cGTNd:hover{transform:scale(1.05) translateY(-4px)}.PricingSection_popularBadge__HHp1v,.PricingSection_savingsBadge__jNlQL{position:absolute;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px rgba(247,165,1,.2)}.PricingSection_popularBadge__HHp1v{top:-12px;left:50%;transform:translateX(-50%);background:var(--primary-color);color:var(--background-color)}.PricingSection_savingsBadge__jNlQL{top:1rem;right:-8px;background:var(--card-background);color:var(--primary-color);border:1px solid var(--primary-color)}.PricingSection_planHeader__0xwzV{text-align:center;margin-bottom:2rem}.PricingSection_planHeader__0xwzV h3{font-size:1.5rem;color:var(--text-color);margin-bottom:1rem;font-weight:600}.PricingSection_description__hcq6M{color:var(--text-muted);font-size:1rem;margin-bottom:1.5rem}.PricingSection_billingNote__2b2u3{color:var(--text-muted);font-size:.875rem;margin-top:.5rem;font-style:italic}.PricingSection_price__kwhCg{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin:1.5rem 0}.PricingSection_price__kwhCg .PricingSection_currency__qpWNZ{font-size:1.5rem;font-weight:600;color:var(--text-color)}.PricingSection_price__kwhCg .PricingSection_amount__8_fuE{font-size:3.5rem;font-weight:800;color:var(--text-color-lighter);line-height:1}.PricingSection_price__kwhCg .PricingSection_cycle__mkoY4{color:var(--text-muted);font-size:1.25rem;font-weight:500}.PricingSection_features__YV9wY{list-style:none;text-align:left;margin:2rem 0;flex-grow:1}.PricingSection_features__YV9wY li{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.95rem;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.PricingSection_features__YV9wY li:last-child{border-bottom:none}.PricingSection_features__YV9wY li.PricingSection_disabled__nUYBj{opacity:.5}.PricingSection_features__YV9wY li .PricingSection_checkmark__fFFl8{color:var(--primary-color);font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(247,165,1,.1);border-radius:50%;font-size:.875rem}.PricingSection_ctaButton__bU_N6{width:100%;padding:1rem;font-weight:600;font-size:1rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto}.PricingSection_ctaButton__bU_N6:hover{transform:translateY(-2px)}.PricingSection_ctaButton__bU_N6 .PricingSection_buttonIcon__X49xW{transition:transform .3s ease}.PricingSection_ctaButton__bU_N6:hover .PricingSection_buttonIcon__X49xW{transform:translateX(4px)}@media(max-width:1024px){.PricingSection_plansContainer__yC_Z2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.PricingSection_plan__kIkyT.PricingSection_popular__cGTNd{transform:none}.PricingSection_plan__kIkyT.PricingSection_popular__cGTNd:hover{transform:translateY(-4px)}}@media(max-width:768px){.PricingSection_pricing__G4jij{padding:4rem 1.5rem}.PricingSection_header___v_jX h2{font-size:2.25rem}.PricingSection_plan__kIkyT{padding:2rem}.PricingSection_price__kwhCg .PricingSection_amount__8_fuE{font-size:3rem}}.page_landing__jg3OI{min-height:100vh;background-color:var(--background-color)}.page_landing__jg3OI section{scroll-margin-top:5rem}.DocumentReview_container__gWZet{display:flex;flex-direction:column;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.DocumentReview_header__tgdGI{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.DocumentReview_header__tgdGI h1{font-size:var(--font-size-xl);font-weight:600;color:var(--text-primary)}.DocumentReview_header__tgdGI .DocumentReview_actions__XZ4xh{display:flex;gap:1rem}.DocumentReview_error__gOCAT{padding:1rem;background-color:var(--error-bg);color:var(--error-text);border-radius:var(--border-radius);margin-bottom:1rem}.DocumentReview_documentContent__xbX5m{background-color:var(--bg-secondary);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.DocumentReview_documentContent__xbX5m .DocumentReview_editor__RS7P3{width:100%}.DocumentReview_documentContent__xbX5m .DocumentReview_contentEditor__diPko{width:100%;min-height:500px;padding:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-mono);font-size:var(--font-size-md);line-height:1.6;resize:vertical;background-color:var(--bg-primary);color:var(--text-primary)}.DocumentReview_revisionSection__Qtvox{background-color:var(--bg-secondary);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.DocumentReview_revisionSection__Qtvox h2{font-size:var(--font-size-lg);margin-bottom:1rem;color:var(--text-primary)}.DocumentReview_revisionSection__Qtvox p{margin-bottom:1rem;color:var(--text-secondary)}.DocumentReview_revisionSection__Qtvox .DocumentReview_revisionNotes__zgyRc{width:100%;min-height:150px;padding:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);margin-bottom:1rem;resize:vertical;background-color:var(--bg-primary);color:var(--text-primary)}.GenerateContentButton_container__7IR0W{display:flex;flex-direction:column;gap:.5rem;align-items:end}.GenerateContentButton_error__lNPy0{color:var(--error-text);font-size:.875rem;padding:.75rem;background:var(--error-bg);border:1px solid var(--error-color);border-radius:var(--border-radius);box-shadow:0 2px 4px rgba(239,68,68,.1)}.GenerateContentButton_limitWarning__qBMj4{padding:1.25rem;background:var(--error-bg);border:2px solid var(--error-color);border-radius:12px;text-align:center;box-shadow:0 4px 12px rgba(239,68,68,.1)}.GenerateContentButton_limitWarning__qBMj4 p{margin:0 0 .75rem;color:var(--error-text);font-weight:500;font-size:.875rem}.GenerateContentButton_upgradeLink__U3f81{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-color);color:var(--background-color);text-decoration:none;border-radius:var(--border-radius);font-size:.875rem;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px rgba(247,165,1,.2)}.GenerateContentButton_upgradeLink__U3f81:hover{background:#e6930d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(247,165,1,.3)}.GenerateContentButton_button__zctNT{padding:.75rem 1.5rem;background-color:var(--primary-color);color:var(--text-color);border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s,transform .2s;margin-bottom:1rem}.GenerateContentButton_button__zctNT:hover{transform:scale(1.05)}.GenerateContentButton_button__zctNT:disabled{background-color:var(--text-muted);cursor:not-allowed}.UniversitySelect_universitySelect__oOCMv{margin-bottom:1.5rem}.UniversitySelect_universitySelect__oOCMv label{display:block;margin-bottom:.5rem;font-weight:500}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_required__I_pwT{color:#e53e3e;margin-left:.25rem}.UniversitySelect_universitySelect__oOCMv select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;font-size:1rem;margin-bottom:.5rem}.UniversitySelect_universitySelect__oOCMv select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.2)}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8{margin-top:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#f7fafc}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8 div{margin-bottom:1rem}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8 input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:1rem}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8 input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.2)}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8 button{padding:.75rem 1.5rem;background-color:#4299e1;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8 button:hover{background-color:#3182ce}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_customInput__7MTP8 button:disabled{background-color:#a0aec0;cursor:not-allowed}.UniversitySelect_universitySelect__oOCMv .UniversitySelect_error__0xYQS{color:#e53e3e;margin-top:.5rem;font-size:.875rem}.LORCreationModal_form__FhVMW{display:flex;flex-direction:column;gap:1rem}.LORCreationModal_formGroup__Q_q5P{display:flex;flex-direction:column;gap:.5rem}.LORCreationModal_formGroup__Q_q5P label{font-size:.875rem;font-weight:500;color:var(--text-color)}.LORCreationModal_formGroup__Q_q5P input{padding:.75rem;border:1px solid var(--border-light);border-radius:6px;background-color:var(--surface-color);color:var(--text-color);font-size:.875rem}.LORCreationModal_formGroup__Q_q5P input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.2)}.LORCreationModal_formGroup__Q_q5P input::placeholder{color:var(--text-muted)}.LORCreationModal_error__Y2g9A{color:var(--error-color);font-size:.875rem;margin-top:.5rem}.LORCreationModal_actions__VoZMz{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.LORCreationModal_submitButton__rx1cD{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:.875rem;cursor:pointer}.LORCreationModal_submitButton__rx1cD:hover{background-color:var(--primary-color-dark)}.LORCreationModal_submitButton__rx1cD:disabled{opacity:.7;cursor:not-allowed}.Modal_modalOverlay__VxM7E{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.Modal_modal__C9hTa{background-color:var(--surface-color);border-radius:8px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.15);color:var(--text-color)}.Modal_modal__C9hTa.Modal_small__bJudT{max-width:400px}.Modal_modal__C9hTa.Modal_medium__FhOyx{max-width:600px}.Modal_modal__C9hTa.Modal_large__sgngo{max-width:800px}.Modal_modalHeader__3IjUr{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-light)}.Modal_modalHeader__3IjUr h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-color)}.Modal_closeButton__k21ZS{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted)}.Modal_closeButton__k21ZS:hover{color:var(--text-color)}.Modal_modalContent__dADC7{padding:1.5rem;color:var(--text-color)}.UniversityDocumentModal_form__qq9zk{display:flex;flex-direction:column;gap:1.5rem}.UniversityDocumentModal_formGroup__pQ7Fs{display:flex;flex-direction:column;gap:.5rem}.UniversityDocumentModal_formGroup__pQ7Fs label{font-weight:500;font-size:.95rem;color:var(--text-color)}.UniversityDocumentModal_formGroup__pQ7Fs input{padding:.75rem;border:1px solid var(--border-light);border-radius:.375rem;font-size:1rem;width:100%;background:var(--surface-color);color:var(--text-color);transition:border-color .2s,box-shadow .2s}.UniversityDocumentModal_formGroup__pQ7Fs input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)}.UniversityDocumentModal_formGroup__pQ7Fs input::placeholder{color:var(--text-muted)}.UniversityDocumentModal_formActions__23n5o{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.UniversityDocumentModal_error__2KJ3u{background-color:#fee2e2;color:#b91c1c;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.9rem}.UniversityDocumentModal_deadline__ORm9_{margin-top:.5rem}.UniversityDocumentModal_deadlineLabel__Vll1e{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem;color:#333}.UniversityDocumentModal_deadlineInput__jSeD_{padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:1rem;width:100%;transition:border-color .2s,box-shadow .2s}.UniversityDocumentModal_deadlineInput__jSeD_:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.EssayList_container__p_NOL{padding:2rem;max-width:1200px;margin:0 auto}.EssayList_header__G9eMd{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start}.EssayList_header__G9eMd h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.EssayList_header__G9eMd p{color:var(--text-muted)}.EssayList_createButton__I6K7M{padding:.75rem 1.5rem;background-color:var(--primary-color);color:var(--text-color);border-radius:8px;font-weight:500;transition:all .2s}.EssayList_createButton__I6K7M:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.EssayList_grid__hNZId{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.EssayList_card__FVpvi{background-color:var(--surface-color);border-radius:12px;transition:all .3s;border:1px solid var(--border-light)}.EssayList_card__FVpvi:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.EssayList_cardContent__J7GzZ{padding:1.5rem}.EssayList_cardContent__J7GzZ h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.EssayList_cardContent__J7GzZ p{color:var(--text-muted);margin-bottom:1.5rem}.EssayList_status__kcYtf{margin-bottom:1.5rem}.EssayList_badge__W4Xee{background-color:var(--surface-color);color:var(--text-muted);padding:.25rem .75rem;border-radius:999px;font-size:.875rem;border:1px solid var(--border-light)}.EssayList_stats__QiGfB{margin-bottom:1rem}.EssayList_stats__QiGfB div{display:flex;align-items:baseline;gap:.5rem}.EssayList_stats__QiGfB .EssayList_count__RUuNk{font-size:1.25rem;font-weight:600;color:var(--primary-color)}.EssayList_stats__QiGfB .EssayList_label__9A_OB{color:var(--text-muted);font-size:.875rem}.EssayList_progressBar__a6RBG{height:4px;background-color:var(--surface-color);border-radius:999px;overflow:hidden}.EssayList_progressBar__a6RBG .EssayList_progressFill__tgr21{height:100%;background-color:var(--primary-color);transition:width .3s ease}.EssayList_empty__Kv2C0{background-color:var(--surface-color);border-radius:16px;padding:3rem;text-align:center;border:1px dashed var(--border-light);display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem}.EssayList_empty__Kv2C0 p{font-size:1.125rem;color:var(--text-muted);max-width:500px;margin:0 auto}.EssayList_empty__Kv2C0:before{content:"";display:block;width:80px;height:80px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(107, 114, 128, 0.5)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V9m-9 1V3m0 0l6 6m-6-6L6 9' /%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:1rem}.EssayList_emptyButton__KIAjx{padding:.875rem 1.75rem;background-color:var(--primary-color);color:#fff;border-radius:8px;font-weight:500;transition:all .2s;border:none;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer}.EssayList_emptyButton__KIAjx:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.LORList_container__ouv1a{padding:2rem;max-width:1200px;margin:0 auto}.LORList_header__U5c9z{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.LORList_header__U5c9z h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.LORList_header__U5c9z p{color:var(--text-muted)}.LORList_actions__3MU9H{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.LORList_createButton__pwjYa{padding:.75rem 1.5rem;background-color:var(--surface-color);color:var(--text-color);border-radius:8px;font-weight:500;transition:all .2s;text-align:center;border:1px solid var(--border-light)}.LORList_createButton__pwjYa:hover{transform:translateY(-2px);background-color:var(--primary-color);color:var(--surface-color);box-shadow:0 4px 12px rgba(0,0,0,.1)}.LORList_nav__KgG2L{margin-bottom:2rem;display:flex;gap:.5rem;border-bottom:1px solid var(--border-light);padding-bottom:1rem}.LORList_navButton__7pUEt{padding:.5rem 1rem;border-radius:6px;font-weight:500;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:all .2s}.LORList_navButton__7pUEt:hover{color:var(--text-color);background-color:var(--nav-hover)}.LORList_navButton__7pUEt.LORList_active__WDKYR{color:var(--primary-color);background-color:color-mix(in srgb,var(--primary-color) 8%,transparent)}.LORList_grid__NtLks{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.LORList_card__jT8Ih{background-color:var(--surface-color);border-radius:12px;transition:all .3s;border:1px solid var(--border-light)}.LORList_card__jT8Ih:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.LORList_cardContent__AYrVt{padding:1.5rem}.LORList_cardContent__AYrVt h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.LORList_cardContent__AYrVt p{color:var(--text-muted);margin-bottom:1.5rem}.LORList_status__qXHSf{margin-bottom:1.5rem}.LORList_badge__SQo2w{background-color:var(--surface-color);color:var(--text-muted);padding:.25rem .75rem;border-radius:999px;font-size:.875rem;border:1px solid var(--border-light)}.LORList_stats__IT22I{margin-bottom:1rem}.LORList_stats__IT22I div{display:flex;align-items:baseline;gap:.5rem}.LORList_stats__IT22I .LORList_count__5FezU{font-size:1.25rem;font-weight:600;color:var(--primary-color)}.LORList_stats__IT22I .LORList_label__YnWOY{color:var(--text-muted);font-size:.875rem}.LORList_progressBar__qZrIU{height:4px;background-color:var(--surface-color);border-radius:999px;overflow:hidden}.LORList_progressBar__qZrIU .LORList_progressFill__4MD6z{height:100%;background-color:var(--primary-color);transition:width .3s ease}.LORList_empty__QqJH9{background-color:var(--surface-color);border-radius:16px;padding:3rem;text-align:center;border:1px dashed var(--border-light);display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem}.LORList_empty__QqJH9 p{font-size:1.125rem;color:var(--text-muted);max-width:500px;margin:0 auto}.LORList_empty__QqJH9:before{content:"";display:block;width:80px;height:80px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(107, 114, 128, 0.5)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z' /%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:1rem}.LORList_emptyButton__9f0Pe{padding:.875rem 1.75rem;background-color:var(--primary-color);color:#fff;border-radius:8px;font-weight:500;transition:all .2s;border:none;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer}.LORList_emptyButton__9f0Pe:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.UniversitySOPEditor_container__ogzFn{height:100%;display:flex;flex-direction:column;background-color:var(--background-color)}.UniversitySOPEditor_header___ShNC{padding:2rem;border-bottom:1px solid var(--border-light);background-color:var(--surface-color)}.UniversitySOPEditor_header___ShNC h1{font-size:2rem;margin-bottom:1rem}.UniversitySOPEditor_content__nkZp4{flex:1 1;display:flex;overflow:hidden}.UniversitySOPEditor_categories__ETK_X{width:300px;padding:1rem;border-right:1px solid var(--border-light);background-color:var(--surface-color);overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.UniversitySOPEditor_questions__0Tqk9{flex:1 1;padding:2rem;overflow-y:auto;background-color:var(--background-color)}.UniversitySOPList_container__7aLqP{padding:2rem;max-width:1200px;margin:0 auto}.UniversitySOPList_header__Yn2RE{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start}.UniversitySOPList_header__Yn2RE h1{font-size:2rem;margin-bottom:.5rem}.UniversitySOPList_header__Yn2RE p{color:var(--text-muted)}.UniversitySOPList_createButton___ogU4{padding:.75rem 1.5rem;background-color:var(--primary-color);color:#000;border-radius:6px;font-weight:500;transition:all .2s}.UniversitySOPList_createButton___ogU4:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(247,165,1,.3)}.UniversitySOPList_grid__9Y6DG{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.UniversitySOPList_card__RfH62{background-color:var(--card-background);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;isolation:isolate}.UniversitySOPList_card__RfH62:hover{transform:translateY(-4px)}.UniversitySOPList_cardContent__9kK3o{padding:1.5rem;position:relative;z-index:1}.UniversitySOPList_cardContent__9kK3o h2{font-size:1.25rem;margin-bottom:.75rem}.UniversitySOPList_cardContent__9kK3o p{color:var(--text-muted);margin-bottom:1.5rem}.UniversitySOPList_status__TX_kl{margin-bottom:1.5rem}.UniversitySOPList_badge__sGJFc{background-color:var(--surface-color);color:var(--text-muted);padding:.25rem .75rem;border-radius:999px;font-size:.875rem}.UniversitySOPList_stats__Nktas{margin-bottom:1rem}.UniversitySOPList_stats__Nktas div{display:flex;align-items:baseline;gap:.5rem}.UniversitySOPList_stats__Nktas .UniversitySOPList_count__NkS9x{font-size:1.5rem;font-weight:600;color:var(--primary-color)}.UniversitySOPList_stats__Nktas .UniversitySOPList_label__rigLA{color:var(--text-muted);font-size:.875rem}.UniversitySOPList_progressBar__fc2HE{height:4px;background-color:var(--surface-color);border-radius:999px;overflow:hidden}.UniversitySOPList_progressBar__fc2HE .UniversitySOPList_progressFill__DHHCa{height:100%;background-color:var(--primary-color);transition:width .3s ease}.UniversitySOPList_empty__8sNSL{background:var(--card-background);border:1.5px solid var(--border-light);border-radius:12px;padding:2.5rem 2rem 2rem;margin:3rem auto 0;max-width:480px;text-align:center;box-shadow:0 4px 24px rgba(0,0,0,.07);display:flex;flex-direction:column;align-items:center;justify-content:center}.UniversitySOPList_empty__8sNSL p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.UniversitySOPList_emptyButton__MzPG9{padding:.85rem 2rem;background-color:var(--primary-color);color:#000;border-radius:8px;font-weight:600;font-size:1.1rem;box-shadow:0 2px 8px rgba(247,165,1,.13);transition:all .2s;border:none;margin-top:.5rem}.UniversitySOPList_emptyButton__MzPG9:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 18px rgba(247,165,1,.18)}