*{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}.auth-bar{margin-bottom:1.25rem;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.auth-user-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-text{color:#334155;font-size:.9rem}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}.btn-secondary{padding:.6rem .9rem;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:8px;font-weight:600;cursor:pointer}.btn-secondary:hover{background:#f1f5f9}.btn-google{padding:.65rem 1rem;background:#1f2937;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.btn-google:hover{background:#111827}.alert{padding:1rem;border-radius:8px;margin-top:1rem}.alert-info{background-color:#ebf8ff;color:#2c5282;border:1px solid #90cdf4}.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}.auth-user-row{flex-direction:column;align-items:flex-start}.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}.tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.tab-btn{background:none;border:none;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:#718096;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s}.tab-btn:hover{color:#4a5568}.tab-btn.active{color:#667eea;border-bottom-color:#667eea}.images-section{margin-top:2rem;animation:fadeIn .4s ease-out}.no-images-text{text-align:center;color:#718096;font-style:italic;padding:2rem;background:#f8fafc;border-radius:8px;border:1px dashed #cbd5e0}.presentation-images-viewer h3{color:#2d3748;margin-bottom:1.5rem;font-size:1.25rem}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.image-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.image-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.image-card img{width:100%;height:150px;object-fit:cover;display:block;background-color:#edf2f7}.image-label{padding:.75rem;text-align:center;font-size:.875rem;font-weight:500;color:#4a5568;border-top:1px solid #e2e8f0}.images-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#718096}.view-images-btn{color:#805ad5}.view-images-btn:hover{color:#6b46c1}
