.App{min-height:100vh;padding:2rem;display:flex;justify-content:center;align-items:center}.container{max-width:800px;width:100%;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0003}h1{color:#333;margin-bottom:.5rem;font-size:2.5rem;text-align:center}.subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:1.1rem}.form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.95rem}input[type=text],select,textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s;font-family:inherit;resize:vertical}input[type=text]:focus,select:focus,textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}input[type=text]:disabled,select:disabled,textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.link-button{background:transparent;border:none;padding:0;margin-bottom:1rem;color:#5b21b6;font-weight:600;cursor:pointer}.link-button:disabled{opacity:.6;cursor:not-allowed}.advanced-panel{border:2px solid #ddd6fe;border-radius:10px;padding:1rem 1rem .25rem;margin-bottom:1.5rem;background:#f8f7ff}.checkbox-row{display:flex;align-items:center;gap:.5rem;font-weight:500;margin-bottom:1rem}.checkbox-row input[type=checkbox]{width:16px;height:16px}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.progress{text-align:center;padding:2rem}.progress-bar-container{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-bar-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.progress p{color:#666;font-size:1rem}.eta{color:#999;font-size:.9rem;margin-top:.25rem}.error{background-color:#fee;border:2px solid #fcc;border-radius:8px;padding:1.5rem;margin-top:1rem}.error h3{color:#c33;margin-bottom:.5rem}.error p{color:#666}.results{margin-top:2rem}.status-badge{background:#ecfeff;border:1px solid #22d3ee;color:#155e75;padding:.5rem .75rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.source-url{background:#faf5ff;border:1px solid #e9d5ff;color:#581c87;border-radius:8px;padding:.8rem;margin-bottom:1rem;word-break:break-all}.info-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:600;text-align:center;box-shadow:0 2px 10px #667eea4d}.info-badge.secondary{background:linear-gradient(135deg,#0f766e,#115e59)}.timings{background:#f0f4ff;border:2px solid #c7d2fe;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.timings h3{color:#4c1d95;margin-bottom:1rem;font-size:1.2rem}.timings ul{list-style:none;padding:0;margin:0}.timings li{color:#5b21b6;padding:.5rem 0;font-weight:500;border-bottom:1px solid #ddd6fe}.timings li:last-child{border-bottom:none}.result-section{margin-bottom:2rem}.result-section:last-child{margin-bottom:0}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.result-section h2{color:#333;margin-bottom:0;font-size:1.5rem}.section-actions{display:flex;gap:.5rem}.section-actions button{border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;padding:.35rem .7rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.85rem}.section-actions button:hover{background:#e0e7ff}.result-content{background-color:#f9f9f9;border-radius:8px;padding:1.5rem}.result-content p{color:#333;line-height:1.6;font-size:1rem;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.container{padding:2rem 1.5rem}h1{font-size:2rem}.subtitle{font-size:1rem}.form-row{grid-template-columns:1fr}.section-title-row{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{width:100%}
