*{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.container{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #0000001a}h1{margin:0 0 2rem;color:#2d3748;font-size:2rem;text-align:center}h2{margin:2rem 0 1rem;color:#2d3748;font-size:1.5rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{font-weight:600;color:#4a5568;font-size:.875rem}input[type=text],input[type=file],select,textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s;font-family:inherit}input[type=text]:focus,select:focus,textarea:focus{outline:none;border-color:#667eea}input[type=text]:disabled,select:disabled,textarea:disabled{background-color:#f7fafc;cursor:not-allowed}textarea{resize:vertical}.radio-group{display:flex;gap:1.5rem;padding:.5rem 0}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;color:#2d3748}.radio-label input[type=radio]{cursor:pointer;width:18px;height:18px}.radio-label input[type=radio]:disabled{cursor:not-allowed}.file-input{padding:.5rem;cursor:pointer}.file-input:disabled{cursor:not-allowed;background-color:#f7fafc}.file-name{font-size:.875rem;color:#4a5568;margin-top:.25rem}.slider{width:100%;height:8px;border-radius:4px;background:#e2e8f0;outline:none;-webkit-appearance:none;appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;transition:background .2s}.slider::-webkit-slider-thumb:hover{background:#5568d3}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none;transition:background .2s}.slider::-moz-range-thumb:hover{background:#5568d3}.slider:disabled{cursor:not-allowed;opacity:.5}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#718096;margin-top:.25rem}.btn-primary{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.alert{padding:1rem;border-radius:8px;margin-top:1rem}.alert-error{background-color:#fed7d7;color:#c53030;border:1px solid #fc8181}.status-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e2e8f0}.status-badge{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem}.status-generating{background-color:#bee3f8;color:#2c5282}.status-completed{background-color:#c6f6d5;color:#22543d}.status-failed{background-color:#fed7d7;color:#c53030}.download-section{margin-top:1.5rem}.btn-download{display:inline-block;padding:1rem 2rem;background-color:#48bb78;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-download:hover{transform:translateY(-2px);box-shadow:0 4px 12px #48bb7866}@media(max-width:640px){.container{padding:1.5rem}.form-row{grid-template-columns:1fr}h1{font-size:1.5rem}}.progress-container{margin-top:1rem;position:relative;height:20px;background-color:#e2e8f0;border-radius:10px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .5s ease-in-out}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.75rem;color:#4a5568;font-weight:700}.history-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.history-table-container{overflow-x:auto;margin-top:1rem}.history-table{width:100%;border-collapse:collapse;font-size:.875rem}.history-table th,.history-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.history-table th{background-color:#f7fafc;color:#4a5568;font-weight:600}.history-table tr:hover{background-color:#f8fafc}.btn-link{background:none;border:none;color:#667eea;cursor:pointer;padding:0;font-weight:600;text-decoration:underline}.btn-link:hover{color:#5a67d8}.status-text-completed{color:#38a169;font-weight:600}.status-text-failed{color:#e53e3e;font-weight:600}.status-text-generating{color:#3182ce;font-weight:600}
