.EditorApp-module__KX7pKG__app{--hdr:74px;height:calc(100vh - var(--hdr));background:var(--bg-2);flex-direction:column;display:flex;overflow:hidden}.EditorApp-module__KX7pKG__topbar{background:var(--paper);border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:10px 18px;display:flex}.EditorApp-module__KX7pKG__brandGroup{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.EditorApp-module__KX7pKG__back{width:34px;height:34px;color:var(--muted);border:1px solid var(--line);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.EditorApp-module__KX7pKG__back:hover{background:var(--bg-2);color:var(--ink)}.EditorApp-module__KX7pKG__titleInput{font-family:var(--font-sora),system-ui,sans-serif;color:var(--text);background:0 0;border:1px solid #0000;border-radius:9px;width:100%;min-width:120px;max-width:420px;padding:7px 10px;font-size:16px;font-weight:700;transition:background .15s,border-color .15s}.EditorApp-module__KX7pKG__titleInput:hover{background:var(--bg-2)}.EditorApp-module__KX7pKG__titleInput:focus{border-color:var(--teal);background:var(--paper);outline:none}.EditorApp-module__KX7pKG__topActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.EditorApp-module__KX7pKG__ghostBtn,.EditorApp-module__KX7pKG__primaryBtn{font-family:var(--font-manrope),sans-serif;cursor:pointer;border:1px solid var(--line-2);background:var(--paper);color:var(--ink);border-radius:10px;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:700;transition:transform .12s,background .15s,box-shadow .2s;display:inline-flex}.EditorApp-module__KX7pKG__ghostBtn:hover{background:var(--bg-2);border-color:var(--ink)}.EditorApp-module__KX7pKG__primaryBtn{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 8px 20px -10px #0f3d3e99}.EditorApp-module__KX7pKG__primaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px -10px #0f3d3eb3}.EditorApp-module__KX7pKG__primaryBtn:disabled{opacity:.7;cursor:default}.EditorApp-module__KX7pKG__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite EditorApp-module__KX7pKG__spin}@keyframes EditorApp-module__KX7pKG__spin{to{transform:rotate(360deg)}}.EditorApp-module__KX7pKG__toolbar{background:var(--paper);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:4px;padding:7px 16px;display:flex;overflow-x:auto;box-shadow:0 4px 14px -12px #0f3d3e66}.EditorApp-module__KX7pKG__group{align-items:center;gap:2px;display:flex}.EditorApp-module__KX7pKG__sep{background:var(--line-2);flex-shrink:0;width:1px;height:22px;margin:0 6px}.EditorApp-module__KX7pKG__tBtn{min-width:34px;height:34px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0 7px;transition:background .13s,color .13s;display:inline-flex}.EditorApp-module__KX7pKG__tBtn:hover{background:var(--bg-2)}.EditorApp-module__KX7pKG__tActive{color:var(--ink);background:#26b29529}.EditorApp-module__KX7pKG__tActive:hover{background:#26b2953d}.EditorApp-module__KX7pKG__bBold{font-size:16px;font-weight:800}.EditorApp-module__KX7pKG__bItalic{font-family:Georgia,serif;font-size:16px;font-style:italic}.EditorApp-module__KX7pKG__bUnder{font-size:16px;text-decoration:underline}.EditorApp-module__KX7pKG__sizeSelect{border:1px solid var(--line-2);height:34px;color:var(--ink);background:var(--paper);cursor:pointer;border-radius:8px;padding:0 8px;font-size:14px;font-weight:600}.EditorApp-module__KX7pKG__sizeSelect:focus{border-color:var(--teal);outline:none}.EditorApp-module__KX7pKG__loginBar{color:#7a5c11;background:#fff7e6;border-bottom:1px solid #f0dfb0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:11px 18px;font-size:14px;font-weight:600;display:flex}.EditorApp-module__KX7pKG__loginActions{align-items:center;gap:10px;display:inline-flex}.EditorApp-module__KX7pKG__loginBtn{background:var(--gold);color:#3a2c05;border-radius:8px;align-items:center;padding:7px 14px;font-size:13.5px;font-weight:800;display:inline-flex}.EditorApp-module__KX7pKG__loginClose{color:#7a5c11;cursor:pointer;background:0 0;border:0;font-size:20px;line-height:1}.EditorApp-module__KX7pKG__canvas{flex:1;justify-content:center;padding:34px 20px 60px;display:flex;overflow:auto}.EditorApp-module__KX7pKG__paperWrap{width:100%;max-width:794px}.EditorApp-module__KX7pKG__paper{background:var(--paper);border-radius:3px;min-height:1123px;padding:94px 76px;position:relative;box-shadow:0 1px 3px #0f3d3e1f,0 24px 60px -24px #0f3d3e4d}.EditorApp-module__KX7pKG__placeholder{color:var(--text-muted);pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Times New Roman,Georgia,serif;font-size:16px;line-height:1.7;position:absolute;top:94px;left:76px;right:76px}.EditorApp-module__KX7pKG__editable{color:#1a1a1a;word-wrap:break-word;white-space:pre-wrap;outline:none;min-height:935px;font-family:Times New Roman,Georgia,serif;font-size:16px;line-height:1.7}.EditorApp-module__KX7pKG__editable:focus{outline:none}.EditorApp-module__KX7pKG__editable p,.EditorApp-module__KX7pKG__editable div{margin:0 0 2px}.EditorApp-module__KX7pKG__editable ul,.EditorApp-module__KX7pKG__editable ol{margin:0 0 4px;padding-left:30px}.EditorApp-module__KX7pKG__editable li{margin:0 0 2px}.EditorApp-module__KX7pKG__statusbar{background:var(--paper);border-top:1px solid var(--line);color:var(--muted);flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 18px;font-size:13px;display:flex}.EditorApp-module__KX7pKG__statusLeft{align-items:center;gap:8px;font-weight:600;display:inline-flex}.EditorApp-module__KX7pKG__statusRight{align-items:center;gap:12px;display:inline-flex}.EditorApp-module__KX7pKG__statSep{background:var(--line-2);width:1px;height:13px}.EditorApp-module__KX7pKG__dot{background:var(--text-muted);border-radius:50%;width:8px;height:8px}.EditorApp-module__KX7pKG__dot_clean{background:var(--teal-soft)}.EditorApp-module__KX7pKG__dot_unsaved{background:var(--gold)}.EditorApp-module__KX7pKG__dot_saving{background:var(--teal);animation:1s ease-in-out infinite EditorApp-module__KX7pKG__pulse}.EditorApp-module__KX7pKG__dot_saved{background:var(--teal)}.EditorApp-module__KX7pKG__dot_error{background:#d64545}@keyframes EditorApp-module__KX7pKG__pulse{50%{opacity:.35}}.EditorApp-module__KX7pKG__toast{z-index:80;color:#fff;border-radius:12px;align-items:center;gap:14px;max-width:min(560px,100vw - 32px);padding:13px 16px;font-size:14px;font-weight:600;animation:.2s EditorApp-module__KX7pKG__rise;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 40px -14px #0f3d3e73}@keyframes EditorApp-module__KX7pKG__rise{0%{opacity:0;transform:translate(-50%,10px)}}.EditorApp-module__KX7pKG__toast_success{background:var(--ink)}.EditorApp-module__KX7pKG__toast_info{background:#14504f}.EditorApp-module__KX7pKG__toast_error{background:#b13636}.EditorApp-module__KX7pKG__toastClose{color:#ffffffd9;cursor:pointer;background:0 0;border:0;flex-shrink:0;font-size:20px;line-height:1}@media (max-width:820px){.EditorApp-module__KX7pKG__paper{min-height:auto;padding:54px 34px}.EditorApp-module__KX7pKG__placeholder{top:54px;left:34px;right:34px}.EditorApp-module__KX7pKG__editable{min-height:60vh}.EditorApp-module__KX7pKG__canvas{padding:20px 12px 48px}}@media (max-width:560px){.EditorApp-module__KX7pKG__titleInput{font-size:15px}.EditorApp-module__KX7pKG__ghostBtn span,.EditorApp-module__KX7pKG__primaryBtn{font-size:13px}}
