*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.6;color:#1a1a2e;background:#f8f9fa;-webkit-font-smoothing:antialiased}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}[contenteditable]:focus{outline:none}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-rgb: 37, 99, 235;--color-danger: #ef4444;--color-border: #e2e8f0;--color-surface: #ffffff;--color-surface-2: #f1f5f9;--color-surface-3: #e8edf5;--color-text: #1e293b;--color-text-muted: #64748b;--color-text-faint: #94a3b8;--radius-sm: 3px;--radius-md: 5px;--radius-lg: 7px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--topbar-height: 52px;--section-gradient: linear-gradient(145deg, #f8fbff 0%, #eff6ff 100%);--block-gradient: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);--block-hover-bg: linear-gradient(145deg, #f0f7ff 0%, #e8f2ff 100%);--pill-bg: rgba(255, 255, 255, .92);--pill-border: rgba(37, 99, 235, .18);--pill-shadow: 0 2px 8px rgba(37, 99, 235, .12), 0 1px 3px rgba(0,0,0,.06);--pill-radius: 20px;--transition-controls: opacity .18s ease, transform .18s ease;--color-primary-light: #3b82f6;--color-primary-icon: #60a5fa;--color-primary-border: #bfdbfe;--color-primary-border-hover: #93c5fd;--color-primary-bg: #eff6ff;--color-primary-bg-deep: #dbeafe;--color-primary-glow: rgba(37, 99, 235, .1);--color-danger-bg: #fee2e2;--color-success: #34d399;--callout-info-bg: #eff6ff;--callout-info-border: #93c5fd;--callout-info-icon: #3b82f6;--callout-info-title: #1d4ed8;--callout-warning-bg: #fffbeb;--callout-warning-border: #fcd34d;--callout-warning-icon: #f59e0b;--callout-warning-title: #92400e;--callout-danger-bg: #fff1f2;--callout-danger-border: #fca5a5;--callout-danger-icon: #ef4444;--callout-danger-title: #991b1b;--callout-tip-bg: #f0fdf4;--callout-tip-border: #86efac;--callout-tip-icon: #22c55e;--callout-tip-title: #166534;--dark-bg: #0f172a;--dark-surface: #1e293b;--dark-border: #334155;--dark-icon: #475569;--dark-text-muted: #64748b;--dark-text: #94a3b8;--dark-text-bright: #e2e8f0}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-topbar{position:relative;height:var(--topbar-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:0 20px;gap:12px;flex-shrink:0;box-shadow:var(--shadow-sm);z-index:10}.app-topbar__actions{margin-left:auto;display:flex;align-items:center;gap:8px}.app-topbar__filename-wrapper{display:flex;align-items:center;gap:6px;color:var(--color-text-muted);padding-left:12px;border-left:1px solid var(--color-border)}.app-topbar__filename-wrapper svg{width:14px;height:14px;flex-shrink:0}.app-topbar__filename{font-size:13px}.app-topbar__btn{font-size:13px;padding:5px 12px}.app-topbar__sep{width:1px;height:20px;background:var(--color-border);flex-shrink:0}.app-topbar__theme-select{font-size:12px;font-weight:500;color:var(--color-text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:4px 8px;cursor:pointer;outline:none;transition:border-color .15s,color .15s}.app-topbar__theme-select:hover,.app-topbar__theme-select:focus{border-color:var(--color-primary-border-hover);color:var(--color-text)}.app-topbar__logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:17px;color:var(--color-primary);letter-spacing:-.3px}.app-topbar__tagline{font-size:11px;font-weight:400;color:var(--color-text-faint);letter-spacing:0;padding-left:6px;border-left:1px solid var(--color-border);white-space:nowrap}.app-workspace{flex:1;display:flex;overflow:hidden;min-height:0}.app-divider{width:1px;background:var(--color-border);flex-shrink:0}.btn{position:relative;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:500;transition:background .15s,color .15s,box-shadow .18s;white-space:nowrap;overflow:hidden}.btn:after,.add-section-bar__btn:after,.add-document-btn:after,.insert-document-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(var(--color-primary-rgb),.12) 50%,transparent 65%);transform:translate(-100%);transition:transform 0s;pointer-events:none}.btn:hover:after,.add-section-bar__btn:hover:after,.add-document-btn:hover:after,.insert-document-btn:hover:after{transform:translate(100%);transition:transform .45s ease}.btn--primary:after{background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.22) 50%,transparent 65%)}.btn--secondary{background:var(--color-surface-2);color:var(--color-text-muted);border:1px solid var(--color-border)}.btn--secondary:hover{background:var(--color-surface-3);color:var(--color-text);border-color:var(--color-primary-border-hover)}.btn--primary{background:var(--color-primary);color:var(--color-surface);box-shadow:0 1px 2px #2563eb40}.btn--primary:hover{background:var(--color-primary-hover);box-shadow:0 4px 14px #2563eb66,0 1px 3px #2563eb33}.btn--primary:after{background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.22) 50%,transparent 60%)}.btn--primary:focus-visible{outline:2px solid var(--color-primary-border-hover);outline-offset:2px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-sm);color:var(--color-text-muted);transition:background .12s,color .12s;flex-shrink:0}.icon-btn:hover{background:var(--color-surface-3);color:var(--color-text)}.icon-btn.is-active{background:var(--color-primary-bg-deep);color:var(--color-primary)}.icon-btn.is-danger:hover{background:var(--color-danger-bg);color:var(--color-danger)}.block-catalog-overlay{position:fixed;inset:0;background:#0f172a66;z-index:100;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px);animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.block-catalog{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:400px;max-width:90vw;animation:slideUp .18s ease}@keyframes slideUp{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.block-catalog__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--color-border)}.block-catalog__title{font-size:15px;font-weight:600;color:var(--color-text)}.block-catalog__close{width:28px;height:28px}.block-catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px}.block-catalog__card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;border-radius:var(--radius-md);border:1.5px solid var(--color-border);background:var(--color-surface);transition:border-color .15s,background .15s,transform .1s;cursor:pointer}.block-catalog__card:hover{border-color:var(--color-primary);background:var(--color-primary-bg);transform:translateY(-1px)}.block-catalog__card-icon{font-size:22px;font-weight:700;color:var(--color-primary);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-primary-bg-deep);border-radius:var(--radius-md)}.block-catalog__card-label{font-size:12px;font-weight:500;color:var(--color-text-muted)}.sortable-ghost{opacity:.35;background:var(--color-primary-bg-deep);border-radius:var(--radius-md)}.sortable-chosen{box-shadow:var(--shadow-md)}.drag-handle{cursor:grab;color:var(--color-text-faint);display:flex;align-items:center;justify-content:center;padding:4px;border-radius:var(--radius-sm);transition:color .12s;flex-shrink:0}.drag-handle:hover{color:var(--color-text-muted)}.drag-handle:active{cursor:grabbing}[data-theme=midnight]{--color-primary: #06b6d4;--color-primary-hover: #0891b2;--color-primary-rgb: 6, 182, 212;--color-primary-light: #22d3ee;--color-primary-icon: #67e8f9;--color-primary-border: #164e63;--color-primary-border-hover: #155e75;--color-primary-bg: #0c1929;--color-primary-bg-deep: #0e2133;--color-primary-glow: rgba(6, 182, 212, .15);--color-surface: #0f172a;--color-surface-2: #0b1120;--color-surface-3: #162032;--color-border: #1e3048;--color-text: #e2e8f0;--color-text-muted: #7890a8;--color-text-faint: #3d5570;--color-danger: #f87171;--color-danger-bg: #2a1010;--color-success: #34d399;--section-gradient: linear-gradient(145deg, #0f172a 0%, #111e30 100%);--block-gradient: linear-gradient(145deg, #0f172a 0%, #111c2e 100%);--block-hover-bg: linear-gradient(145deg, #111e30 0%, #132338 100%);--pill-bg: rgba(15, 23, 42, .92);--pill-border: rgba(6, 182, 212, .2);--pill-shadow: 0 2px 8px rgba(6, 182, 212, .12), 0 1px 3px rgba(0,0,0,.2);--dark-bg: #060d18;--dark-surface: #0b1422;--dark-border: #1a2d42;--dark-icon: #2a4560;--dark-text-muted: #3d5570;--dark-text: #7890a8;--dark-text-bright: #cbd5e1;--callout-info-bg: #0c1f2e;--callout-info-border: #1e4a6a;--callout-info-icon: #38bdf8;--callout-info-title: #7dd3fc;--callout-warning-bg: #1a1505;--callout-warning-border: #713f12;--callout-warning-icon: #fbbf24;--callout-warning-title: #fde68a;--callout-danger-bg: #1f0a0a;--callout-danger-border: #7f1d1d;--callout-danger-icon: #f87171;--callout-danger-title: #fca5a5;--callout-tip-bg: #071a0f;--callout-tip-border: #14532d;--callout-tip-icon: #4ade80;--callout-tip-title: #86efac}[data-theme=terminal]{--color-primary: #22c55e;--color-primary-hover: #16a34a;--color-primary-rgb: 34, 197, 94;--color-primary-light: #4ade80;--color-primary-icon: #86efac;--color-primary-border: #14532d;--color-primary-border-hover: #166534;--color-primary-bg: #071a0f;--color-primary-bg-deep: #052e16;--color-primary-glow: rgba(34, 197, 94, .12);--color-surface: #0a0f0a;--color-surface-2: #060c06;--color-surface-3: #0f180f;--color-border: #1a2e1a;--color-text: #ccffd8;--color-text-muted: #5a8c5a;--color-text-faint: #2a4a2a;--color-danger: #f87171;--color-danger-bg: #1f0a0a;--color-success: #22c55e;--section-gradient: linear-gradient(145deg, #0a0f0a 0%, #0c140c 100%);--block-gradient: linear-gradient(145deg, #0a0f0a 0%, #0b130b 100%);--block-hover-bg: linear-gradient(145deg, #0c140c 0%, #0e180e 100%);--pill-bg: rgba(10, 15, 10, .92);--pill-border: rgba(34, 197, 94, .18);--pill-shadow: 0 2px 8px rgba(34, 197, 94, .1), 0 1px 3px rgba(0,0,0,.3);--dark-bg: #040704;--dark-surface: #080d08;--dark-border: #142014;--dark-icon: #1e3a1e;--dark-text-muted: #2e5a2e;--dark-text: #5a8c5a;--dark-text-bright: #a3d9a3;--callout-info-bg: #071a0f;--callout-info-border: #14532d;--callout-info-icon: #22c55e;--callout-info-title: #86efac;--callout-warning-bg: #141200;--callout-warning-border: #3d3500;--callout-warning-icon: #a3e635;--callout-warning-title: #d9f99d;--callout-danger-bg: #1a0505;--callout-danger-border: #4d0e0e;--callout-danger-icon: #f87171;--callout-danger-title: #fca5a5;--callout-tip-bg: #071a0f;--callout-tip-border: #14532d;--callout-tip-icon: #4ade80;--callout-tip-title: #bbf7d0}[data-theme=rose]{--color-primary: #e11d48;--color-primary-hover: #be123c;--color-primary-rgb: 225, 29, 72;--color-primary-light: #f43f5e;--color-primary-icon: #fb7185;--color-primary-border: #fecdd3;--color-primary-border-hover: #fda4af;--color-primary-bg: #fff1f2;--color-primary-bg-deep: #ffe4e6;--color-primary-glow: rgba(225, 29, 72, .1);--color-surface: #ffffff;--color-surface-2: #fff5f6;--color-surface-3: #ffe4e6;--color-border: #ffe0e3;--color-text: #1c0a0e;--color-text-muted: #9f3248;--color-text-faint: #f9a8b4;--section-gradient: linear-gradient(145deg, #fff5f6 0%, #fff0f1 100%);--block-gradient: linear-gradient(145deg, #ffffff 0%, #fff5f6 100%);--block-hover-bg: linear-gradient(145deg, #fff0f1 0%, #ffe8ea 100%);--pill-bg: rgba(255, 255, 255, .92);--pill-border: rgba(225, 29, 72, .15);--pill-shadow: 0 2px 8px rgba(225, 29, 72, .1), 0 1px 3px rgba(0,0,0,.04)}[data-theme=amber]{--color-primary: #f59e0b;--color-primary-hover: #d97706;--color-primary-rgb: 245, 158, 11;--color-primary-light: #fbbf24;--color-primary-icon: #fcd34d;--color-primary-border: #451a03;--color-primary-border-hover: #78350f;--color-primary-bg: #1a0f00;--color-primary-bg-deep: #221400;--color-primary-glow: rgba(245, 158, 11, .15);--color-surface: #100c00;--color-surface-2: #0c0900;--color-surface-3: #181200;--color-border: #2a1e00;--color-text: #fef3c7;--color-text-muted: #8c6a00;--color-text-faint: #3d2e00;--color-danger: #f87171;--color-danger-bg: #1f0a0a;--color-success: #34d399;--section-gradient: linear-gradient(145deg, #100c00 0%, #140f00 100%);--block-gradient: linear-gradient(145deg, #100c00 0%, #130e00 100%);--block-hover-bg: linear-gradient(145deg, #181200 0%, #1c1500 100%);--pill-bg: rgba(16, 12, 0, .92);--pill-border: rgba(245, 158, 11, .2);--pill-shadow: 0 2px 8px rgba(245, 158, 11, .12), 0 1px 3px rgba(0,0,0,.3);--dark-bg: #060400;--dark-surface: #0a0700;--dark-border: #1e1500;--dark-icon: #2e2000;--dark-text-muted: #4a3800;--dark-text: #8c6a00;--dark-text-bright: #d4a800;--callout-info-bg: #0a0f1a;--callout-info-border: #1e3a6e;--callout-info-icon: #60a5fa;--callout-info-title: #93c5fd;--callout-warning-bg: #1a0f00;--callout-warning-border: #78350f;--callout-warning-icon: #f59e0b;--callout-warning-title: #fcd34d;--callout-danger-bg: #1a0505;--callout-danger-border: #7f1d1d;--callout-danger-icon: #f87171;--callout-danger-title: #fca5a5;--callout-tip-bg: #071a0f;--callout-tip-border: #14532d;--callout-tip-icon: #4ade80;--callout-tip-title: #86efac}[data-theme=storm]{--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-rgb: 59, 130, 246;--color-primary-light: #60a5fa;--color-primary-icon: #93c5fd;--color-primary-border: #1e3a5f;--color-primary-border-hover: #1d4ed8;--color-primary-bg: #0d1c30;--color-primary-bg-deep: #0f2240;--color-primary-glow: rgba(59, 130, 246, .15);--color-surface: #131820;--color-surface-2: #0f131a;--color-surface-3: #192030;--color-border: #1e2d42;--color-text: #dce6f0;--color-text-muted: #6688aa;--color-text-faint: #2a3d52;--color-danger: #f87171;--color-danger-bg: #1f0a0a;--color-success: #34d399;--section-gradient: linear-gradient(145deg, #131820 0%, #151c28 100%);--block-gradient: linear-gradient(145deg, #131820 0%, #141a25 100%);--block-hover-bg: linear-gradient(145deg, #17202e 0%, #1a2535 100%);--pill-bg: rgba(19, 24, 32, .92);--pill-border: rgba(59, 130, 246, .2);--pill-shadow: 0 2px 8px rgba(59, 130, 246, .12), 0 1px 3px rgba(0,0,0,.3);--dark-bg: #090d12;--dark-surface: #0d1118;--dark-border: #18232f;--dark-icon: #243040;--dark-text-muted: #3d5570;--dark-text: #6688aa;--dark-text-bright: #b8ccde;--callout-info-bg: #0d1c30;--callout-info-border: #1e3a5f;--callout-info-icon: #60a5fa;--callout-info-title: #93c5fd;--callout-warning-bg: #1a1200;--callout-warning-border: #4d3400;--callout-warning-icon: #fbbf24;--callout-warning-title: #fde68a;--callout-danger-bg: #1a0808;--callout-danger-border: #5a1a1a;--callout-danger-icon: #f87171;--callout-danger-title: #fca5a5;--callout-tip-bg: #071a0f;--callout-tip-border: #14532d;--callout-tip-icon: #4ade80;--callout-tip-title: #86efac}.editor-pane{flex:1;min-width:320px;display:flex;flex-direction:column;overflow-y:auto;background:var(--color-surface-2)}.documents-container{padding:32px 32px 8px;display:flex;flex-direction:column;gap:0}.document-editor{position:relative;display:flex;flex-direction:column;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:0 2px 12px #00000014,0 1px 4px #0000000a;border:1px solid var(--color-border);max-width:826px;width:100%;margin:0 auto 4px}.document-editor__header{display:flex;align-items:center;gap:8px;padding:12px 14px 12px 0;flex-shrink:0;position:relative;margin-top:40px;margin-bottom:20px}.document-editor__title{position:absolute;left:0;right:0;text-align:center;font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;caret-color:var(--color-primary);outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;padding-bottom:12px}.document-editor__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:3px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:2px}.document-editor__title[contenteditable=true]{pointer-events:auto}.document-editor__title:empty:before{content:attr(data-placeholder);-webkit-text-fill-color:var(--color-text-faint);pointer-events:none}.document-status-badge{flex-shrink:0;margin-left:auto;position:relative;z-index:1;font-size:11px;font-weight:600;letter-spacing:.04em;padding:2px 10px;border-radius:99px;border:1.5px solid;cursor:pointer;transition:opacity .15s,transform .12s}.document-status-badge:hover{opacity:.8;transform:scale(1.05)}.document-status-badge[data-status=draft]{color:var(--color-text-muted);border-color:var(--color-border);background:var(--color-surface-2)}.document-status-badge[data-status=review]{color:#d97706;border-color:#d97706;background:color-mix(in srgb,#d97706 12%,transparent)}.document-status-badge[data-status=done]{color:var(--color-success);border-color:var(--color-success);background:color-mix(in srgb,var(--color-success) 12%,transparent)}.document-delete-btn{position:absolute;top:-8px;right:-8px;z-index:1;opacity:0;transition:opacity .15s,background .15s,border-color .15s,color .15s,transform .15s}.document-editor:hover .document-delete-btn{opacity:1}.insert-document-btn{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:5px;width:calc(100% - 64px);max-width:826px;margin:0 auto 4px;padding:4px 10px;border:1px dashed var(--color-border);border-radius:var(--radius-md);background:transparent;color:var(--color-text-faint);font-size:11px;font-weight:500;letter-spacing:.03em;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.insert-document-btn:hover{color:var(--color-primary-light);border-color:var(--color-primary-border);background:var(--color-primary-bg)}.insert-document-btn svg{opacity:.6;width:12px;height:12px}.sections-container{padding:0 16px 8px;display:flex;flex-direction:column}.add-document-btn{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:6px;max-width:826px;width:calc(100% - 64px);margin:8px auto 32px;padding:9px;border:1px dashed var(--color-border);border-radius:var(--radius-lg);background:transparent;color:var(--color-text-faint);font-size:12px;font-weight:500;letter-spacing:.03em;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.section-editor{display:flex;flex-direction:row;background:var(--color-surface);border-radius:var(--radius-lg);position:relative;transition:border-color .2s,box-shadow .2s;border:solid 1px transparent}.section-editor:hover{border-color:var(--color-primary-hover)}.section-drag-handle{position:absolute;top:-11px;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;justify-content:center;width:48px;height:18px;border-radius:var(--radius-sm);cursor:grab;color:transparent;background:transparent;border:1px solid transparent;transition:color .15s,background .15s,border-color .15s}.section-editor:hover .section-drag-handle{color:var(--color-primary-icon);background:var(--color-surface);border-color:var(--color-primary-border-hover)}.section-drag-handle:hover{color:var(--color-primary-light)!important}.section-drag-handle:active{cursor:grabbing}.section-controls{position:absolute;top:-8px;right:-8px;z-index:10;display:flex;align-items:center;opacity:0;transition:var(--transition-controls);pointer-events:none}.section-editor:hover .section-controls{opacity:1;pointer-events:auto}.section-btn svg{width:13px;height:13px}.section-btn{width:24px;height:24px;border-radius:50%;background:var(--color-surface);border:1.5px solid var(--color-border);box-shadow:0 1px 4px #0000001f;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex;align-items:center;justify-content:center}.section-btn:hover{color:#fff;transform:scale(1.15)}.section-delete-btn{color:var(--color-danger)}.section-delete-btn:hover{background:var(--color-danger);border-color:var(--color-danger)}.section-duplicate-btn{color:var(--color-primary);border-color:var(--color-primary-border)}.section-duplicate-btn:hover{background:var(--color-primary);border-color:var(--color-primary)}.add-section-bar{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px}.add-section-bar__btn{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-text-muted);cursor:pointer;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.add-section-bar__btn:hover{border-color:var(--color-primary-border-hover);background:var(--color-primary-bg);color:var(--color-primary);box-shadow:0 2px 8px var(--color-primary-glow)}.add-section-bar__btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.add-document-btn:hover{border-color:var(--color-primary-border);color:var(--color-primary-light);background:linear-gradient(135deg,var(--color-primary-bg) 0%,var(--color-primary-bg) 100%)}.editor-pane::-webkit-scrollbar{width:6px}.editor-pane::-webkit-scrollbar-track{background:transparent}.editor-pane::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px;transition:background .15s}.editor-pane::-webkit-scrollbar-thumb:hover{background:var(--color-text-faint)}.toast-container{position:fixed;top:64px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{padding:9px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:500;box-shadow:0 4px 16px #00000024,0 1px 4px #00000014;border:1px solid transparent;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;max-width:320px}.toast--visible{opacity:1;transform:translateY(0)}.toast--success{background:#f0fdf4;border-color:#86efac;color:#166534}.toast--error{background:#fff1f2;border-color:#fca5a5;color:#991b1b}.toast--info{background:var(--color-primary-bg);border-color:var(--color-primary-border);color:var(--color-primary-hover)}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.heading-editor{display:flex;flex-direction:column;flex:1;min-width:0;padding:4px 52px 4px 16px;gap:6px}.heading-editor__levels{display:flex;gap:4px;max-height:0;overflow:hidden;opacity:0;transition:opacity .15s,max-height .15s}.heading-editor:focus-within .heading-editor__levels{opacity:1;max-height:32px;margin-top:4px}.heading-editor__level-btn{font-size:11px;font-weight:700;width:28px;height:24px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-text-muted);cursor:pointer;transition:all .12s}.heading-editor__level-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.heading-editor__level-btn.is-active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-surface)}.heading-editor__sep{width:1px;background:var(--color-border);margin:2px 4px;align-self:stretch}.heading-editor__color-btn{width:16px;height:16px;border-radius:50%;border:2px solid transparent;background:var(--swatch);cursor:pointer;transition:transform .12s,border-color .12s;flex-shrink:0;align-self:center}.heading-editor__color-btn:hover{transform:scale(1.2)}.heading-editor__color-btn.is-active{border-color:var(--color-text)}.heading-editor__input{width:100%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;caret-color:var(--color-primary);outline:none}.heading-editor__input[style*=color]{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.heading-editor__input:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none}.heading-editor__input--h1{font-size:1.6rem;font-weight:700;line-height:1.2}.heading-editor__input--h2{font-size:1.4rem;font-weight:600;line-height:1.3}.heading-editor__input--h3{font-size:1.2rem;font-weight:500;line-height:1.4}.text-editor{display:flex;flex-direction:column;flex:1;min-width:0}.text-editor__toolbar{display:flex;align-items:center;gap:2px;padding:0 12px;max-height:0;overflow:hidden;opacity:0;border-bottom:0px solid var(--color-border);background:var(--color-surface-2);flex-wrap:wrap;transition:opacity .15s,max-height .15s,padding .15s,border-bottom-width .15s}.text-editor:focus-within .text-editor__toolbar{opacity:1;max-height:40px;padding:4px 12px;border-bottom-width:1px}.text-editor__toolbar-sep{width:1px;height:16px;background:var(--color-border);margin:0 4px;flex-shrink:0}.text-editor__toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:12px;cursor:pointer;transition:background .12s,color .12s}.text-editor__toolbar-btn:hover{background:var(--color-surface-3);color:var(--color-text)}.text-editor__toolbar-btn.is-active{background:var(--color-primary-bg);color:var(--color-primary)}.text-editor__area{padding:2px 16px;color:var(--color-text);caret-color:var(--color-primary);line-height:1.7;font-size:14px;text-align:justify;outline:none}.text-editor__area:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none}.text-editor__area ul,.text-editor__area ol{padding-left:1.6em;display:flex;flex-direction:column;gap:2px}.text-editor__area ul{list-style:none}.text-editor__area ul li{position:relative;padding-left:.2em}.text-editor__area ul li:before{content:"";position:absolute;left:-1.1em;top:.62em;width:5px;height:5px;border-radius:50%;background:var(--color-primary)}.text-editor__area ul ul li:before{width:4px;height:4px;background:none;border:1.5px solid var(--color-primary);top:.64em}.text-editor__area ul ul ul li:before{width:4px;height:4px;background:var(--color-primary);border:none;border-radius:1px}.text-editor__area ol{list-style:none;counter-reset:ol-counter}.text-editor__area ol li{position:relative;padding-left:.2em;counter-increment:ol-counter}.text-editor__area ol li:before{content:counter(ol-counter) ".";position:absolute;left:-1.4em;top:0;font-size:.85em;font-weight:600;color:var(--color-primary);line-height:1.7}.text-editor__area li+li{margin-top:1px}.text-editor__area ul ul,.text-editor__area ol ol,.text-editor__area ul ol,.text-editor__area ol ul{margin-top:2px;padding-left:1.4em}.text-editor__area code{font-family:var(--font-mono, ui-monospace, monospace);font-size:.85em;background:var(--color-surface-3);border:1px solid var(--color-border);border-radius:3px;padding:1px 5px}.text-editor__float{position:fixed;display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--pill-bg);border:1px solid var(--pill-border);border-radius:var(--pill-radius);box-shadow:var(--pill-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .12s,transform .12s;white-space:nowrap}.text-editor__float.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.text-editor__float .text-editor__toolbar-btn{width:24px;height:24px}.text-editor__float .text-editor__toolbar-sep{height:14px}.shell-editor{display:flex;flex-direction:column;flex:1;min-width:0;border-radius:calc(var(--radius-lg) - 2px);background:var(--dark-bg);margin:6px 10px}.shell-editor__header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--dark-surface);border-bottom:1px solid var(--dark-border);border-radius:calc(var(--radius-lg) - 2px) calc(var(--radius-lg) - 2px) 0 0;min-height:36px}.shell-editor__term-icon{display:flex;align-items:center;color:var(--dark-text-muted);flex-shrink:0}.shell-editor__label{flex:1;font-size:12px;font-weight:500;color:var(--dark-text);caret-color:var(--color-primary-light);outline:none;white-space:nowrap;overflow:hidden}.shell-editor__label:empty:before{content:attr(data-placeholder);color:var(--dark-text-muted);pointer-events:none}.shell-editor__copy-btn{position:absolute;top:40px;right:6px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);color:var(--dark-icon);opacity:0;transition:opacity .15s,color .15s,background .15s}.section-editor:hover .shell-editor__copy-btn{opacity:1}.shell-editor__copy-btn:hover{color:var(--dark-text);background:var(--dark-border)}.shell-editor__copy-btn.is-copied{color:var(--color-success);animation:copy-pop .3s ease}.shell-editor__command-row{display:flex;align-items:center;gap:10px;padding:12px 16px}.shell-editor__prompt{color:var(--color-success);font-family:Cascadia Code,Fira Code,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:600;flex-shrink:0;user-select:none}.shell-editor__command{flex:1;font-family:Cascadia Code,Fira Code,Menlo,Monaco,Consolas,monospace;font-size:14px;color:var(--dark-text-bright);caret-color:var(--color-primary-icon);caret-shape:block;outline:none;white-space:pre;overflow-x:auto}.shell-editor__command:empty:before{content:attr(data-placeholder);color:var(--dark-text-muted);pointer-events:none}.code-editor{display:flex;flex-direction:column;flex:1;min-width:0;border-radius:calc(var(--radius-lg) - 2px);background:var(--dark-bg);margin:6px 10px}.code-editor__header{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--dark-surface);border-bottom:1px solid var(--dark-border);border-radius:calc(var(--radius-lg) - 2px) calc(var(--radius-lg) - 2px) 0 0;min-height:36px}.code-editor__lang-select{font-size:11px;font-weight:500;color:var(--dark-text);background:var(--dark-bg);border:1px solid var(--dark-border);border-radius:var(--radius-sm);padding:2px 6px;cursor:pointer;flex-shrink:0;outline:none}.code-editor__lang-select:focus{border-color:var(--color-primary-light)}.code-editor__filename{flex:1;font-size:12px;font-weight:500;font-family:Cascadia Code,Fira Code,Menlo,Monaco,Consolas,monospace;color:var(--dark-text-muted);caret-color:var(--color-primary-light);outline:none;white-space:nowrap;overflow:hidden}.code-editor__filename:empty:before{content:attr(data-placeholder);color:var(--dark-text-muted);pointer-events:none}.code-editor__copy-btn{position:absolute;top:40px;right:6px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);color:var(--dark-icon);opacity:0;transition:opacity .15s,color .15s,background .15s}.section-editor:hover .code-editor__copy-btn{opacity:1}.code-editor__copy-btn:hover{color:var(--dark-text);background:var(--dark-border)}@keyframes copy-pop{0%{transform:scale(1)}40%{transform:scale(1.3)}to{transform:scale(1)}}.code-editor__copy-btn.is-copied{color:var(--color-success);animation:copy-pop .3s ease}.code-editor__pre{margin:0;padding:14px 16px;overflow-x:auto}.code-editor__code{display:block;font-family:Cascadia Code,Fira Code,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.6;color:var(--dark-text-bright);caret-color:var(--color-primary-icon);caret-shape:block;outline:none;min-height:3em;white-space:pre;tab-size:2}.code-editor__code:empty:before{content:attr(data-placeholder);color:var(--dark-text-muted);pointer-events:none}.code-editor__code .hljs-keyword,.code-editor__code .hljs-operator,.code-editor__code .hljs-pattern-match{color:#c678dd}.code-editor__code .hljs-function,.code-editor__code .hljs-title,.code-editor__code .hljs-title.class_,.code-editor__code .hljs-title.function_{color:#61afef}.code-editor__code .hljs-string,.code-editor__code .hljs-attr,.code-editor__code .hljs-template-variable,.code-editor__code .hljs-addition{color:#98c379}.code-editor__code .hljs-number,.code-editor__code .hljs-literal,.code-editor__code .hljs-type,.code-editor__code .hljs-boolean{color:#d19a66}.code-editor__code .hljs-comment,.code-editor__code .hljs-quote{color:#5c6370;font-style:italic}.code-editor__code .hljs-variable,.code-editor__code .hljs-params{color:#e06c75}.code-editor__code .hljs-built_in,.code-editor__code .hljs-class{color:#e5c07b}.code-editor__code .hljs-meta,.code-editor__code .hljs-selector-tag,.code-editor__code .hljs-doctag{color:#56b6c2}.code-editor__code .hljs-tag,.code-editor__code .hljs-name,.code-editor__code .hljs-deletion{color:#e06c75}.code-editor__code .hljs-emphasis{font-style:italic}.code-editor__code .hljs-strong{font-weight:700}.checklist-editor{display:flex;flex-direction:column;flex:1;min-width:0;padding:8px 16px 12px;gap:2px;position:relative}.checklist-editor__counter{position:absolute;top:8px;right:12px;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--color-text-faint);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:99px;padding:1px 8px;transition:color .2s,background .2s,border-color .2s;pointer-events:none}.checklist-editor__counter--all-done{color:var(--color-success);background:var(--color-success-bg, color-mix(in srgb, var(--color-success) 12%, transparent));border-color:var(--color-success)}.checklist-editor__item{display:flex;align-items:flex-start;gap:10px;padding:3px 4px;border-radius:var(--radius-sm);cursor:text;transition:padding-left .18s ease,background .12s}.checklist-editor__item:hover{background:var(--color-primary-bg)}.checklist-editor__checkbox-wrap{position:relative;flex-shrink:0;width:17px;height:17px;margin-top:3px;cursor:pointer}.checklist-editor__checkbox-input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.checklist-editor__checkbox-box{width:17px;height:17px;border-radius:4px;border:1.5px solid var(--color-border);background:var(--color-surface);display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s,transform .12s;pointer-events:none}.checklist-editor__checkbox-wrap:hover .checklist-editor__checkbox-box{border-color:var(--color-primary)}.checklist-editor__checkbox-input:checked+.checklist-editor__checkbox-box{background:var(--color-primary);border-color:var(--color-primary)}.checklist-editor__checkbox-wrap.is-popping .checklist-editor__checkbox-box{animation:cb-pop .25s ease}@keyframes cb-pop{0%{transform:scale(1)}40%{transform:scale(1.25)}70%{transform:scale(.92)}to{transform:scale(1)}}.checklist-editor__checkmark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;color:#fff;transition:opacity .1s}.checklist-editor__checkmark svg{width:17px;height:17px}.checklist-editor__checkmark path{stroke-dasharray:16;stroke-dashoffset:16;transition:stroke-dashoffset .2s ease .05s}.checklist-editor__checkbox-input:checked~.checklist-editor__checkmark{opacity:1}.checklist-editor__checkbox-input:checked~.checklist-editor__checkmark path{stroke-dashoffset:0}.checklist-editor__text-wrap{flex:1;min-width:0;font-size:14px;line-height:1.6}.checklist-editor__text{display:inline-block;position:relative;color:var(--color-text);caret-color:var(--color-primary);outline:none;transition:color .2s,opacity .2s}.checklist-editor__text:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none}.checklist-editor__text:after{content:"";position:absolute;left:0;top:50%;height:1.5px;width:100%;background:var(--color-text-muted);transform:scaleX(0);transform-origin:left center;transition:transform .25s ease;pointer-events:none}.checklist-editor__text--checked{color:var(--color-text-faint);opacity:.7}.checklist-editor__text--checked:after{transform:scaleX(1)}.kv-editor{display:flex;flex-direction:column;flex:1;min-width:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:6px 10px}.kv-editor__row{display:grid;grid-template-columns:minmax(120px,28%) 1fr auto;border-bottom:1px solid var(--color-border)}.kv-editor__row:last-child{border-bottom:0px solid var(--color-border)}.kv-editor__row:first-child>.kv-editor__key:first-child{border-top-left-radius:var(--radius-lg)}.kv-editor__row:last-child>.kv-editor__key:first-child{border-bottom-left-radius:var(--radius-lg)}.kv-editor__key,.kv-editor__value{padding:7px 12px;font-size:13px;line-height:1.5;outline:none;caret-color:var(--color-primary);white-space:nowrap;overflow:hidden}.kv-editor__key{font-family:Cascadia Code,Fira Code,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--color-primary-light);background:var(--color-primary-bg);border-right:1px solid var(--color-border);font-weight:500}.kv-editor__value{color:var(--color-text)}.kv-editor__key:empty:before,.kv-editor__value:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none}.kv-editor__key:focus,.kv-editor__value:focus{background:var(--color-primary-bg-deep)}.kv-editor__row-controls{display:flex;align-items:center;gap:2px;padding:0 4px;opacity:0;transition:opacity .15s;border-left:1px solid var(--color-border)}.kv-editor__row:hover .kv-editor__row-controls{opacity:1}.kv-editor__drag-handle{width:20px;height:20px;color:var(--color-text-faint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.kv-editor__drag-handle:hover{color:var(--color-text-muted)}.kv-editor__delete-btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--color-text-faint);flex-shrink:0;transition:background .12s,color .12s}.kv-editor__delete-btn:hover{background:var(--color-danger-bg);color:var(--color-danger)}.kv-editor__delete-btn svg,.kv-editor__drag-handle svg{width:13px;height:13px}.callout-editor{display:flex;flex-direction:column;flex:1;min-width:0;border-radius:calc(var(--radius-lg) - 2px);border-left:4px solid;overflow:hidden}.callout-editor--info{background:var(--callout-info-bg);border-color:var(--callout-info-border)}.callout-editor--warning{background:var(--callout-warning-bg);border-color:var(--callout-warning-border)}.callout-editor--danger{background:var(--callout-danger-bg);border-color:var(--callout-danger-border)}.callout-editor--tip{background:var(--callout-tip-bg);border-color:var(--callout-tip-border)}.callout-editor__picker{display:flex;gap:4px;padding:6px 10px;opacity:0;max-height:0;overflow:hidden;transition:opacity .15s,max-height .15s,padding .15s}.callout-editor:focus-within .callout-editor__picker{opacity:1;max-height:36px;padding:6px 10px}.callout-editor__variant-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;cursor:pointer;color:var(--color-text-muted);transition:background .12s,color .12s,border-color .12s}.callout-editor__variant-btn:hover{background:var(--color-surface-3)}.callout-editor__variant-btn.is-active{border-color:var(--color-border);background:var(--color-surface)}.callout-editor__main{display:flex;align-items:flex-start;gap:10px;padding:10px 14px 12px}.callout-editor__icon{flex-shrink:0;margin-top:2px}.callout-editor--info .callout-editor__icon{color:var(--callout-info-icon)}.callout-editor--warning .callout-editor__icon{color:var(--callout-warning-icon)}.callout-editor--danger .callout-editor__icon{color:var(--callout-danger-icon)}.callout-editor--tip .callout-editor__icon{color:var(--callout-tip-icon)}.callout-editor__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.callout-editor__title{font-size:13px;font-weight:700;outline:none;caret-color:currentColor}.callout-editor--info .callout-editor__title{color:var(--callout-info-title)}.callout-editor--warning .callout-editor__title{color:var(--callout-warning-title)}.callout-editor--danger .callout-editor__title{color:var(--callout-danger-title)}.callout-editor--tip .callout-editor__title{color:var(--callout-tip-title)}.callout-editor__title:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none}.callout-editor__body{font-size:13px;line-height:1.6;color:var(--color-text);caret-color:var(--color-primary);outline:none}.callout-editor__body:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none}.separator-editor{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;min-height:22px}.separator-editor__controls{position:absolute;left:16px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.section-editor:hover .separator-editor__controls,.separator-editor:focus-within .separator-editor__controls{opacity:1}.separator-editor__divider{width:1px;height:10px;background:var(--color-border);flex-shrink:0}.separator-editor__btn{font-size:10px;font-weight:600;padding:1px 6px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-text-muted);cursor:pointer;transition:border-color .12s,background .12s,color .12s;letter-spacing:.02em}.separator-editor__btn:hover{border-color:var(--color-primary-border-hover);background:var(--color-primary-bg);color:var(--color-primary)}.separator-editor__btn.is-active{border-color:var(--color-primary);background:var(--color-primary-bg-deep);color:var(--color-primary)}.separator-editor__line{width:100%;height:1px;background:var(--color-border);transition:opacity .2s}.separator-editor--blank .separator-editor__line{opacity:0}.separator-editor--sm{padding:10px 16px}.separator-editor--md{padding:18px 16px}.separator-editor--lg{padding:26px 16px}.link-editor{flex:1;min-width:0;padding:6px 8px;display:flex;flex-direction:column;gap:2px}.link-editor__row{display:flex;align-items:center;padding:3px 6px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);transition:border-color .15s}.link-editor__row:hover{border-color:var(--color-primary-border-hover)}.link-editor__copy-btn{display:flex;align-items:center;flex-shrink:0;padding:3px 8px;margin-left:8px;border-left:1px solid var(--color-border);font-size:12px;font-weight:500;color:var(--color-text-muted);background:transparent;transition:background .12s,color .12s;cursor:pointer}.link-editor__copy-btn:hover{background:var(--color-surface-2);color:var(--color-text)}.link-editor__copy-btn.is-copied{color:var(--color-success)}.link-editor__copy-btn svg{width:13px;height:13px}.link-editor__open-btn{display:flex;align-items:center;gap:5px;flex-shrink:0;padding:3px 10px;margin-left:8px;border-left:1px solid var(--color-border);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:12px;font-weight:500;color:var(--color-primary);background:var(--color-primary-bg);transition:background .12s,color .12s,border-color .12s;text-decoration:none;white-space:nowrap;cursor:pointer}.link-editor__open-btn:hover{background:var(--color-primary-bg-deep);color:var(--color-primary-hover)}.link-editor__open-btn svg{width:13px;height:13px}.link-editor__url{flex:2;font-size:13px;font-family:Cascadia Code,Fira Code,Menlo,monospace;color:var(--color-primary);caret-color:var(--color-primary);outline:none;white-space:nowrap;overflow:hidden;min-width:0}.link-editor__url:empty:before{content:attr(data-placeholder);color:var(--color-text-faint);pointer-events:none;font-style:italic}.image-editor{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.image-editor__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;border:2px dashed var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.image-editor__dropzone:hover,.image-editor__dropzone:focus-visible,.image-editor__dropzone.is-over{border-color:var(--color-primary-border-hover);background:var(--color-primary-bg)}.image-editor__dropzone svg{width:32px;height:32px;color:var(--color-text-faint);transition:color .15s}.image-editor__dropzone:hover svg,.image-editor__dropzone.is-over svg{color:var(--color-primary)}.image-editor__dropzone-label{font-size:13px;font-weight:500;color:var(--color-text-muted)}.image-editor__dropzone-hint{font-size:11px;color:var(--color-text-faint)}.image-editor__toolbar{display:flex;align-items:center;gap:4px;padding:4px 6px;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);width:fit-content;align-self:center}.image-editor__toolbar-sep{width:1px;height:18px;background:var(--color-border);margin:0 2px;flex-shrink:0}.image-editor__tool-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);color:var(--color-text-muted);transition:background .12s,color .12s;flex-shrink:0}.image-editor__tool-btn:hover{background:var(--color-surface-3);color:var(--color-text)}.image-editor__tool-btn.is-active{background:var(--color-primary-bg-deep);color:var(--color-primary)}.image-editor__delete-btn:hover{background:var(--color-danger-bg);color:var(--color-danger)}.image-editor__tool-btn svg{width:14px;height:14px}.image-editor__colors{display:flex;align-items:center;gap:4px}.image-editor__color-dot{width:16px;height:16px;border-radius:50%;background:var(--dot-color);border:2px solid transparent;transition:transform .1s,border-color .1s;flex-shrink:0}.image-editor__color-dot:hover{transform:scale(1.2)}.image-editor__color-dot.is-active{border-color:var(--color-text);transform:scale(1.15)}.image-editor__color-dot[style*="#ffffff"],.image-editor__color-dot[style*="#fff"]{border-color:var(--color-border)}.image-editor__color-dot[style*="#ffffff"].is-active,.image-editor__color-dot[style*="#fff"].is-active{border-color:var(--color-text-muted)}.image-editor__preview{position:relative;display:flex;flex-direction:column;align-items:center}.image-editor__img{display:block;width:100%;height:auto;border-radius:var(--radius-md);user-select:none;pointer-events:none}.image-editor__replace-btn{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-sm);background:#0000008c;color:#fff;font-size:11px;font-weight:500;opacity:0;transition:opacity .15s,background .15s;cursor:pointer;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);pointer-events:none;z-index:2}.image-editor__replace-btn svg{width:12px;height:12px}.image-editor__preview:hover .image-editor__replace-btn{opacity:1;pointer-events:auto}.image-editor__replace-btn:hover{background:#000000bf}.archie-editor{flex:1;min-width:0;display:flex;flex-direction:column;margin:6px 10px}.archie-editor__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 16px;border:2px dashed var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.archie-editor__dropzone:hover,.archie-editor__dropzone.is-over{border-color:var(--color-primary-border-hover);background:var(--color-primary-bg)}.archie-editor__dropzone svg{width:36px;height:36px;color:var(--color-text-faint);transition:color .15s}.archie-editor__dropzone:hover svg,.archie-editor__dropzone.is-over svg{color:var(--color-primary)}.archie-editor__dropzone-label{font-size:13px;font-weight:500;color:var(--color-text-muted)}.archie-editor__dropzone-hint{font-size:11px;color:var(--color-text-faint)}.archie-editor__viewer{position:relative;display:flex;flex-direction:column}.archie-editor__canvas{display:block;width:100%;height:480px;border-radius:var(--radius-md);background:var(--color-surface-2)}.archie-editor__toolbar{position:absolute;bottom:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.archie-editor__viewer:hover .archie-editor__toolbar{opacity:1}.archie-editor__btn{display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-sm);background:#0000008c;color:#fff;font-size:11px;font-weight:500;cursor:pointer;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);transition:background .15s}.archie-editor__btn:hover{background:#000000bf}.archie-editor__btn svg{width:12px;height:12px}.archie-editor__filename{position:absolute;top:8px;left:8px;font-size:11px;font-weight:500;color:var(--color-text-faint);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:2px 8px;pointer-events:none}.search-bar{position:fixed;top:calc(var(--topbar-height) + 12px);right:20px;z-index:90;width:260px;display:flex;flex-direction:column}.search-bar__input-row{display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--pill-bg);border:1px solid var(--pill-border);border-radius:var(--pill-radius);box-shadow:var(--pill-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .15s}.search-bar__input-row:focus-within{border-color:var(--color-primary-border)}.search-bar__input-row svg{color:var(--color-text-muted);flex-shrink:0}.search-bar__input{flex:1;border:none;outline:none;background:transparent;font-size:13px;color:var(--color-text);caret-color:var(--color-primary);min-width:0}.search-bar__input::placeholder{color:var(--color-text-faint)}.search-bar__count{font-size:11px;color:var(--color-text-faint);white-space:nowrap;flex-shrink:0}.search-bar__results{margin-top:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow-y:auto;max-height:420px;display:none}.search-bar__results.is-open{display:block}.search-bar__empty{padding:20px 14px;text-align:center;color:var(--color-text-faint);font-size:12px}.search-result{display:flex;flex-direction:column;gap:2px;padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--color-border);transition:background .1s}.search-result:last-child{border-bottom:none}.search-result:hover,.search-result.is-active{background:var(--color-surface-2)}.search-result__meta{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--color-text-faint);text-transform:uppercase;letter-spacing:.04em}.search-result__doc{color:var(--color-text-muted);font-weight:600}.search-result__snippet{font-size:12px;color:var(--color-text);line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result__snippet mark{background:var(--color-primary-bg);color:var(--color-primary);border-radius:2px;padding:0 2px;font-weight:600}.toc{position:relative;display:flex;flex-shrink:0}.toc__panel{width:220px;display:flex;flex-direction:column;background:var(--color-surface);border-right:1px solid var(--color-border);overflow:hidden;transition:width .2s ease,opacity .2s ease}.toc__panel.is-hidden{width:0;opacity:0;pointer-events:none}.toc__toggle{position:absolute;top:12px;right:-32px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--color-surface);border:1px solid var(--color-border);border-left:none;color:var(--color-text-faint);box-shadow:2px 1px 4px #0000000f;transition:color .12s,background .12s;z-index:10}.toc__toggle:hover{color:var(--color-primary);background:var(--color-primary-bg)}.toc__toggle.is-active{color:var(--color-primary)}.toc__header{display:flex;align-items:center;padding:10px 12px 8px;border-bottom:1px solid var(--color-border);flex-shrink:0}.toc__title{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.toc__title svg{color:var(--color-text-faint);flex-shrink:0}.toc__list{flex:1;overflow-y:auto;padding:6px 0}.toc__list::-webkit-scrollbar{width:4px}.toc__list::-webkit-scrollbar-track{background:transparent}.toc__list::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.toc-doc{display:flex;align-items:center;padding:0 4px;margin-top:4px}.toc-doc__chevron{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border-radius:var(--radius-sm);color:var(--color-text-faint);transition:color .12s,transform .15s}.toc-doc__chevron:hover{color:var(--color-text-muted)}.toc-doc.is-collapsed .toc-doc__chevron{transform:rotate(-90deg)}.toc-doc__label{flex:1;min-width:0;text-align:left;padding:3px 6px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .12s,color .12s}.toc-doc__label:hover{background:var(--color-surface-2);color:var(--color-primary)}.toc-item{display:block;width:100%;text-align:left;padding:3px 12px 3px 16px;font-size:12px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:var(--radius-sm);transition:background .12s,color .12s}.toc-item:hover{background:var(--color-primary-bg);color:var(--color-primary)}.toc-item[data-indent="1"]{font-size:11px}.toc-item[data-indent="2"]{font-size:11px;color:var(--color-text-faint)}
