.editor-container{background:var(--background);flex-direction:column;min-height:calc(100vh - 56px);transition:background .3s;display:flex}.editor-topbar{border-bottom:1px solid var(--border);background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:40;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:56px}.editor-topbar-left{align-items:center;gap:12px;display:flex}.editor-status{font-family:var(--font-mono),monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.editor-status-dot{background:var(--muted);border-radius:50%;width:6px;height:6px}.editor-status-dot.saved{background:#22c55e}.editor-status-dot.saving{background:#f59e0b;animation:1s infinite pulse-dot}.editor-status-dot.unsaved{background:#ff3b3b}.editor-actions{align-items:center;gap:8px;display:flex}.editor-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.editor-btn-ghost{color:var(--muted);border:1px solid var(--border);background:0 0}.editor-btn-ghost:hover{color:var(--foreground);border-color:var(--border-hover)}.editor-btn-primary{background:var(--foreground);color:var(--background)}.editor-btn-primary:hover{opacity:.85}.editor-btn-schedule{background:var(--accent);color:#000}.editor-btn-schedule:hover{opacity:.85}.editor-body{flex:1;justify-content:center;padding:48px 24px 120px;display:flex}.editor-content{width:100%;max-width:720px}.editor-title{width:100%;color:var(--foreground);letter-spacing:-.03em;resize:none;background:0 0;border:none;outline:none;margin-bottom:24px;padding:0;font-family:inherit;font-size:42px;font-weight:700;line-height:1.15;overflow:hidden}.editor-title::placeholder{color:var(--muted);opacity:.5}.editor-textarea{width:100%;color:var(--foreground);resize:none;background:0 0;border:none;outline:none;min-height:400px;padding:0;font-family:inherit;font-size:18px;line-height:1.8}.editor-textarea::placeholder{color:var(--muted);opacity:.4}.editor-footer{border-top:1px solid var(--border);background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-family:var(--font-mono),monospace;color:var(--muted);z-index:40;justify-content:space-between;align-items:center;padding:10px 24px;font-size:11px;display:flex;position:fixed;bottom:0;left:0;right:0}.editor-footer-left{align-items:center;gap:20px;display:flex}.editor-footer-right{align-items:center;gap:12px;display:flex}.editor-tags{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:6px;margin-top:16px;padding-top:16px;display:flex}.editor-tag{background:var(--surface-2);color:var(--text-secondary);border-radius:9999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.editor-tag-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.editor-tag-input{color:var(--foreground);background:0 0;border:none;outline:none;min-width:100px;padding:3px 0;font-size:12px}.editor-tag-input::placeholder{color:var(--muted);opacity:.5}@media (max-width:768px){.editor-body{padding:24px 16px 100px}.editor-title{font-size:28px}.editor-textarea{font-size:16px}.editor-topbar{padding:10px 16px}.editor-footer{padding:8px 16px}}
