.App{background:#f5f7fa;display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#1a1a2e,#2d2d44);color:#fff;padding:2.5rem 2rem;text-align:center}.App-header h1{font-size:2.2rem;font-weight:600;margin-bottom:.5rem}.App-header p{color:#a0a0b0;font-size:1.1rem}.App-main{flex:1 1;margin:0 auto;max-width:800px;padding:2rem;width:100%}.auth-section{margin-bottom:2rem}.auth-step{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:1.5rem;padding:2rem}.auth-step.verifying{background:#fff8e1;border:2px solid #ffc107}.auth-step.verified{background:#e8f5e9;border:2px solid #4caf50}.step-number{align-items:center;background:#e0e0e0;border-radius:50%;color:#666;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;width:48px}.step-number.active{animation:pulse 2s infinite;background:#ffc107;color:#333}.step-number.done{background:#4caf50;color:#fff}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.step-content{flex:1 1}.step-content h3{color:#333;font-size:1.3rem;margin:0 0 .75rem}.step-content p{color:#666;line-height:1.6;margin:0 0 1.25rem}.step-hint{color:#888;font-size:.9rem;margin-top:.75rem}.step-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-danger,.btn-primary,.btn-secondary,.btn-success,button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}button:disabled{cursor:not-allowed;opacity:.5}.btn-large{font-size:1.1rem;padding:1rem 2rem}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.btn-success{background:#4caf50;color:#fff}.btn-success:hover:not(:disabled){background:#45a049}.btn-secondary{background:#e0e0e0;color:#555}.btn-secondary:hover:not(:disabled){background:#d0d0d0}.btn-danger{background:#f44336;color:#fff}.btn-danger:hover:not(:disabled){background:#d32f2f}.btn-text{background:none;color:#888;font-size:.9rem;padding:.5rem}.btn-text:hover{color:#555;text-decoration:underline}.files-section,.input-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:2rem}.section-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.section-header h2{color:#333;font-size:1.3rem;margin:0}textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:monospace;font-size:.9rem;min-height:120px;padding:1rem;resize:vertical;transition:border-color .2s;width:100%}textarea:focus{border-color:#667eea;outline:none}.button-row{display:flex;gap:.75rem;margin-top:1rem}.status-message{align-items:center;background:#e3f2fd;border-left:4px solid #2196f3;border-radius:0 8px 8px 0;color:#1565c0;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.status-message.success{background:#e8f5e9;border-color:#4caf50;color:#2e7d32}.error-message{background:#ffebee;border-left:4px solid #f44336;border-radius:0 8px 8px 0;color:#c62828;margin-bottom:1.5rem;padding:1rem 1.25rem}.spinner{animation:spin .8s linear infinite;border:2px solid;border-radius:50%;border-top:2px solid #0000;display:inline-block;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.stats-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.stat{background:#f5f5f5;border-radius:20px;color:#666;font-size:.9rem;padding:.5rem 1rem}.stat.done{background:#e8f5e9;color:#2e7d32}.stat.error{background:#ffebee;color:#c62828}.batch-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.file-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.file-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:.75rem;padding:.875rem 1rem;transition:all .2s}.file-item:hover{background:#e9ecef}.file-item.opened{background:#e8f5e9;border-color:#a5d6a7}.file-item.error{background:#ffebee;border-color:#ef9a9a}.file-status{align-items:center;background:#e0e0e0;border-radius:50%;color:#666;display:flex;flex-shrink:0;font-size:.9rem;height:24px;justify-content:center;width:24px}.file-item.opened .file-status{background:#4caf50;color:#fff}.file-item.error .file-status{background:#f44336;color:#fff}.file-number{color:#888;font-size:.9rem;min-width:1.5rem}.file-name{color:#333;flex:1 1;font-family:monospace;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-time{color:#4caf50;font-size:.8rem;margin-left:.5rem}.file-actions{display:flex;gap:.5rem}.btn-done,.btn-open{border-radius:6px;font-size:.9rem;padding:.5rem 1rem}.btn-open{background:#4caf50;color:#fff;font-weight:500}.btn-open:hover:not(:disabled){background:#45a049}.btn-done{background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32}.btn-done:hover{background:#c8e6c9}.help-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem}.help-section h3{color:#333;margin:0 0 1rem}.help-section ol{margin:0 0 1.5rem;padding-left:1.5rem}.help-section li{color:#555;line-height:1.6;margin-bottom:.75rem}.help-note{background:#fff8e1;border-left:4px solid #ffc107;border-radius:0 8px 8px 0;color:#856404;font-size:.95rem;padding:1rem}.App-footer{background:#1a1a2e;color:#888;padding:1.5rem;text-align:center}.App-footer a{color:#667eea;text-decoration:none}.App-footer a:hover{text-decoration:underline}@media (max-width:640px){.App-main{padding:1rem}.App-header{padding:1.5rem 1rem}.App-header h1{font-size:1.6rem}.auth-step{flex-direction:column;padding:1.5rem;text-align:center}.step-content h3{font-size:1.1rem}.step-actions{justify-content:center}.batch-actions{flex-direction:column}.batch-actions button{justify-content:center;width:100%}.file-item{flex-wrap:wrap}.file-name{margin-top:.5rem;order:3;width:100%}.file-actions{margin-left:auto}}
/*# sourceMappingURL=main.589339ca.css.map*/