*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{align-items:center;display:flex;justify-content:center;padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:800px;padding:40px;width:100%}h1{color:#333;font-size:2.5rem;margin-bottom:10px}.subtitle,h1{text-align:center}.subtitle{color:#666;font-size:1rem;margin-bottom:30px}.drop-zone{background:#fafafa;border:3px dashed #ddd;border-radius:15px;cursor:pointer;padding:60px 40px;text-align:center;transition:all .3s ease}.drop-zone:hover{background:#f0f0ff;border-color:#667eea}.drop-zone.active{background:#e8ebff;border-color:#667eea;transform:scale(1.02)}.drop-zone-content{pointer-events:none}.upload-icon{color:#667eea;height:80px;margin:0 auto 20px;width:80px}.drop-zone p{color:#666;font-size:1.1rem}.file-list{margin-top:30px}.file-list h3{color:#333;font-size:1.3rem;margin-bottom:15px}.files{border:1px solid #eee;border-radius:10px;margin-bottom:20px;max-height:300px;overflow-y:auto;padding:10px}.file-item{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:8px;padding:12px}.file-name{color:#333;flex:1 1;font-weight:500;margin-right:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#666;font-size:.9rem;white-space:nowrap}.file-size.error{color:#e74c3c;font-weight:700}.upload-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px;transition:transform .2s ease;width:100%}.upload-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.upload-button:disabled{cursor:not-allowed;opacity:.6}.results{border-top:2px solid #eee;margin-top:30px;padding-top:30px}.results h3{color:#333;font-size:1.3rem;margin-bottom:15px}.result-list{max-height:300px;overflow-y:auto}.result-item{align-items:center;border-radius:8px;display:flex;margin-bottom:8px;padding:12px}.result-item.success{background:#d4edda;border-left:4px solid #28a745}.result-item.error{background:#f8d7da;border-left:4px solid #dc3545}.result-icon{font-size:1.5rem;font-weight:700;margin-right:15px}.result-item.success .result-icon{color:#28a745}.result-item.error .result-icon{color:#dc3545}.result-details{display:flex;flex:1 1;flex-direction:column}.result-name{color:#333;font-weight:500;margin-bottom:4px}.result-size{color:#666;font-size:.9rem}.result-error{color:#721c24;font-size:.9rem}.files::-webkit-scrollbar,.result-list::-webkit-scrollbar{width:8px}.files::-webkit-scrollbar-track,.result-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.files::-webkit-scrollbar-thumb,.result-list::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.files::-webkit-scrollbar-thumb:hover,.result-list::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.f74c1523.css.map*/