*{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;color:#fff;margin-bottom:2rem}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.1rem;opacity:.9}.tabs{display:flex;gap:1rem;margin-bottom:2rem}.tab{flex:1;padding:1rem;background:#ffffff1a;border:none;color:#fff;font-size:1rem;cursor:pointer;border-radius:8px;transition:all .3s}.tab:hover{background:#fff3}.tab.active{background:#fff;color:#667eea;font-weight:600}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #0003}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.7}.form-group textarea{resize:vertical;min-height:100px}.date-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn{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}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed}.status-section{margin-top:2rem}.status-box{background:#f5f5f5;padding:1rem;border-radius:8px;margin-bottom:1rem}.status-box.processing{background:#fff3cd;border-left:4px solid #ffc107}.status-box.completed{background:#d4edda;border-left:4px solid #28a745}.status-box.failed{background:#f8d7da;border-left:4px solid #dc3545}.posts-table{width:100%;border-collapse:collapse;margin-top:1rem}.posts-table th,.posts-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.posts-table th{background:#f5f5f5;font-weight:600}.posts-table tr:hover{background:#f9f9f9}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.status-badge.waiting{background:#e3f2fd;color:#1976d2}.status-badge.processing{background:#fff3cd;color:#856404}.status-badge.downloaded{background:#d4edda;color:#155724}.status-badge.failed{background:#f8d7da;color:#721c24}.download-link{color:#667eea;text-decoration:none;font-weight:600}.download-link:hover{text-decoration:underline}.error-list{margin-top:1rem;padding:1rem;background:#f8d7da;border-radius:8px}.error-list h4{color:#721c24;margin-bottom:.5rem}.error-list ul{list-style:none;padding:0}.screenshot-section{margin-top:1rem;padding:1.5rem;background:#e3f2fd;border-radius:8px;border:1px solid #90caf9}.screenshot-section h4{color:#1976d2;margin-bottom:.5rem;font-size:1.1rem}.screenshot-info{color:#666;font-size:.9rem;margin-bottom:1rem}.screenshot-gallery{display:flex;flex-direction:column;gap:1.5rem}.screenshot-item{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a}.screenshot-image{width:100%;max-width:100%;height:auto;border-radius:6px;border:1px solid #e0e0e0;margin-bottom:.75rem;cursor:pointer;transition:transform .2s ease}.screenshot-image:hover{transform:scale(1.02)}.screenshot-download-link{display:inline-block;padding:.5rem 1rem;background:#1976d2;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.9rem;transition:all .3s ease}.screenshot-download-link:hover{background:#1565c0;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 8px #1976d24d}.error-list li{color:#721c24;margin-bottom:.25rem}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(102,126,234,.3);border-radius:50%;border-top-color:#667eea;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.info-text{font-size:.9rem;color:#666;margin-top:.5rem;font-style:italic}.previous-extractions{margin-top:2rem}.previous-extractions h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.extraction-item{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;background:#fafafa;transition:all .3s}.extraction-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.extraction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.extraction-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.extraction-time{color:#666;font-size:.875rem}.extraction-details{margin-bottom:1rem}.extraction-details p{margin-bottom:.5rem;color:#333}.extraction-details strong{color:#667eea;margin-right:.5rem}.extraction-files{margin-top:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.extraction-files h4{color:#333;margin-bottom:.75rem;font-size:1rem}.extraction-files ul{list-style:none;padding:0}.extraction-files li{padding:.5rem 0;border-bottom:1px solid #f0f0f0}.extraction-files li:last-child{border-bottom:none}.extraction-item .error-list{margin-top:1rem}.extraction-item .error-list h5{font-size:.9rem;margin-bottom:.5rem}.btn-new-extraction{background:linear-gradient(135deg,#10b981,#059669)!important}.btn-new-extraction:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}
