*{box-sizing:border-box}:root{--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #252525;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent: #6366f1;--accent-hover: #4f46e5;--success: #22c55e;--error: #ef4444;--border: #333;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}#app{width:100%;max-width:480px}h1{font-size:2rem;font-weight:600;margin:0 0 .5rem;text-align:center;letter-spacing:-.02em}.subtitle{color:var(--text-secondary);margin:0 0 2rem;text-align:center;font-size:.95rem}.drop-zone{border:2px dashed var(--border);border-radius:16px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--bg-secondary)}.drop-zone:hover{border-color:var(--accent);background:var(--bg-tertiary)}.drop-zone.drag-over{border-color:var(--accent);background:var(--bg-tertiary);transform:scale(1.01)}.drop-zone.has-file{display:none}.drop-zone-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-icon{width:48px;height:48px;color:var(--text-secondary);transition:color .2s ease}.drop-zone:hover .upload-icon{color:var(--accent)}.drop-text{margin:0;font-size:1.1rem;font-weight:500;color:var(--text-primary)}.drop-subtext{margin:0;font-size:.875rem;color:var(--text-secondary)}.drop-limits{margin:.5rem 0 0;font-size:.75rem;color:var(--text-secondary);opacity:.7}.preview{margin-bottom:1.5rem}.preview.hidden{display:none}.preview-content{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border)}.preview-video{width:80px;height:60px;object-fit:cover;border-radius:8px;background:var(--bg-tertiary)}.preview-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.preview-name{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-size{font-size:.8rem;color:var(--text-secondary)}.preview-clear{width:32px;height:32px;border:none;background:var(--bg-tertiary);color:var(--text-secondary);border-radius:8px;cursor:pointer;font-size:1.25rem;line-height:1;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.preview-clear:hover{background:var(--error);color:#fff}.convert-btn{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--accent);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.convert-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.convert-btn:disabled{background:var(--bg-tertiary);color:var(--text-secondary);cursor:not-allowed;transform:none}.convert-btn.hidden{display:none}.convert-btn.loading{opacity:.7}.status-container{margin-bottom:1.5rem}.status-box{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border)}.status-box.success{border-color:var(--success);background:#22c55e1a}.status-box.error{border-color:var(--error);background:#ef44441a}.status-text{font-size:.95rem;font-weight:500}.status-box.success .status-text{color:var(--success)}.status-box.error .status-text{color:var(--error)}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.check-icon{width:20px;height:20px;color:var(--success)}.result-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.result-image{max-width:100%;border-radius:12px;box-shadow:0 4px 24px #0000004d}.download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--success);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:.95rem;transition:all .2s ease}.download-btn:hover{background:#16a34a;transform:translateY(-1px)}.download-btn svg{width:18px;height:18px}.result-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.copy-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.copy-btn:hover{background:var(--bg-secondary);border-color:var(--accent);transform:translateY(-1px)}.copy-btn svg{width:18px;height:18px}.grecaptcha-badge{visibility:hidden}.server-status{position:fixed;bottom:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-secondary);background:var(--bg-secondary);padding:.5rem .75rem;border-radius:6px;border:1px solid var(--border);transition:opacity .3s ease}.server-status.fade-out{opacity:0;pointer-events:none}.server-status.live{color:var(--success)}.server-status.error{color:var(--error)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--text-secondary)}.status-dot.loading{background:var(--accent);animation:pulse 1s ease-in-out infinite}.status-dot.live{background:var(--success)}.server-status.error .status-dot{background:var(--error)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.view-page{display:flex;flex-direction:column;align-items:center;min-height:80vh;justify-content:center}.view-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary)}.view-error{text-align:center}.view-error h1{font-size:1.5rem;margin-bottom:.5rem}.view-error p{color:var(--text-secondary);margin-bottom:1.5rem}.view-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.view-image{max-width:100%;max-height:70vh;border-radius:12px;box-shadow:0 4px 24px #0000004d}.view-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.back-link{display:inline-flex;align-items:center;padding:.875rem 1.5rem;background:var(--bg-tertiary);color:var(--text-primary);text-decoration:none;border-radius:10px;font-weight:600;font-size:.95rem;border:1px solid var(--border);transition:all .2s ease}.back-link:hover{background:var(--bg-secondary);border-color:var(--accent);transform:translateY(-1px)}.view-branding{margin-top:2rem}.view-branding a{color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s ease}.view-branding a:hover{color:var(--accent)}.moderation-tag{display:inline-block;padding:.35rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border)}.moderation-tag--safe{background:#22c55e26;color:#22c55e;border-color:#22c55e4d}.moderation-tag--nsfw{background:#f9731626;color:#f97316;border-color:#f973164d}.moderation-tag--violence{background:#ef444426;color:#ef4444;border-color:#ef44444d}.moderation-tag--spam{background:#9ca3af26;color:#9ca3af;border-color:#9ca3af4d}.moderation-tag--copyright{background:#a855f726;color:#a855f7;border-color:#a855f74d}.moderation-tag--illegal{background:#ef444440;color:#dc2626;border-color:#ef444480}.site-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-brand{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-brand:hover{color:var(--accent)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.8rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--accent)}.legal-page{max-width:640px;margin:0 auto}.legal-back{display:inline-block;margin-bottom:1.5rem;font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.legal-back:hover{color:var(--accent)}.legal-page h1{text-align:left;margin-bottom:1.5rem}.legal-content h2{font-size:1.1rem;font-weight:600;margin:1.75rem 0 .75rem;color:var(--text-primary)}.legal-content p{color:var(--text-secondary);margin:0 0 .75rem;line-height:1.6}.legal-content ul{color:var(--text-secondary);margin:0 0 .75rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;line-height:1.6}@media(prefers-color-scheme:light){:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--text-primary: #1a1a1a;--text-secondary: #6c757d;--border: #dee2e6}.result-image{box-shadow:0 4px 24px #0000001a}}
