.Home_container__d256j{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;display:flex;justify-content:center;padding:20px;margin:0}.Home_uploadContainer__fvHj1{background:#fff;padding:40px;border-radius:15px;max-width:95%;width:100%;text-align:center;margin:0 auto}.Home_title__hYX6j{color:#333;margin:0 0 10px;font-size:1.5rem;font-weight:600}.Home_subtitle__KzT68{color:#666;margin:0 0 30px;font-size:1rem}.Home_modelSelector__7QF2I{margin:20px 0 30px;text-align:left}.Home_modelLabel__wzH0M{display:block;color:#333;font-weight:600;margin-bottom:8px;font-size:.95rem}.Home_modelDropdown__Px0Zh{width:auto;min-width:200px;padding:12px 16px;border:2px solid #e0e6ed;border-radius:8px;font-size:1rem;color:#333;background:#fff;cursor:pointer;transition:border-color .3s ease}.Home_modelDropdown__Px0Zh:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.Home_modelDropdown__Px0Zh:hover{border-color:#667eea}.Home_timerSection__TbBXk{margin:20px 0;padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.Home_timerLabel__lQXPM{color:#333;font-weight:600;font-size:.9rem;margin-bottom:5px}.Home_timerValue__V3D4y{font-family:Courier New,monospace;font-size:1.1rem}.Home_timerActive__EhySB{color:#667eea;font-weight:600;animation:Home_pulse__0RP2j 1.5s ease-in-out infinite alternate}.Home_timerComplete___psy9{color:#28a745;font-weight:600}@keyframes Home_pulse__0RP2j{0%{opacity:1}to{opacity:.6}}.Home_uploadZone__RoHrJ{border:3px dashed #e0e6ed;border-radius:10px;padding:40px 20px;margin-bottom:20px;transition:all .3s ease;cursor:pointer;background:#f8f9fa}.Home_uploadZone__RoHrJ:hover{border-color:#667eea;background:#f0f4ff}.Home_uploadZone__RoHrJ.Home_dragover__J_rFW{border-color:#667eea;background:#e8f0ff}.Home_uploadIcon__oY_Uf{font-size:3rem;color:#667eea;margin-bottom:15px}.Home_uploadText__t2LbV{color:#333;font-size:1.1rem;margin-bottom:10px}.Home_uploadSubtext__wSLLt{color:#666;font-size:.9rem}.Home_fileInput__m8A_b{display:none}.Home_fileInfo__0i46t{margin:20px 0;padding:15px;background:#f8f9fa;border-radius:8px}.Home_fileName__mufoT{font-weight:600;color:#333;margin-bottom:5px}.Home_fileSize__e41Pb{color:#666;font-size:.9rem}.Home_uploadBtn__0DsXg{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease;width:100%;margin-top:20px}.Home_uploadBtn__0DsXg:hover:not(:disabled){transform:translateY(-2px)}.Home_uploadBtn__0DsXg:disabled{background:#ccc;cursor:not-allowed;transform:none}.Home_progressContainer__1utUm{margin:20px 0}.Home_progressBar__wo4P_{width:100%;height:8px;background:#e0e6ed;border-radius:4px;overflow:hidden}.Home_progressFill__fOCZ8{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);width:100%;animation:Home_progressAnimation__yTAk8 2s ease-in-out infinite}@keyframes Home_progressAnimation__yTAk8{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}.Home_statusMessage__F0jLw{margin-top:15px;padding:15px;border-radius:8px}.Home_statusSuccess__L8ZQ_{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.Home_statusError__zq8zX{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.Home_acceptedFormats__HQMmL{margin-top:20px;color:#666;font-size:.85rem}.Home_resultSection__PnNQs{margin-top:30px;padding:20px;text-align:left;border-top:2px solid #e0e6ed}.Home_resultSection__PnNQs h2{color:#333;margin-bottom:20px;font-size:1.5rem;font-weight:600;text-align:center}.Home_resultBlock__f8qzk{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.Home_resultBlock__f8qzk strong{color:#333;font-size:1.1rem;display:block;margin-bottom:10px}.Home_resultBlock__f8qzk div{color:#555;line-height:1.6;margin-left:0}.Home_tableContainer___I4bz{overflow-x:auto;margin-top:10px;border:1px solid #e0e6ed;border-radius:8px;background:#fff}.Home_resultTable__RSUmL{width:100%;min-width:500px;border-collapse:collapse;font-size:.9rem}.Home_resultTable__RSUmL th{background:#f8f9fa;color:#333;font-weight:600;padding:12px 15px;text-align:left;border-bottom:2px solid #e0e6ed;border-right:1px solid #e0e6ed;white-space:nowrap}.Home_resultTable__RSUmL th:last-child{border-right:none}.Home_resultTable__RSUmL td{padding:10px 15px;border-bottom:1px solid #e0e6ed;border-right:1px solid #e0e6ed;color:#555;vertical-align:top}.Home_resultTable__RSUmL td:last-child{border-right:none}.Home_resultTable__RSUmL tr:last-child td{border-bottom:none}.Home_resultTable__RSUmL tr:hover{background:#f8f9fa}