.styles_container__2Laip{background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.1);padding:2rem;margin:1rem 0}.styles_editorSection__ZTJoT{background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;height:100%;min-height:600px;display:flex;flex-direction:column}.styles_sectionHeader__I_NGc{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem 1.5rem 0;flex-wrap:wrap;gap:.5rem}.styles_sectionTitle__Nxxlp{color:#2c3e50;font-weight:600;margin:0;font-size:1.1rem;display:flex;align-items:center}.styles_editorContent__aBfCO{flex:1 1;position:relative;background:white;border-radius:6px;margin:0 1.5rem;border:1px solid #e9ecef;overflow:hidden}.styles_yamlTextarea__Ebvth{width:100%;height:100%;min-height:500px;border:none;padding:1.5rem;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;resize:none;background:transparent;color:#2d3748}.styles_yamlTextarea__Ebvth:focus{outline:none;box-shadow:none}.styles_editorPlaceholder__eoVA1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;color:#6c757d;text-align:center}.styles_fileInfo__JKayW{padding:1rem 1.5rem;border-top:1px solid #e9ecef;background:white;border-radius:0 0 6px 6px}.styles_viewToggle__Lihaf{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e9ecef;text-align:center}.styles_validationError__6E2Cz{margin:1rem 1.5rem;padding:1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24}.styles_errorHeader__La1Mt{display:flex;align-items:center;margin-bottom:.5rem;font-weight:600}.styles_errorMessage__LanSQ{font-family:Courier New,monospace;font-size:.875rem;background:white;padding:.75rem;border-radius:4px;border:1px solid #f1aeb5}.styles_improvementsSummary__OTGQV{padding:1rem 1.5rem;border-top:1px solid #e9ecef;background:white;border-radius:0 0 6px 6px;display:flex;flex-wrap:wrap;gap:1rem}.styles_improvementItem__Lmkxu{display:flex;align-items:center;padding:.5rem 1rem;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef;font-size:.875rem;font-weight:500}.styles_optionsSection__Ypm6N{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef}.styles_optionsGrid__9JPuH{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.styles_optionGroup__AAQ8D{display:flex;flex-direction:column;gap:.5rem}.styles_optionLabel__X5ZRT{font-weight:600;font-size:.9rem;color:#2c3e50;margin-bottom:.25rem}.styles_analysisSection__a5p1k{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef;height:100%}.styles_analysisContent__5ilwR{display:flex;flex-direction:column;gap:1.5rem}.styles_analysisStats__hIQkK{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.styles_statItem__HstnV{text-align:center;padding:1rem;background:white;border-radius:6px;border:1px solid #e9ecef}.styles_statNumber__Y74gE{font-size:1.5rem;font-weight:700;color:#2c3e50;line-height:1}.styles_statLabel__giRC_{font-size:.8rem;color:#6c757d;margin-top:.25rem;text-transform:uppercase;font-weight:600}.styles_detailedStats__PJOJg{background:white;padding:1rem;border-radius:6px;border:1px solid #e9ecef}.styles_statRow__Dacty{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f8f9fa;font-size:.875rem}.styles_statRow__Dacty:last-child{border-bottom:none}.styles_structureInfo__X06PE{display:flex;flex-direction:column;gap:.5rem}.styles_structureLabel__HAKSC{font-weight:600;font-size:.9rem;color:#2c3e50}.styles_structureValue__vCEFS{background:white;padding:.75rem;border-radius:6px;border:1px solid #e9ecef;font-size:.875rem;color:#2c3e50}.styles_analysisPlaceholder__4VUPA{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6c757d;text-align:center}.styles_infoSection__ymWqN{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:1.5rem;border-radius:8px;margin-top:1rem}.styles_infoSection__ymWqN h6{color:white;margin-bottom:1rem;font-weight:600}.styles_infoSection__ymWqN ul{padding-left:1.2rem;margin-bottom:0}.styles_infoSection__ymWqN li{margin-bottom:.2rem}.styles_uploadArea__E_JJD{border:2px dashed #dee2e6;border-radius:6px;padding:.5rem;transition:all .3s ease}.styles_uploadArea__E_JJD:hover{border-color:#4dabf7;background:#f8f9fa}.styles_form-control__are3u:focus,.styles_form-select__iREen:focus{border-color:#4dabf7;box-shadow:0 0 0 .2rem rgba(77,171,247,.25)}.styles_form-check-input__L96XC:checked{background-color:#4dabf7;border-color:#4dabf7}.styles_form-check-input__L96XC:focus{border-color:#4dabf7;box-shadow:0 0 0 .2rem rgba(77,171,247,.25)}.styles_form-text__ZjtNG{font-size:.8rem;color:#6c757d}@media (max-width:768px){.styles_container__2Laip{padding:1rem;margin:.5rem 0}.styles_sectionHeader__I_NGc{flex-direction:column;align-items:flex-start;gap:.5rem}.styles_analysisStats__hIQkK{grid-template-columns:repeat(2,1fr)}.styles_optionsGrid__9JPuH{grid-template-columns:1fr}.styles_yamlTextarea__Ebvth{min-height:400px;font-size:.9rem}.styles_improvementsSummary__OTGQV{flex-direction:column;gap:.5rem}}@keyframes styles_pulse__9mvkr{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.styles_loading__hZoOI{animation:styles_pulse__9mvkr 1.5s ease-in-out infinite}.styles_yamlTextarea__Ebvth::-webkit-scrollbar{width:8px}.styles_yamlTextarea__Ebvth::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.styles_yamlTextarea__Ebvth::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.styles_yamlTextarea__Ebvth::-webkit-scrollbar-thumb:hover{background:#a8a8a8}