.advanced-editor-header{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;margin-bottom:14px;display:grid}.advanced-editor-header>div:first-child input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font:500 clamp(24px,3vw,38px) Georgia,serif}.advanced-editor-header>div:first-child p{color:var(--muted);margin:4px 0 0;font-size:10px}.editor-save-state{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:99px;align-items:center;gap:6px;padding:7px 10px;font-size:9px;font-weight:800;display:flex}.editor-save-state i{background:var(--muted);border-radius:50%;width:7px;height:7px}.editor-save-state[data-state=saved] i{background:var(--success,#35a56b)}.editor-save-state[data-state=dirty] i,.editor-save-state[data-state=recovered] i{background:var(--warning,#c58b2a)}.editor-save-state[data-state=saving] i{background:var(--accent);animation:1s infinite editor-pulse}.editor-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.recovery-banner{border:1px solid color-mix(in srgb,var(--warning,#c58b2a) 42%,var(--border));background:color-mix(in srgb,var(--warning,#c58b2a) 7%,var(--surface));border-radius:11px;align-items:flex-start;gap:10px;margin-bottom:13px;padding:11px;display:flex}.recovery-banner>svg{color:var(--warning,#c58b2a);font-size:20px}.recovery-banner b,.recovery-banner p{margin:0;display:block}.recovery-banner p{color:var(--muted);margin-top:3px;font-size:10px}.recovery-banner button{color:var(--danger,#d95050);cursor:pointer;background:0 0;border:0;margin-left:auto}.advanced-editor-layout{grid-template-columns:minmax(230px,290px) minmax(0,1fr);align-items:start;gap:13px;display:grid}.editor-metadata-panel{gap:10px;display:grid;position:sticky;top:78px}.editor-metadata-panel label{color:var(--muted);gap:5px;margin-bottom:9px;font-size:9px;font-weight:800;display:grid}.editor-metadata-panel select{border:1px solid var(--border);background:var(--surface-soft);height:38px;color:var(--text);border-radius:8px;padding:0 8px}.editor-favorite-toggle,.editor-pearl-toggle{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:37px;color:var(--muted);cursor:pointer;border-radius:8px;align-items:center;gap:7px;margin-top:7px;padding:0 9px;display:flex}.editor-favorite-toggle.active,.editor-pearl-toggle.active{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.editor-tag-grid{flex-wrap:wrap;gap:6px;display:flex}.editor-tag-grid button{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);cursor:pointer;border-radius:99px;align-items:center;gap:5px;padding:6px 8px;display:flex}.editor-tag-grid button.active{border-color:var(--accent);color:var(--accent)}.editor-panel-action{border:1px solid var(--border);background:var(--surface-soft);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:7px;place-items:center;display:grid}.editor-attachment-list{gap:7px;display:grid}.editor-attachment-list article{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:7px;padding:8px;display:grid}.editor-attachment-list article>span{background:var(--surface);width:30px;height:30px;color:var(--accent);border-radius:7px;place-items:center;display:grid}.editor-attachment-list b,.editor-attachment-list small{display:block}.editor-attachment-list b{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:10px;overflow:hidden}.editor-attachment-list small{color:var(--muted);margin-top:2px;font-size:8px}.editor-attachment-list a,.editor-attachment-list button{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--muted);cursor:pointer;border-radius:7px;place-items:center;display:grid}.block-editor-canvas{border:1px solid var(--border);background:var(--surface);border-radius:14px;min-height:640px;padding:13px}.block-editor-toolbar{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;padding-bottom:11px;font-size:9px;display:flex}.block-editor-toolbar>span{align-items:center;gap:6px;display:flex}.block-editor-toolbar button,.add-final-block{border:1px solid var(--border);background:var(--surface-soft);color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:7px 9px;display:flex}.editor-block{border:1px solid #0000;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:8px;margin-bottom:7px;padding:7px;display:grid;position:relative}.editor-block:hover,.editor-block:focus-within{border-color:var(--border);background:var(--surface-soft)}.block-handle{width:31px;color:var(--muted);cursor:grab;justify-items:center;gap:5px;padding-top:7px;display:grid}.block-handle span{font-size:8px}.editor-block textarea{resize:vertical;width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:0;min-height:78px;padding:7px;line-height:1.65}.block-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.editor-block:hover .block-actions,.editor-block:focus-within .block-actions{opacity:1}.block-actions button{border:1px solid var(--border);background:var(--surface);width:29px;height:29px;color:var(--muted);cursor:pointer;border-radius:7px;place-items:center;display:grid}.slash-command-menu{z-index:20;border:1px solid var(--border);background:var(--surface);width:min(410px,100% - 60px);box-shadow:var(--shadow);border-radius:11px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% - 5px);left:48px}.slash-command-menu button{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:auto 1fr;gap:9px;padding:8px;display:grid}.slash-command-menu button:hover{background:var(--surface-soft)}.slash-command-menu button>span{background:color-mix(in srgb,var(--accent) 8%,var(--surface-soft));width:31px;height:31px;color:var(--accent);border-radius:7px;place-items:center;display:grid}.slash-command-menu b,.slash-command-menu small{display:block}.slash-command-menu small{color:var(--muted);margin-top:2px;font-size:8px}.add-final-block{margin:12px auto 0}.editor-modal-backdrop{z-index:250;background:#0000007a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.editor-modal{border:1px solid var(--border);background:var(--surface);border-radius:15px;width:min(720px,96vw);max-height:88vh;padding:15px;overflow:auto;box-shadow:0 25px 70px #0000004d}.editor-modal.compact{width:min(520px,96vw)}.editor-modal>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:11px;display:flex}.editor-modal>header small{color:var(--accent);font-size:8px;font-weight:800}.editor-modal>header h2{margin:4px 0;font:500 22px Georgia,serif}.editor-modal>header button{border:1px solid var(--border);background:var(--surface-soft);width:34px;height:34px;color:var(--text);border-radius:8px;place-items:center;display:grid}.editor-modal>p{color:var(--muted);font-size:10px;line-height:1.5}.version-list{gap:8px;display:grid}.version-list article{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;grid-template-columns:1fr auto;gap:9px;padding:10px;display:grid}.version-list b,.version-list small{display:block}.version-list small{color:var(--muted);margin-top:3px;font-size:8px}.version-list p{color:var(--muted);font-size:9px;line-height:1.5}.version-list button{border:1px solid var(--border);background:var(--surface);color:var(--accent);cursor:pointer;border-radius:8px;align-self:center;padding:7px 9px}.attachment-url-form{gap:10px;margin-top:12px;display:grid}.attachment-url-form label{color:var(--muted);gap:5px;font-size:9px;font-weight:800;display:grid}.attachment-url-form input,.attachment-url-form select{border:1px solid var(--border);background:var(--surface-soft);height:39px;color:var(--text);border-radius:8px;padding:0 9px}.attachment-url-form>p{color:var(--muted);gap:7px;font-size:9px;line-height:1.5;display:flex}.attachment-url-form>footer{justify-content:flex-end;gap:8px;display:flex}@keyframes editor-pulse{50%{opacity:.35}}@media (max-width:1050px){.advanced-editor-header{grid-template-columns:1fr auto}.editor-header-actions{grid-column:1/-1;justify-content:flex-start}.advanced-editor-layout{grid-template-columns:1fr}.editor-metadata-panel{grid-template-columns:repeat(3,minmax(0,1fr));position:static}.block-editor-canvas{min-height:500px}}@media (max-width:720px){.advanced-editor-header{grid-template-columns:1fr}.editor-save-state{justify-self:start}.editor-header-actions{grid-template-columns:1fr 1fr;display:grid}.editor-header-actions button{justify-content:center}.editor-metadata-panel{grid-template-columns:1fr}.editor-block{grid-template-columns:auto 1fr}.block-actions{opacity:1;grid-column:2}.slash-command-menu{width:calc(100% - 16px);left:8px}.recovery-banner{grid-template-columns:auto 1fr;display:grid}.recovery-banner button{grid-column:2;justify-self:start;margin:0}.attachment-url-form>footer{display:grid}.attachment-url-form>footer button{justify-content:center;width:100%}}
