.code-editor-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;pointer-events:none}.code-editor-popup{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000004d;width:100%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto}.code-editor-popup__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.code-editor-popup__title{margin:0;font-size:16px;font-weight:600;color:#1f2937}.code-editor-popup__close-btn{background:transparent;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px 8px;line-height:1;border-radius:4px;transition:all .2s}.code-editor-popup__close-btn:hover{background:#e5e7eb;color:#1f2937}.code-editor-popup__content{flex:1;padding:16px;overflow:hidden;display:flex;flex-direction:column;background:#f9fafb}.code-editor-popup__code-wrapper{display:flex;flex-direction:column;width:100%;height:auto;max-height:calc(80vh - 160px);overflow:auto;background:#1e1e1e;border-radius:4px}.code-editor-popup__code-header,.code-editor-popup__code-footer{font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;color:#9cdcfe;padding:0 12px;-webkit-user-select:none;user-select:none;white-space:pre;background:#1e1e1e}.code-editor-popup__code-header{padding-top:12px;padding-bottom:4px}.code-editor-popup__code-footer{padding-top:4px;padding-bottom:12px}.code-editor-popup__code-wrapper .cm-editor{font-family:Consolas,Monaco,Courier New,monospace;font-size:14px}.code-editor-popup__code-wrapper .cm-scroller{overflow:auto;max-height:none}.code-editor-popup__code-wrapper .cm-content{padding:4px 0}.code-editor-popup__footer{padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:space-between}.code-editor-popup__hint{font-size:12px;color:#6b7280}.code-editor-popup__actions{display:flex;gap:8px}.code-editor-popup__btn{padding:8px 16px;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.code-editor-popup__btn--cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.code-editor-popup__btn--cancel:hover{background:#f3f4f6;border-color:#9ca3af}.code-editor-popup__btn--save{background:#3b82f6;color:#fff}.code-editor-popup__btn--save:hover{background:#2563eb}@media (max-width: 768px){.code-editor-popup{max-width:100%;max-height:90vh}.code-editor-popup__code-wrapper .cm-editor{font-size:13px}.code-editor-popup__hint{display:none}}
