.editor_instructionsPage__BVZxO{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;align-items:center;justify-content:center}.editor_instructionsContainer__RkQIY{max-width:800px;background:white;border-radius:12px;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.editor_instructionsContainer__RkQIY h1{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.editor_section__TXpf1{margin-bottom:2rem}.editor_section__TXpf1 h2{color:#444;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.editor_section__TXpf1 ol,.editor_section__TXpf1 ul{padding-left:1.5rem}.editor_section__TXpf1 li{margin-bottom:.5rem;line-height:1.6;color:#555}.editor_codeBlock__O5QAy{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:1rem;margin:.5rem 0;font-family:Consolas,Monaco,Courier New,monospace}.editor_codeBlock__O5QAy code{color:#d63384;font-weight:600}.editor_buttonContainer__n3AhK{text-align:center;margin:2rem 0}.editor_primaryButton___y4_C{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;font-weight:600}.editor_primaryButton___y4_C:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(102,126,234,.3)}.editor_note__QBQnF{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;margin-top:2rem}.editor_note__QBQnF p{margin:0;color:#856404}.editor_editorPage__0l6Lx{display:flex;flex-direction:column;height:100vh}.editor_header__02GpJ{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #dee2e6}.editor_backButton__BtDoV{background:#6c757d;color:white;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s;text-decoration:none;display:inline-block}.editor_backButton__BtDoV:hover{background:#5a6268}.editor_header__02GpJ h1{margin:0;color:#333;font-size:1.5rem}.editor_editorContainer__NGG8i{flex:1 1;width:100%;min-height:0}.editor_loading__C8J98{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666}.editor_spinner__UbwKL{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:editor_spin__CxHzq 1s linear infinite;margin-bottom:1rem}@keyframes editor_spin__CxHzq{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.editor_error__zmeC8{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#dc3545;padding:2rem}.editor_error__zmeC8 h2{margin-bottom:1rem}.editor_error__zmeC8 p{max-width:400px;line-height:1.6}.editor_templateImporter__OVDE3{background:white;border-bottom:1px solid #e9ecef;padding:1rem;margin-bottom:1rem}.editor_inputGroup__xOWHv{display:flex;gap:1rem;align-items:center;max-width:800px;margin:0 auto}.editor_templateInput__8vBcS{flex:1 1;padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .2s}.editor_templateInput__8vBcS:focus{outline:none;border-color:#667eea}.editor_templateInput__8vBcS:disabled{background-color:#f8f9fa;color:#6c757d}.editor_urlInput__MlI52{flex:1 1;padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .2s}.editor_urlInput__MlI52:focus{outline:none;border-color:#667eea}.editor_urlInput__MlI52:disabled{background-color:#f8f9fa;color:#6c757d}.editor_testUrlText__ZoiI2{border-radius:4px;max-width:300px}.editor_testUrlDisplay__uL1gy,.editor_testUrlText__ZoiI2{padding:.75rem;color:#495057;font-size:.9rem;font-family:monospace;background:#f8f9fa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor_testUrlDisplay__uL1gy{flex:1 1;border:2px solid #e9ecef;border-radius:6px}.editor_testUrlDisplay__uL1gy span{display:block}.editor_testButton__V9TeF{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s;white-space:nowrap}.editor_testButton__V9TeF:hover:not(:disabled){opacity:.9}.editor_testButton__V9TeF:disabled{opacity:.6;cursor:not-allowed}.editor_downloadButton__gMHRc{background:linear-gradient(135deg,#28a745,#20c997);color:white;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s;white-space:nowrap}.editor_downloadButton__gMHRc:hover:not(:disabled){opacity:.9}.editor_downloadButton__gMHRc:disabled{opacity:.6;cursor:not-allowed}.editor_status__TthmI{background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:6px}.editor_error__zmeC8,.editor_status__TthmI{margin-top:1rem;padding:.75rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.editor_error__zmeC8{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px}.editor_notification__UQNzV{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;max-width:400px;font-size:.9rem;line-height:1.4;animation:editor_slideIn__KAVE9 .3s ease-out;display:flex;align-items:flex-start;gap:.5rem}.editor_notification__UQNzV.editor_success__d0YLt{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.editor_notification__UQNzV.editor_error__zmeC8{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.editor_notificationClose__gfjDy{background:none;border:none;font-size:1.2rem;line-height:1;cursor:pointer;padding:0;margin-left:auto;color:inherit;opacity:.7;transition:opacity .2s}.editor_notificationClose__gfjDy:hover{opacity:1}@keyframes editor_slideIn__KAVE9{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.editor_errorStatus__GUmqV{position:fixed;top:20px;right:20px;padding:.75rem 1rem;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000;font-size:.9rem;animation:editor_slideIn__KAVE9 .3s ease-out;max-width:300px}.editor_controlsRow__6v6GM{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.editor_checkboxLabel__2j3Jm{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#495057;white-space:nowrap;cursor:pointer}.editor_checkboxLabel__2j3Jm input[type=checkbox]{margin:0;cursor:pointer}.editor_checkboxLabel__2j3Jm input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.editor_controlsRow__6v6GM{flex-direction:column;align-items:stretch}.editor_checkboxLabel__2j3Jm{justify-content:center}}