*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.file-uploader{width:100%}.drop-zone{background:#fafafa;border:3px dashed #d0d0d0;border-radius:12px;cursor:pointer;padding:60px 20px;text-align:center;transition:all .3s}.drop-zone:hover{background:#fff5f7;border-color:var(--vidi-accent)}.drop-zone-content{pointer-events:none}.upload-icon{color:var(--vidi-accent);height:64px;margin:0 auto 20px;width:64px}.drop-zone-text{color:#333;font-size:1.2rem;font-weight:500;margin-bottom:8px}.drop-zone-subtext{color:#888;font-size:.9rem}.files-section{margin-top:30px}.files-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.files-header h3{color:#333;font-size:1.3rem}.files-actions{display:flex;gap:10px}.btn{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .3s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:linear-gradient(90deg,#c4198b,#ef4066);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#ad1279,#d4354f);box-shadow:0 4px 12px #ef406666;transform:translateY(-1px)}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.files-list{display:flex;flex-direction:column;gap:12px}.file-item{align-items:center;background:#f8f9fa;border-left:4px solid #d0d0d0;border-radius:8px;display:flex;padding:16px;transition:all .3s}.file-item.uploading{background:#fff5f7;border-left-color:var(--vidi-accent)}.file-item.completed{background:#f0f9f4;border-left-color:#27ae60}.file-item.error{background:#fef5f5;border-left-color:#e74c3c}.file-item.cancelled{background:#f5f5f5;border-left-color:#aaa}.file-info{flex:1 1;min-width:0}.file-name{color:#333;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#888;font-size:.85rem}.file-status{margin:0 20px;min-width:150px}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:6px 12px}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.completed{background:#d4edda;color:#155724}.status-badge.error{background:#f8d7da;color:#721c24}.status-badge.cancelled{background:#e9ecef;color:#495057}.progress-container{align-items:center;display:flex;gap:10px}.progress-bar{background:#e0e0e0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#c4198b,#ef4066,#f68b1f);height:100%;transition:width .3s}.progress-text{color:var(--vidi-accent);font-size:.85rem;font-weight:600;min-width:45px;text-align:right}.btn-remove{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;line-height:1;padding:0;transition:all .3s;width:32px}.btn-remove:hover:not(:disabled){background:#c0392b;transform:scale(1.1)}.btn-remove:disabled{cursor:not-allowed;opacity:.5}.btn-retry{align-items:center;background:#f68b1f;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:32px;justify-content:center;line-height:1;margin-right:6px;padding:0;transition:all .3s;width:32px}.btn-retry:hover:not(:disabled){background:#d4740f;transform:scale(1.1)}.btn-retry:disabled{cursor:not-allowed;opacity:.5}:root{--vidi-navy:#0d1a2e;--vidi-pink:#c4198b;--vidi-coral:#ef4066;--vidi-orange:#f68b1f;--vidi-yellow:#ffe300;--vidi-accent:#ef4066;--vidi-accent-dark:#d4354f;--vidi-text:#1a2332;--vidi-muted:#64748b;--vidi-border:#e2e8f0;--vidi-bg:#f0f2f5}.App{background:#f0f2f5;background:var(--vidi-bg);display:flex;flex-direction:column;min-height:100vh}.navbar{background:#0d1a2e;background:var(--vidi-navy);box-shadow:0 2px 8px #0000004d;flex-shrink:0;height:64px;justify-content:space-between;padding:0 40px}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:14px;text-decoration:none}.navbar-logo img{height:32px;width:auto}.main-content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:48px 20px}.container{background:#fff;border-image:linear-gradient(90deg,#c4198b,#ef4066,#f68b1f,#ffe300) 1;border-radius:8px;border-top:3px solid #0000;box-shadow:0 4px 24px #0d1a2e14;max-width:800px;padding:40px;width:100%}.header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--vidi-border);margin-bottom:36px;padding-bottom:28px;text-align:center}.header h1{color:#1a2332;color:var(--vidi-text);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.header p{color:#64748b;color:var(--vidi-muted);font-size:1rem}.ticket-input-section{margin-bottom:28px}.ticket-input-section label{color:#1a2332;color:var(--vidi-text);display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.required{color:#e53e3e}.ticket-input{border:1.5px solid #e2e8f0;border:1.5px solid var(--vidi-border);border-radius:6px;box-sizing:border-box;color:#1a2332;color:var(--vidi-text);font-size:1rem;padding:11px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.ticket-input:focus{border-color:#0d1a2e;border-color:var(--vidi-navy);box-shadow:0 0 0 3px #0d1a2e1f;outline:none}.ticket-input-error{border-color:#e53e3e!important;box-shadow:0 0 0 3px #e53e3e26!important}.ticket-error{color:#e53e3e}.ticket-error,.ticket-hint{font-size:.85rem;margin-top:6px}.info-box,.ticket-hint{color:#64748b;color:var(--vidi-muted)}.info-box{background:#f8fafc;border:1.5px dashed #e2e8f0;border:1.5px dashed var(--vidi-border);border-radius:6px;font-size:.95rem;padding:20px;text-align:center}.footer{background:#0d1a2e;background:var(--vidi-navy);color:#ffffff80;flex-shrink:0;padding:28px 40px}.footer-inner{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:0 auto;max-width:1100px}.footer-copy{font-size:.82rem;line-height:1.7}.footer-copy a{color:var(--vidi-teal);text-decoration:none}.footer-copy a:hover{text-decoration:underline}.footer-impressum{font-size:.82rem;line-height:1.7;text-align:right}.footer-impressum strong{color:#ffffffbf;display:block;margin-bottom:4px}
/*# sourceMappingURL=main.ea9fe8a0.css.map*/