.btn.svelte-arwy4t.svelte-arwy4t{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);font-family:var(--font-family-base);font-weight:var(--font-weight-semibold);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);position:relative;white-space:nowrap;user-select:none}.btn.svelte-arwy4t.svelte-arwy4t:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn.sm.svelte-arwy4t.svelte-arwy4t{padding:var(--spacing-sm) var(--spacing-lg);font-size:var(--font-size-sm);height:32px}.btn.md.svelte-arwy4t.svelte-arwy4t{padding:var(--spacing-md) var(--spacing-xl);font-size:var(--font-size-base);height:40px}.btn.lg.svelte-arwy4t.svelte-arwy4t{padding:var(--spacing-lg) var(--spacing-2xl);font-size:var(--font-size-lg);height:48px}.btn.full-width.svelte-arwy4t.svelte-arwy4t{width:100%}.btn.primary.svelte-arwy4t.svelte-arwy4t{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;box-shadow:var(--shadow-sm)}.btn.primary.svelte-arwy4t.svelte-arwy4t:hover:not(:disabled):not(.loading){transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn.primary.svelte-arwy4t.svelte-arwy4t:active:not(:disabled):not(.loading){transform:translateY(0);box-shadow:var(--shadow-sm)}.btn.secondary.svelte-arwy4t.svelte-arwy4t{background:var(--color-neutral-100);color:var(--color-text-primary);border:2px solid var(--color-neutral-300)}.btn.secondary.svelte-arwy4t.svelte-arwy4t:hover:not(:disabled):not(.loading){background:var(--color-neutral-200);border-color:var(--color-primary)}.btn.ghost.svelte-arwy4t.svelte-arwy4t{background:transparent;color:var(--color-primary)}.btn.ghost.svelte-arwy4t.svelte-arwy4t:hover:not(:disabled):not(.loading){background:var(--color-primary-lighter)}.btn.danger.svelte-arwy4t.svelte-arwy4t{background:var(--color-error);color:#fff;box-shadow:var(--shadow-sm)}.btn.danger.svelte-arwy4t.svelte-arwy4t:hover:not(:disabled):not(.loading){background:#d32f2f;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn.success.svelte-arwy4t.svelte-arwy4t{background:var(--color-success);color:#fff;box-shadow:var(--shadow-sm)}.btn.success.svelte-arwy4t.svelte-arwy4t:hover:not(:disabled):not(.loading){background:#43a047;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn.svelte-arwy4t.svelte-arwy4t:disabled,.btn.disabled.svelte-arwy4t.svelte-arwy4t{opacity:.5;cursor:not-allowed;pointer-events:none}.btn.loading.svelte-arwy4t.svelte-arwy4t{cursor:wait}.btn.loading.svelte-arwy4t .label.svelte-arwy4t{opacity:.7}.spinner.svelte-arwy4t.svelte-arwy4t{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:svelte-arwy4t-spin .6s linear infinite}@keyframes svelte-arwy4t-spin{to{transform:rotate(360deg)}}.icon.svelte-arwy4t.svelte-arwy4t{display:flex;align-items:center;font-size:1.2em}.rule-card.svelte-356tuc.svelte-356tuc{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .2s}.rule-card.svelte-356tuc.svelte-356tuc:hover{box-shadow:0 4px 16px #00000026}.rule-header.svelte-356tuc.svelte-356tuc{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.rule-title.svelte-356tuc.svelte-356tuc{display:flex;align-items:center;gap:.75rem;flex:1}.rule-title.svelte-356tuc h3.svelte-356tuc{margin:0;font-size:1.1rem;color:#333;word-break:break-word}.priority-badge.svelte-356tuc.svelte-356tuc{color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.rule-actions.svelte-356tuc.svelte-356tuc{display:flex;gap:.5rem}.icon-btn.svelte-356tuc.svelte-356tuc{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;opacity:.7;transition:opacity .2s}.icon-btn.svelte-356tuc.svelte-356tuc:hover{opacity:1}.icon-btn.delete.svelte-356tuc.svelte-356tuc:hover{filter:brightness(1.2)}.rule-type.svelte-356tuc.svelte-356tuc{display:flex;gap:.5rem;margin-bottom:.75rem;font-size:.9rem}.label.svelte-356tuc.svelte-356tuc{font-weight:600;color:#666}.value.svelte-356tuc.svelte-356tuc{color:#d84315;font-weight:500}.rule-description.svelte-356tuc.svelte-356tuc{color:#555;line-height:1.6;margin:.75rem 0}.rule-action.svelte-356tuc.svelte-356tuc,.rule-pattern.svelte-356tuc.svelte-356tuc{display:flex;gap:.5rem;align-items:center;margin:.5rem 0;font-size:.9rem}code.svelte-356tuc.svelte-356tuc{background:#f5f5f5;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;color:#d84315;font-family:Courier New,monospace}.rule-examples.svelte-356tuc.svelte-356tuc{margin-top:1rem;border-top:1px solid #e0e0e0;padding-top:1rem}.rule-examples.svelte-356tuc summary.svelte-356tuc{cursor:pointer;font-weight:600;color:#666;margin-bottom:.5rem}.rule-examples.svelte-356tuc ul.svelte-356tuc{list-style:none;padding:0;margin:.5rem 0 0}.rule-examples.svelte-356tuc li.svelte-356tuc{background:#f9f9f9;padding:.75rem;margin:.5rem 0;border-radius:6px;font-size:.9rem;line-height:1.5}.rule-examples.svelte-356tuc strong.svelte-356tuc{color:#666}.modal-backdrop.svelte-26enf7.svelte-26enf7{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal.svelte-26enf7.svelte-26enf7{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header.svelte-26enf7.svelte-26enf7{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header.svelte-26enf7 h2.svelte-26enf7{margin:0;font-size:1.5rem;color:#333}.close-btn.svelte-26enf7.svelte-26enf7{background:none;border:none;font-size:2rem;cursor:pointer;color:#999;line-height:1;padding:0;width:32px;height:32px;transition:color .2s}.close-btn.svelte-26enf7.svelte-26enf7:hover{color:#d84315}.modal-body.svelte-26enf7.svelte-26enf7{padding:1.5rem}.form-group.svelte-26enf7.svelte-26enf7{margin-bottom:1.25rem}.form-row.svelte-26enf7.svelte-26enf7{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label.svelte-26enf7.svelte-26enf7{display:block;font-weight:600;margin-bottom:.5rem;color:#555;font-size:.9rem}input.svelte-26enf7.svelte-26enf7,select.svelte-26enf7.svelte-26enf7,textarea.svelte-26enf7.svelte-26enf7{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}input.svelte-26enf7.svelte-26enf7:focus,select.svelte-26enf7.svelte-26enf7:focus,textarea.svelte-26enf7.svelte-26enf7:focus{outline:none;border-color:#d84315}textarea.svelte-26enf7.svelte-26enf7{resize:vertical}.info-box.svelte-26enf7.svelte-26enf7{background:#fff3e0;border:1px solid #ffb74d;border-radius:8px;padding:1rem;margin-top:1rem;font-size:.9rem;color:#e65100}.info-box.svelte-26enf7 strong.svelte-26enf7{display:block;margin-bottom:.25rem}.modal-footer.svelte-26enf7.svelte-26enf7{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.btn.svelte-26enf7.svelte-26enf7{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn.svelte-26enf7.svelte-26enf7:disabled{opacity:.5;cursor:not-allowed}.btn-secondary.svelte-26enf7.svelte-26enf7{background:#f5f5f5;color:#666}.btn-secondary.svelte-26enf7.svelte-26enf7:hover:not(:disabled){background:#e0e0e0}.btn-primary.svelte-26enf7.svelte-26enf7{background:#d84315;color:#fff}.btn-primary.svelte-26enf7.svelte-26enf7:hover:not(:disabled){background:#bf360c;transform:translateY(-1px);box-shadow:0 4px 12px #d843154d}@media (max-width: 768px){.modal.svelte-26enf7.svelte-26enf7{margin:1rem}.form-row.svelte-26enf7.svelte-26enf7{grid-template-columns:1fr}}.badge.svelte-1qcecea{display:inline-flex;align-items:center;justify-content:center;font-weight:var(--font-weight-semibold);border-radius:var(--radius-lg);white-space:normal;word-wrap:break-word;transition:all var(--transition-fast);line-height:1.4;text-align:center;max-width:100%}.badge.sm.svelte-1qcecea{padding:.375rem .75rem;font-size:var(--font-size-xs);min-width:20px;min-height:28px}.badge.md.svelte-1qcecea{padding:.5rem 1rem;font-size:var(--font-size-sm);min-width:24px;min-height:32px}.badge.lg.svelte-1qcecea{padding:.625rem 1.25rem;font-size:var(--font-size-base);min-width:32px;min-height:40px}.badge.dot.svelte-1qcecea{padding:0;width:8px;height:8px;min-width:8px}.badge.dot.md.svelte-1qcecea{width:10px;height:10px;min-width:10px}.badge.dot.lg.svelte-1qcecea{width:12px;height:12px;min-width:12px}.badge.default.svelte-1qcecea{background:var(--color-neutral-200);color:var(--color-neutral-700)}.badge.primary.svelte-1qcecea{background:var(--color-primary);color:#fff}.badge.success.svelte-1qcecea{background:var(--color-success);color:#fff}.badge.warning.svelte-1qcecea{background:var(--color-warning);color:#fff}.badge.error.svelte-1qcecea{background:var(--color-error);color:#fff}.badge.info.svelte-1qcecea{background:var(--color-info);color:#fff}.badge.pulse.svelte-1qcecea{animation:svelte-1qcecea-pulse 2s infinite}.badge.pulse.svelte-1qcecea:after{content:"";position:absolute;inset:0;border-radius:var(--radius-full);animation:svelte-1qcecea-pulseRing 2s infinite;background:currentColor;opacity:.5}@keyframes svelte-1qcecea-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes svelte-1qcecea-pulseRing{0%{transform:scale(1);opacity:.5}80%,to{transform:scale(1.4);opacity:0}}.polish-summary.svelte-15yooax.svelte-15yooax{background:var(--color-surface, #f8f9fa);border:2px solid var(--color-primary, #d84315);border-radius:8px;padding:1.5rem;margin-bottom:1rem;max-height:400px;overflow-y:auto}.summary-header.svelte-15yooax h3.svelte-15yooax{margin:0 0 .5rem;color:var(--color-primary, #d84315);font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.summary-text.svelte-15yooax.svelte-15yooax{margin:0 0 1rem;color:var(--color-text-secondary, #666);font-size:.95rem;line-height:1.5;padding:.75rem;background:#fff;border-radius:4px;border-left:3px solid var(--color-primary, #d84315)}.changes-list.svelte-15yooax.svelte-15yooax{margin-top:1rem}.changes-list.svelte-15yooax h4.svelte-15yooax{margin:0 0 1rem;color:var(--color-text-primary, #333);font-size:1rem;font-weight:600}.change-item.svelte-15yooax.svelte-15yooax{background:#fff;border-radius:6px;padding:1rem;margin-bottom:.75rem;border:1px solid var(--color-border, #e0e0e0);transition:box-shadow .2s}.change-item.svelte-15yooax.svelte-15yooax:hover{box-shadow:0 2px 8px #0000001a}.change-header.svelte-15yooax.svelte-15yooax{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.change-number.svelte-15yooax.svelte-15yooax{font-size:.85rem;color:var(--color-text-disabled, #999);font-weight:500}.change-description.svelte-15yooax.svelte-15yooax{margin:0 0 .75rem;color:var(--color-text-primary, #333);font-size:.9rem;line-height:1.5}.change-diff.svelte-15yooax.svelte-15yooax{display:grid;gap:.75rem}.diff-section.svelte-15yooax.svelte-15yooax{border-radius:4px;overflow:hidden}.diff-section.svelte-15yooax label.svelte-15yooax{display:block;font-size:.75rem;font-weight:600;padding:.4rem .6rem;margin:0}.diff-section.before.svelte-15yooax.svelte-15yooax{background:#ffebee}.diff-section.before.svelte-15yooax label.svelte-15yooax{background:#ef5350;color:#fff}.diff-section.after.svelte-15yooax.svelte-15yooax{background:#e8f5e9}.diff-section.after.svelte-15yooax label.svelte-15yooax{background:#66bb6a;color:#fff}.diff-section.svelte-15yooax pre.svelte-15yooax{margin:0;padding:.75rem;overflow-x:auto;background:transparent}.diff-section.svelte-15yooax code.svelte-15yooax{font-family:Courier New,monospace;font-size:.85rem;line-height:1.5;color:var(--color-text-primary, #333)}@media (max-width: 768px){.polish-summary.svelte-15yooax.svelte-15yooax{padding:1rem}.change-header.svelte-15yooax.svelte-15yooax{flex-direction:column;align-items:flex-start;gap:.5rem}}.markdown-editor.svelte-ylh47.svelte-ylh47{display:flex;flex-direction:column;height:100%;min-height:300px;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #d0d7de}.markdown-editor.edit-mode.svelte-ylh47.svelte-ylh47{border-color:#0969da;box-shadow:0 0 0 1px #0969da}.editor-toolbar.svelte-ylh47.svelte-ylh47{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f6f8fa;border-bottom:1px solid #d0d7de;gap:8px;flex-shrink:0;min-height:48px}.toolbar-left.svelte-ylh47.svelte-ylh47,.toolbar-right.svelte-ylh47.svelte-ylh47{display:flex;align-items:center;gap:8px}.mode-toggle.svelte-ylh47.svelte-ylh47{display:flex;background:#e1e4e8;border-radius:6px;padding:2px}.mode-btn.svelte-ylh47.svelte-ylh47{display:flex;align-items:center;gap:4px;padding:6px 12px;border:none;border-radius:4px;background:transparent;color:#57606a;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.mode-btn.svelte-ylh47.svelte-ylh47:hover:not(.active){background:#ffffff80;color:#24292f}.mode-btn.active.svelte-ylh47.svelte-ylh47{background:#fff;color:#0969da;box-shadow:0 1px 3px #0000001a}.mode-icon.svelte-ylh47.svelte-ylh47{font-size:14px}.mode-label.svelte-ylh47.svelte-ylh47{font-size:13px}.toolbar-btn.svelte-ylh47.svelte-ylh47{padding:6px 12px;border:1px solid #d0d7de;border-radius:6px;background:#fff;color:#24292f;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:4px}.toolbar-btn.svelte-ylh47.svelte-ylh47:hover{background:#f3f4f6;border-color:#afb8c1}.toolbar-btn.svelte-ylh47.svelte-ylh47:disabled{opacity:.5;cursor:not-allowed}.editor-main.svelte-ylh47.svelte-ylh47{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.edit-pane.svelte-ylh47.svelte-ylh47{flex:1;display:flex;min-height:0}.markdown-textarea.svelte-ylh47.svelte-ylh47{flex:1;width:100%;height:100%;padding:16px 20px;border:none;resize:none;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:14px;line-height:1.6;color:#24292f;outline:none;overflow-y:auto;background:#fafbfc}.markdown-textarea.svelte-ylh47.svelte-ylh47::placeholder{color:#8b949e}.markdown-textarea.svelte-ylh47.svelte-ylh47:disabled{background:#f6f8fa;cursor:not-allowed}.markdown-textarea.svelte-ylh47.svelte-ylh47:focus{background:#fff}.preview-pane.svelte-ylh47.svelte-ylh47{flex:1;overflow-y:auto;background:#fff}.preview-pane.svelte-ylh47 .markdown-viewer{padding:16px 20px;max-width:none;margin:0;min-height:100%}.editor-footer.svelte-ylh47.svelte-ylh47{padding:6px 12px;background:#f6f8fa;border-top:1px solid #d0d7de;flex-shrink:0;font-size:12px;color:#57606a}.editor-footer.svelte-ylh47 kbd.svelte-ylh47{display:inline-block;padding:2px 5px;font-size:11px;font-family:ui-monospace,monospace;background:#e1e4e8;border:1px solid #d0d7de;border-radius:3px;box-shadow:inset 0 -1px #d0d7de}.polish-dropdown.svelte-ylh47.svelte-ylh47{position:relative}.polish-btn.svelte-ylh47.svelte-ylh47{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.polish-btn.svelte-ylh47.svelte-ylh47:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#63408b);box-shadow:0 2px 8px #667eea4d}.spinner.svelte-ylh47.svelte-ylh47{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-ylh47-spin .8s linear infinite}@keyframes svelte-ylh47-spin{to{transform:rotate(360deg)}}.polish-menu.svelte-ylh47.svelte-ylh47{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 8px 24px #00000026;min-width:280px;z-index:1000;overflow:hidden}.polish-menu-header.svelte-ylh47.svelte-ylh47{padding:12px 16px;background:#f6f8fa;border-bottom:1px solid #d0d7de;display:flex;flex-direction:column;gap:8px}.polish-menu-header.svelte-ylh47 strong.svelte-ylh47{color:#24292f;font-size:13px}.selection-info.svelte-ylh47.svelte-ylh47{font-size:12px;color:#667eea;font-weight:500;padding:4px 8px;background:#667eea1a;border-radius:4px;display:inline-block}.context-toggle.svelte-ylh47.svelte-ylh47{display:flex;align-items:center;gap:6px;font-size:12px;color:#57606a;cursor:pointer}.polish-menu-item.svelte-ylh47.svelte-ylh47{width:100%;padding:12px 16px;border:none;background:#fff;color:#24292f;text-align:left;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:10px;font-size:14px;border-bottom:1px solid #f6f8fa}.polish-menu-item.svelte-ylh47.svelte-ylh47:hover{background:#f6f8fa}.polish-menu-item.svelte-ylh47.svelte-ylh47:last-child{border-bottom:none}.polish-icon.svelte-ylh47.svelte-ylh47{font-size:18px;flex-shrink:0}.polish-label.svelte-ylh47.svelte-ylh47{flex:1}.fullscreen-btn.svelte-ylh47.svelte-ylh47{background:#24292f;color:#fff;border-color:#24292f}.fullscreen-btn.svelte-ylh47.svelte-ylh47:hover{background:#32383f;border-color:#32383f}.markdown-editor.fullscreen.svelte-ylh47.svelte-ylh47{position:fixed;inset:0;width:100vw;height:100vh;z-index:9999;border-radius:0;margin:0;border:none;display:flex;flex-direction:column}.markdown-editor.fullscreen.svelte-ylh47 .editor-toolbar.svelte-ylh47{padding:10px 20px;min-height:52px}.markdown-editor.fullscreen.svelte-ylh47 .editor-main.svelte-ylh47{flex:1;min-height:0}.markdown-editor.fullscreen.svelte-ylh47 .markdown-textarea.svelte-ylh47{padding:20px 24px;font-size:15px}.markdown-editor.fullscreen.svelte-ylh47 .preview-pane.svelte-ylh47 .markdown-viewer{padding:20px 24px;max-width:100%}.markdown-editor.fullscreen.svelte-ylh47 .editor-footer.svelte-ylh47{padding:8px 20px}.markdown-editor.fullscreen.svelte-ylh47 .fullscreen-btn.svelte-ylh47{background:#0969da;border-color:#0969da}.markdown-editor.fullscreen.svelte-ylh47 .fullscreen-btn.svelte-ylh47:hover{background:#0860c4;border-color:#0860c4}.plaintext-mode.svelte-ylh47.svelte-ylh47{min-height:120px}.plaintext-mode.svelte-ylh47 .editor-main.svelte-ylh47{min-height:80px}.markdown-textarea.plaintext.svelte-ylh47.svelte-ylh47{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;padding:12px 16px;background:#fff}.plaintext-mode.svelte-ylh47 .editor-footer.svelte-ylh47{padding:4px 10px}@media (max-width: 768px){.markdown-editor.svelte-ylh47.svelte-ylh47{border-radius:0}.editor-toolbar.svelte-ylh47.svelte-ylh47{padding:8px 10px;flex-wrap:wrap;gap:6px}.toolbar-left.svelte-ylh47.svelte-ylh47,.toolbar-right.svelte-ylh47.svelte-ylh47{flex-wrap:wrap;gap:6px}.mode-toggle.svelte-ylh47.svelte-ylh47{flex:1;min-width:140px}.mode-btn.svelte-ylh47.svelte-ylh47{flex:1;justify-content:center;padding:8px 10px}.toolbar-btn.svelte-ylh47.svelte-ylh47{padding:8px 10px;font-size:12px}.polish-dropdown.svelte-ylh47.svelte-ylh47{flex:1;min-width:110px}.polish-btn.svelte-ylh47.svelte-ylh47{width:100%;justify-content:center}.polish-menu.svelte-ylh47.svelte-ylh47{inset:auto 0 0;min-width:auto;max-width:100vw;border-radius:12px 12px 0 0;position:fixed;max-height:80vh;overflow-y:auto}.markdown-textarea.svelte-ylh47.svelte-ylh47{font-size:16px;padding:14px 16px}.editor-footer.svelte-ylh47.svelte-ylh47{padding:6px 10px;font-size:11px}}@media (max-width: 480px){.mode-label.svelte-ylh47.svelte-ylh47{display:none}.mode-btn.svelte-ylh47.svelte-ylh47{padding:8px 12px}.toolbar-btn.svelte-ylh47.svelte-ylh47{padding:6px 10px;font-size:12px}}body.markdown-editor-fullscreen-active{overflow:hidden!important}body.markdown-editor-fullscreen-active .editor-container,body.markdown-editor-fullscreen-active .modal,body.markdown-editor-fullscreen-active .admin-layout{visibility:hidden}body.markdown-editor-fullscreen-active .markdown-editor.fullscreen{visibility:visible!important;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:99999!important;background:#fff!important}.markdown-pane.svelte-xuw7h6{width:100%;height:100%;min-height:700px;display:flex;flex-direction:column}.view-mode.svelte-xuw7h6{display:flex;flex-direction:column;height:100%;min-height:700px}.view-header.svelte-xuw7h6{padding:12px 16px;background:#f6f8fa;border-bottom:1px solid #d0d7de;display:flex;justify-content:flex-end}.edit-btn.svelte-xuw7h6{padding:6px 12px;border:1px solid #d0d7de;border-radius:6px;background:#fff;color:#24292f;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.edit-btn.svelte-xuw7h6:hover{background:#f3f4f6;border-color:#afb8c1}
