@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0b;--bg-secondary: #111113;--bg-card: #161618;--text-primary: #e8e8ed;--text-secondary: #8a8a8e;--accent: #3b82f6;--accent-purple: #8b5cf6;--success: #22c55e;--border: #252528;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{min-height:100vh}#app{width:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.page[data-v-5f816639]{min-height:100vh;background:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}header[data-v-5f816639]{text-align:center;padding:2rem 1.5rem 1rem}.logo[data-v-5f816639]{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#ff5722,#e6852f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.tm[data-v-5f816639]{font-size:.75rem;vertical-align:super}main[data-v-5f816639]{max-width:420px;margin:0 auto;padding:0 1rem 2rem}.card[data-v-5f816639]{background:#1e1e1e;border:1px solid #333333;border-radius:16px;padding:1.5rem}.invite-header[data-v-5f816639]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;text-align:left}.invite-header.desktop[data-v-5f816639]{flex-direction:column;text-align:center;margin-bottom:1.5rem}.invite-text h2[data-v-5f816639]{margin:0;font-size:1.25rem}.invite-text .subtitle[data-v-5f816639]{margin:.25rem 0 0;font-size:.875rem}.success-badge[data-v-5f816639]{width:48px;height:48px;min-width:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.success-badge.large[data-v-5f816639]{width:56px;height:56px;margin-bottom:.75rem}.open-app-section[data-v-5f816639]{margin-bottom:1.25rem}.open-app-label[data-v-5f816639]{font-size:.875rem;color:#a0a0a0;margin:0 0 .75rem;text-align:center}.divider[data-v-5f816639]{display:flex;align-items:center;margin:1.25rem 0}.divider[data-v-5f816639]:before,.divider[data-v-5f816639]:after{content:"";flex:1;height:1px;background:#333}.divider span[data-v-5f816639]{padding:0 1rem;color:#a0a0a0;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.download-section[data-v-5f816639]{margin-bottom:1.5rem}.download-label[data-v-5f816639]{font-size:.875rem;color:#a0a0a0;margin:0 0 .75rem;text-align:center}.error-icon[data-v-5f816639]{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.loading-spinner[data-v-5f816639]{width:40px;height:40px;border:3px solid #333333;border-top-color:#ff5722;border-radius:50%;animation:spin-5f816639 1s linear infinite;margin:1rem auto}@keyframes spin-5f816639{to{transform:rotate(360deg)}}h2[data-v-5f816639]{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.subtitle[data-v-5f816639]{color:#a0a0a0;margin:0 0 1rem;font-size:.9rem}.code-box[data-v-5f816639]{background:#121212;border:1px solid #333333;border-radius:8px;padding:.75rem;text-align:center}.code-box .label[data-v-5f816639]{display:block;font-size:.7rem;color:#a0a0a0;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.code-box .code[data-v-5f816639]{font-family:SF Mono,Fira Code,monospace;font-size:1.25rem;font-weight:600}.qr-section[data-v-5f816639]{margin-bottom:1.5rem;text-align:center}.qr-label[data-v-5f816639]{font-size:.875rem;color:#a0a0a0;margin-bottom:1rem}.qr-wrapper[data-v-5f816639]{background:#fff;padding:1rem;border-radius:12px;display:inline-block}.button[data-v-5f816639]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .2s;border:none}.button.primary[data-v-5f816639]{color:#fff}.button.primary[data-v-5f816639]:hover{transform:translateY(-2px)}.button.primary[data-v-5f816639]:active{transform:translateY(0)}.button.secondary[data-v-5f816639]{background:#121212;border:1px solid #333333;color:#e0e0e0}.button.secondary[data-v-5f816639]:hover{border-color:#ff5722;color:#ff5722}.app-links[data-v-5f816639]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333333}.hint[data-v-5f816639]{font-size:.8rem;color:#a0a0a0;margin:.75rem 0 0;text-align:center}.store-buttons[data-v-5f816639]{display:flex;gap:1rem;justify-content:center}.store-btn[data-v-5f816639]{display:inline-block;padding:.5rem 1rem;background:#121212;border:1px solid #333333;border-radius:8px;color:#e0e0e0;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.store-btn[data-v-5f816639]:hover{border-color:#ff5722;color:#ff5722}@media(max-width:480px){header[data-v-5f816639]{padding:1.5rem 1rem .75rem}.logo[data-v-5f816639]{font-size:1.5rem}.card[data-v-5f816639]{padding:1.25rem}.qr-wrapper[data-v-5f816639]{padding:.75rem}.qr-wrapper[data-v-5f816639] svg{width:140px!important;height:140px!important}}.page[data-v-78dc2d66]{min-height:100vh;background:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center}.loading[data-v-78dc2d66]{text-align:center}.spinner[data-v-78dc2d66]{width:40px;height:40px;border:3px solid #333333;border-top-color:#ff5722;border-radius:50%;animation:spin-78dc2d66 1s linear infinite;margin:0 auto 1rem}@keyframes spin-78dc2d66{to{transform:rotate(360deg)}}p[data-v-78dc2d66]{color:#a0a0a0;font-size:.9rem}.page[data-v-1f023f5c]{min-height:100vh;background:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}header[data-v-1f023f5c]{text-align:center;padding:2rem 1.5rem 1rem}.logo[data-v-1f023f5c]{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#ff5722,#e6852f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.tm[data-v-1f023f5c]{font-size:.75rem;vertical-align:super}main[data-v-1f023f5c]{max-width:480px;margin:0 auto;padding:0 1rem 2rem}.card[data-v-1f023f5c]{background:#1e1e1e;border:1px solid #333333;border-radius:16px;padding:1.5rem}.header-section[data-v-1f023f5c]{text-align:center;margin-bottom:1.5rem}.icon-badge[data-v-1f023f5c]{width:56px;height:56px;background:linear-gradient(135deg,#ff5722,#e6852f);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}h2[data-v-1f023f5c]{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.subtitle[data-v-1f023f5c]{color:#a0a0a0;margin:0;font-size:.9rem}.source-tabs[data-v-1f023f5c]{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#121212;border-radius:10px;padding:4px}.tab[data-v-1f023f5c]{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#a0a0a0;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.tab[data-v-1f023f5c]:hover:not(:disabled){color:#e0e0e0}.tab.active[data-v-1f023f5c]{background:linear-gradient(135deg,#ff5722,#e6852f);color:#fff}.tab[data-v-1f023f5c]:disabled{opacity:.5;cursor:not-allowed}.instructions[data-v-1f023f5c]{background:#121212;border:1px solid #333333;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.instructions h3[data-v-1f023f5c]{font-size:.875rem;font-weight:600;margin:0 0 .75rem;color:#e0e0e0}.instructions ol[data-v-1f023f5c]{margin:0;padding-left:1.25rem}.instructions li[data-v-1f023f5c]{font-size:.875rem;color:#a0a0a0;margin-bottom:.5rem}.instructions li[data-v-1f023f5c]:last-child{margin-bottom:0}.instructions a[data-v-1f023f5c]{color:#ff5722;text-decoration:none}.instructions a[data-v-1f023f5c]:hover{text-decoration:underline}.other-platforms[data-v-1f023f5c]{display:flex;gap:.75rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:1rem;margin-top:1.5rem}.other-platforms-icon[data-v-1f023f5c]{flex-shrink:0;width:32px;height:32px;background:#3b82f633;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b82f6}.other-platforms-content[data-v-1f023f5c]{flex:1}.other-platforms-title[data-v-1f023f5c]{font-size:.875rem;font-weight:600;color:#e0e0e0;margin:0 0 .25rem}.other-platforms-text[data-v-1f023f5c]{font-size:.875rem;color:#a0a0a0;margin:0}.other-platforms-text a[data-v-1f023f5c]{color:#3b82f6;text-decoration:none;font-weight:500}.other-platforms-text a[data-v-1f023f5c]:hover{text-decoration:underline}.error-message[data-v-1f023f5c]{display:flex;align-items:center;gap:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.dropzone[data-v-1f023f5c]{border:2px dashed #333333;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;margin-bottom:1rem}.dropzone[data-v-1f023f5c]:hover{border-color:#ff5722;background:#ff57220d}.dropzone.drag-over[data-v-1f023f5c]{border-color:#ff5722;background:#ff57221a}.dropzone.has-file[data-v-1f023f5c]{border-style:solid;border-color:#22c55e;background:#22c55e0d}.dropzone svg[data-v-1f023f5c]{color:#a0a0a0;margin-bottom:.5rem}.dropzone.has-file svg[data-v-1f023f5c]{color:#22c55e}.drop-text[data-v-1f023f5c]{font-size:1rem;font-weight:500;margin:0 0 .25rem}.hint[data-v-1f023f5c]{font-size:.8rem;color:#a0a0a0;margin:0}.file-info[data-v-1f023f5c]{display:flex;align-items:center;justify-content:center;gap:1rem}.file-details[data-v-1f023f5c]{text-align:left}.file-name[data-v-1f023f5c]{display:block;font-weight:500;color:#e0e0e0;margin-bottom:.25rem}.file-size[data-v-1f023f5c]{font-size:.875rem;color:#a0a0a0}.upload-progress[data-v-1f023f5c]{margin-bottom:1rem}.progress-bar[data-v-1f023f5c]{height:8px;background:#333;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill[data-v-1f023f5c]{height:100%;background:linear-gradient(135deg,#ff5722,#e6852f);border-radius:4px;transition:width .3s}.progress-text[data-v-1f023f5c]{font-size:.875rem;color:#a0a0a0;text-align:center;margin:0}.button[data-v-1f023f5c]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .2s;border:none;cursor:pointer}.button.primary[data-v-1f023f5c]{background:linear-gradient(135deg,#ff5722,#e6852f);color:#fff;box-shadow:0 4px 16px #ff57224d}.button.primary[data-v-1f023f5c]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff572266}.button.primary[data-v-1f023f5c]:active{transform:translateY(0)}.error-icon[data-v-1f023f5c]{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.loading-spinner[data-v-1f023f5c]{width:40px;height:40px;border:3px solid #333333;border-top-color:#ff5722;border-radius:50%;animation:spin-1f023f5c 1s linear infinite;margin:1rem auto}@keyframes spin-1f023f5c{to{transform:rotate(360deg)}}@media(max-width:480px){header[data-v-1f023f5c]{padding:1.5rem 1rem .75rem}.logo[data-v-1f023f5c]{font-size:1.5rem}.card[data-v-1f023f5c]{padding:1.25rem}.dropzone[data-v-1f023f5c]{padding:1.5rem}}.page[data-v-2cc36674]{min-height:100vh;background:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}header[data-v-2cc36674]{text-align:center;padding:2rem 1.5rem 1rem}.logo[data-v-2cc36674]{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#ff5722,#e6852f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.tm[data-v-2cc36674]{font-size:.75rem;vertical-align:super}main[data-v-2cc36674]{max-width:480px;margin:0 auto;padding:0 1rem 2rem}.card[data-v-2cc36674]{background:#1e1e1e;border:1px solid #333333;border-radius:16px;padding:1.5rem}.status-header[data-v-2cc36674]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.status-badge[data-v-2cc36674]{width:56px;height:56px;min-width:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.status-badge.pending[data-v-2cc36674]{background:linear-gradient(135deg,#6366f1,#4f46e5)}.status-badge.processing[data-v-2cc36674]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.status-badge.success[data-v-2cc36674]{background:linear-gradient(135deg,#22c55e,#16a34a)}.status-badge.error[data-v-2cc36674]{background:linear-gradient(135deg,#ef4444,#dc2626)}.spinner-icon[data-v-2cc36674]{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-2cc36674 1s linear infinite}.status-text h2[data-v-2cc36674]{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.status-text .subtitle[data-v-2cc36674]{font-size:.875rem;color:#a0a0a0;margin:0}h2[data-v-2cc36674]{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.subtitle[data-v-2cc36674]{color:#a0a0a0;margin:0;font-size:.9rem}.progress-section[data-v-2cc36674]{margin-bottom:1.5rem}.progress-bar[data-v-2cc36674]{height:8px;background:#333;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill[data-v-2cc36674]{height:100%;background:linear-gradient(135deg,#ff5722,#e6852f);border-radius:4px;transition:width .5s}.progress-text[data-v-2cc36674]{font-size:.875rem;color:#a0a0a0;text-align:center;margin:0}.info-message[data-v-2cc36674]{display:flex;align-items:center;gap:.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);color:#a5b4fc;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.stats-grid[data-v-2cc36674]{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.stat[data-v-2cc36674]{background:#121212;border:1px solid #333333;border-radius:8px;padding:.75rem .5rem;text-align:center}.stat-value[data-v-2cc36674]{display:block;font-size:1.25rem;font-weight:700;color:#e0e0e0}.stat-value.text-error[data-v-2cc36674]{color:#ef4444}.stat-label[data-v-2cc36674]{display:block;font-size:.7rem;color:#a0a0a0;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.duration[data-v-2cc36674]{font-size:.875rem;color:#a0a0a0;text-align:center;margin-bottom:1rem}.error-message[data-v-2cc36674]{display:flex;align-items:flex-start;gap:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.error-message svg[data-v-2cc36674]{flex-shrink:0;margin-top:2px}.failed-activities[data-v-2cc36674]{background:#121212;border:1px solid #333333;border-radius:8px;padding:1rem;margin-bottom:1rem}.failed-activities h3[data-v-2cc36674]{font-size:.875rem;font-weight:600;margin:0 0 .75rem}.failed-list[data-v-2cc36674]{max-height:200px;overflow-y:auto}.failed-item[data-v-2cc36674]{display:flex;flex-direction:column;padding:.5rem 0;border-bottom:1px solid #333333}.failed-item[data-v-2cc36674]:last-child{border-bottom:none}.failed-file[data-v-2cc36674]{font-size:.8rem;font-family:SF Mono,Fira Code,monospace;color:#a0a0a0}.failed-error[data-v-2cc36674]{font-size:.75rem;color:#ef4444;margin-top:.25rem}.more-failures[data-v-2cc36674]{font-size:.8rem;color:#a0a0a0;text-align:center;margin:.5rem 0 0}.actions[data-v-2cc36674]{display:flex;flex-direction:column;gap:.75rem}.button[data-v-2cc36674]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .2s;border:none;cursor:pointer}.button[data-v-2cc36674]:disabled{opacity:.6;cursor:not-allowed}.button.primary[data-v-2cc36674]{background:linear-gradient(135deg,#ff5722,#e6852f);color:#fff;box-shadow:0 4px 16px #ff57224d}.button.primary[data-v-2cc36674]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff572266}.button.secondary[data-v-2cc36674]{background:#121212;border:1px solid #333333;color:#e0e0e0}.button.secondary[data-v-2cc36674]:hover:not(:disabled){border-color:#ff5722;color:#ff5722}.retry-info[data-v-2cc36674]{font-size:.8rem;color:#a0a0a0;text-align:center;margin:.75rem 0 0}.error-icon[data-v-2cc36674]{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.loading-spinner[data-v-2cc36674]{width:40px;height:40px;border:3px solid #333333;border-top-color:#ff5722;border-radius:50%;animation:spin-2cc36674 1s linear infinite;margin:1rem auto}@keyframes spin-2cc36674{to{transform:rotate(360deg)}}@media(max-width:480px){header[data-v-2cc36674]{padding:1.5rem 1rem .75rem}.logo[data-v-2cc36674]{font-size:1.5rem}.card[data-v-2cc36674]{padding:1.25rem}.stats-grid[data-v-2cc36674]{grid-template-columns:repeat(2,1fr)}}.page[data-v-80b8a401]{min-height:100vh;background:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;padding:20px}.container[data-v-80b8a401]{max-width:400px;width:100%}.content[data-v-80b8a401]{text-align:center}.spinner[data-v-80b8a401]{width:40px;height:40px;border:3px solid #333333;border-top-color:#ff5722;border-radius:50%;animation:spin-80b8a401 1s linear infinite;margin:0 auto 1rem}@keyframes spin-80b8a401{to{transform:rotate(360deg)}}.icon[data-v-80b8a401]{width:60px;height:60px;border-radius:50%;background:#1a3d1a;color:#4caf50;font-size:32px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.icon.error[data-v-80b8a401]{background:#3d1a1a;color:#f44336}h1[data-v-80b8a401]{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#fff}.message[data-v-80b8a401]{color:#a0a0a0;font-size:1rem;margin:0 0 1.5rem;line-height:1.5}.sub-message[data-v-80b8a401]{color:#666;font-size:.875rem;margin:1.5rem 0 0;line-height:1.4}.form[data-v-80b8a401]{display:flex;flex-direction:column;gap:1rem}.input[data-v-80b8a401]{padding:14px 16px;background:#1e1e1e;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;outline:none;transition:border-color .2s}.input[data-v-80b8a401]:focus{border-color:#ff5722}.input[data-v-80b8a401]::placeholder{color:#666}.button-group[data-v-80b8a401]{display:flex;flex-direction:column;gap:.75rem}.submit-btn[data-v-80b8a401]{padding:14px 24px;background:#ff5722;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.submit-btn[data-v-80b8a401]:hover{background:#e64a19}.submit-btn.danger[data-v-80b8a401]{background:#d32f2f}.submit-btn.danger[data-v-80b8a401]:hover{background:#b71c1c}.cancel-btn[data-v-80b8a401]{padding:14px 24px;background:transparent;color:#a0a0a0;border:1px solid #333;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn[data-v-80b8a401]:hover{background:#1e1e1e;color:#fff}.undo-section[data-v-80b8a401]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #333}.undo-text[data-v-80b8a401]{color:#666;font-size:.875rem;margin:0 0 .75rem}.undo-btn[data-v-80b8a401]{padding:10px 20px;background:transparent;color:#ff5722;border:1px solid #FF5722;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.undo-btn[data-v-80b8a401]:hover{background:#ff57221a}.retry-btn[data-v-80b8a401]{margin-top:1.5rem;padding:12px 24px;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.retry-btn[data-v-80b8a401]:hover{background:#444}
