.styles-module__MArara__converter{width:100%;max-width:1400px;margin:0 auto;padding:.5rem}.styles-module__MArara__actionBarDesktop{justify-content:flex-end;gap:.75rem;margin-bottom:1rem;padding:0 .25rem;display:flex}.styles-module__MArara__convertBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.styles-module__MArara__convertBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.styles-module__MArara__convertBtn:disabled{opacity:.5;cursor:not-allowed}.styles-module__MArara__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1.5px solid #ef4444;border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.styles-module__MArara__clearBtn:hover:not(:disabled){color:#fff;background:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.styles-module__MArara__clearBtn:disabled{opacity:.5;cursor:not-allowed}.styles-module__MArara__actionBarMobile{justify-content:center;gap:.75rem;margin:.75rem 0;padding:.5rem;display:none}.styles-module__MArara__convertBtnMobile,.styles-module__MArara__clearBtnMobile{cursor:pointer;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.4rem;max-width:200px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.styles-module__MArara__convertBtnMobile{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none}.styles-module__MArara__convertBtnMobile:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.styles-module__MArara__convertBtnMobile:disabled{opacity:.5;cursor:not-allowed}.styles-module__MArara__clearBtnMobile{color:#ef4444;background:0 0;border:1.5px solid #ef4444}.styles-module__MArara__clearBtnMobile:hover:not(:disabled){color:#fff;background:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.styles-module__MArara__clearBtnMobile:disabled{opacity:.5;cursor:not-allowed}.styles-module__MArara__editors{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:.75rem;display:grid}.styles-module__MArara__editorPanel{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.styles-module__MArara__panelHeader{background:var(--header-bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.styles-module__MArara__panelHeader h3{color:var(--text);margin:0;font-size:.85rem;font-weight:600}.styles-module__MArara__panelActions{gap:.5rem;display:flex}.styles-module__MArara__iconBtn{border:1px solid var(--border);cursor:pointer;color:var(--text-muted);background:0 0;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.7rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__MArara__iconBtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--btn-secondary-bg)}.styles-module__MArara__iconBtn:disabled{opacity:.4;cursor:not-allowed}.styles-module__MArara__panelActionsLarge{gap:.5rem;display:flex}.styles-module__MArara__copyBtn,.styles-module__MArara__downloadBtn{cursor:pointer;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .8rem;font-size:.7rem;font-weight:600;transition:all .2s;display:inline-flex}.styles-module__MArara__copyBtn{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none}.styles-module__MArara__copyBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 6px #10b9814d}.styles-module__MArara__downloadBtn{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none}.styles-module__MArara__downloadBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 6px #8b5cf64d}.styles-module__MArara__copyBtn:disabled,.styles-module__MArara__downloadBtn:disabled{opacity:.5;cursor:not-allowed}.styles-module__MArara__editorWrapper{overflow:hidden}.styles-module__MArara__error{color:#dc2626;background:#fef2f2;border-left:3px solid #ef4444;border-radius:6px;margin:.5rem 0;padding:.5rem .8rem;font-size:.75rem;font-weight:500}.styles-module__MArara__loaderContainer{background:var(--card);height:450px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;display:flex}.styles-module__MArara__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.6s linear infinite styles-module__MArara__spin}@keyframes styles-module__MArara__spin{to{transform:rotate(360deg)}}.styles-module__MArara__loaderContainer p{margin:0;font-size:.75rem}.styles-module__MArara__shortcuts{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);margin-top:.75rem;padding-top:.6rem;font-size:.65rem}.styles-module__MArara__shortcuts small{flex-wrap:wrap;justify-content:center;gap:.8rem;display:inline-flex}.styles-module__MArara__shortcuts kbd{background:var(--btn-secondary-bg);border:1px solid var(--border);color:var(--text);border-radius:4px;padding:.1rem .3rem;font-family:monospace;font-size:.65rem;font-weight:600}@media (max-width:768px){.styles-module__MArara__converter{padding:.25rem}.styles-module__MArara__actionBarDesktop{display:none}.styles-module__MArara__actionBarMobile{display:flex}.styles-module__MArara__editors{grid-template-columns:1fr;gap:.75rem}.styles-module__MArara__panelHeader{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.styles-module__MArara__panelActions,.styles-module__MArara__panelActionsLarge{justify-content:flex-end}.styles-module__MArara__shortcuts{display:none}.styles-module__MArara__convertBtnMobile,.styles-module__MArara__clearBtnMobile{max-width:160px;padding:.5rem 1rem;font-size:.8rem}}
