.BlockEditor-module__5eU6WG__editorShell{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;display:flex}.BlockEditor-module__5eU6WG__blockList{box-sizing:border-box;flex-direction:column;gap:.5rem;width:100%;display:flex}.BlockEditor-module__5eU6WG__inlineDivider{opacity:.25;justify-content:center;align-items:center;height:18px;transition:opacity .15s;display:flex;position:relative}.BlockEditor-module__5eU6WG__inlineDivider:before{content:"";background:var(--border-color);height:1px;position:absolute;left:0;right:0}.BlockEditor-module__5eU6WG__inlineDivider:hover{opacity:1}.BlockEditor-module__5eU6WG__inlinePlusBtn{z-index:2;background:var(--bg-surface);border:1px solid var(--border-color);width:24px;height:24px;color:var(--accent-editorial);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,background-color .15s;display:flex;position:relative}.BlockEditor-module__5eU6WG__inlinePlusBtn:hover{background:var(--accent-editorial);color:#fff;transform:scale(1.15)}.BlockEditor-module__5eU6WG__blockCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-sizing:border-box;min-width:0;max-width:100%;box-shadow:var(--shadow-sm);padding:1rem 1.25rem;transition:border-color .15s,box-shadow .15s}.BlockEditor-module__5eU6WG__blockCard:hover{border-color:var(--border-hover)}.BlockEditor-module__5eU6WG__draggingBlock{opacity:.4;border-style:dashed}.BlockEditor-module__5eU6WG__blockTopbar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;min-width:0;margin-bottom:.75rem;padding-bottom:.45rem;display:flex}.BlockEditor-module__5eU6WG__blockTopbar>div:first-child{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.4rem;min-width:0;font-size:.72rem;font-weight:700;display:flex}.BlockEditor-module__5eU6WG__dragHandle{color:var(--text-muted);cursor:grab;background:0 0;border:none;flex-shrink:0;align-items:center;padding:2px;display:flex}.BlockEditor-module__5eU6WG__dragHandle:active{cursor:grabbing}.BlockEditor-module__5eU6WG__blockActions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.BlockEditor-module__5eU6WG__blockActions button{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;padding:3px;transition:color .15s;display:flex}.BlockEditor-module__5eU6WG__blockActions button:hover:not(:disabled){color:var(--text-primary)}.BlockEditor-module__5eU6WG__blockActions button:disabled{opacity:.3;cursor:not-allowed}.BlockEditor-module__5eU6WG__blockContent{box-sizing:border-box;width:100%;min-width:0}.BlockEditor-module__5eU6WG__headerInput{width:100%;font-family:var(--font-serif);color:var(--text-primary);box-sizing:border-box;background:0 0;border:none;outline:none;padding:.2rem 0;font-size:clamp(1.35rem,3vw,1.7rem);font-weight:700}.BlockEditor-module__5eU6WG__subheadingInput{width:100%;font-family:var(--font-serif);color:var(--text-primary);box-sizing:border-box;background:0 0;border:none;outline:none;padding:.2rem 0;font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600}.BlockEditor-module__5eU6WG__paragraphInput{width:100%;font-family:var(--font-sans);color:var(--text-primary);resize:vertical;box-sizing:border-box;background:0 0;border:none;outline:none;padding:.2rem 0;font-size:1rem;line-height:1.65}.BlockEditor-module__5eU6WG__quoteEditor{border-left:3px solid var(--accent-editorial);box-sizing:border-box;flex-direction:column;gap:.5rem;min-width:0;padding-left:1rem;display:flex}.BlockEditor-module__5eU6WG__quoteEditor textarea{width:100%;font-family:var(--font-serif);color:var(--text-primary);resize:vertical;box-sizing:border-box;background:0 0;border:none;outline:none;font-size:1.1rem;font-style:italic;line-height:1.55}.BlockEditor-module__5eU6WG__quoteEditor input{width:100%;color:var(--text-muted);box-sizing:border-box;background:0 0;border:none;outline:none;font-size:.8rem}.BlockEditor-module__5eU6WG__codeEditor{border-radius:var(--radius-md);box-sizing:border-box;background:#1e1e1e;min-width:0;overflow:hidden}.BlockEditor-module__5eU6WG__codeHeader{color:#888;background:#2d2d2d;justify-content:space-between;align-items:center;padding:.4rem .85rem;font-size:.72rem;display:flex}.BlockEditor-module__5eU6WG__codeHeader select{color:#ccc;background:#3a3a3a;border:none;border-radius:3px;padding:2px 6px;font-size:.72rem}.BlockEditor-module__5eU6WG__codeEditor textarea{color:#d4d4d4;resize:vertical;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;padding:.85rem;font-family:monospace;font-size:.84rem;line-height:1.5}.BlockEditor-module__5eU6WG__imageEditor{box-sizing:border-box;flex-direction:column;gap:.75rem;min-width:0;display:flex}.BlockEditor-module__5eU6WG__imagePreview{border-radius:var(--radius-md);box-sizing:border-box;width:100%;max-height:380px;margin:0;overflow:hidden}.BlockEditor-module__5eU6WG__imagePreview img{object-fit:cover;width:100%;height:100%;display:block}.BlockEditor-module__5eU6WG__imagePlaceholder{border:1px dashed var(--border-color);border-radius:var(--radius-md);color:var(--text-muted);box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1rem;font-size:.8rem;display:flex}.BlockEditor-module__5eU6WG__imageActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.BlockEditor-module__5eU6WG__uploadButton{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;box-sizing:border-box;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.76rem;font-weight:600;display:inline-flex}.BlockEditor-module__5eU6WG__uploadButton input{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.BlockEditor-module__5eU6WG__imageActions span{color:var(--text-muted);font-size:.68rem}.BlockEditor-module__5eU6WG__fieldLabel{color:var(--text-secondary);box-sizing:border-box;flex-direction:column;gap:.25rem;min-width:0;font-size:.74rem;font-weight:600;display:flex}.BlockEditor-module__5eU6WG__fieldLabel input{box-sizing:border-box;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);width:100%;min-width:0;color:var(--text-primary);outline:none;padding:.5rem .75rem;font-size:.8rem}.BlockEditor-module__5eU6WG__fieldLabel input:focus{border-color:var(--accent-editorial)}.BlockEditor-module__5eU6WG__imageMetaGrid{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.65rem;width:100%;min-width:0;display:grid}.BlockEditor-module__5eU6WG__addBlockDashedBox{text-align:center;border:2px dashed var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);width:100%;color:var(--text-primary);cursor:pointer;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;padding:2.25rem 1.5rem;transition:all .2s;display:flex}.BlockEditor-module__5eU6WG__addBlockDashedBox:hover{border-color:var(--accent-editorial);background:var(--accent-soft)}.BlockEditor-module__5eU6WG__dashedPlusIcon{background:var(--accent-soft);width:44px;height:44px;color:var(--accent-editorial);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;transition:transform .2s,background-color .2s,color .2s;display:flex}.BlockEditor-module__5eU6WG__addBlockDashedBox:hover .BlockEditor-module__5eU6WG__dashedPlusIcon{background:var(--accent-editorial);color:#fff;transform:scale(1.12)}.BlockEditor-module__5eU6WG__dashedBoxTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:1.08rem;font-weight:700;line-height:1.3}.BlockEditor-module__5eU6WG__dashedBoxHint{color:var(--text-muted);margin-top:.3rem;font-size:.76rem}.BlockEditor-module__5eU6WG__pickerBackdrop{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.BlockEditor-module__5eU6WG__pickerModal{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-sizing:border-box;width:100%;max-width:460px;padding:1.5rem;animation:.16s ease-out BlockEditor-module__5eU6WG__modalScaleIn;box-shadow:0 20px 45px #00000047}@keyframes BlockEditor-module__5eU6WG__modalScaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.BlockEditor-module__5eU6WG__pickerHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:1.15rem;padding-bottom:.65rem;display:flex}.BlockEditor-module__5eU6WG__pickerHeader h3{font-family:var(--font-serif);color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.BlockEditor-module__5eU6WG__closePickerBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.BlockEditor-module__5eU6WG__closePickerBtn:hover{color:var(--text-primary)}.BlockEditor-module__5eU6WG__pickerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.BlockEditor-module__5eU6WG__pickerItem{border-radius:var(--radius-md);background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;text-align:left;align-items:center;gap:.75rem;padding:.75rem .85rem;transition:all .15s;display:flex}.BlockEditor-module__5eU6WG__pickerItem:hover{border-color:var(--accent-editorial);background:var(--accent-soft);transform:translateY(-1px)}.BlockEditor-module__5eU6WG__pickerIcon{border-radius:var(--radius-sm);background:var(--accent-soft);width:36px;height:36px;color:var(--accent-editorial);flex-shrink:0;justify-content:center;align-items:center;display:flex}.BlockEditor-module__5eU6WG__pickerItem:hover .BlockEditor-module__5eU6WG__pickerIcon{background:var(--accent-editorial);color:#fff}.BlockEditor-module__5eU6WG__pickerItemText{min-width:0}.BlockEditor-module__5eU6WG__pickerItemText strong{color:var(--text-primary);font-size:.82rem;font-weight:700;line-height:1.2;display:block}.BlockEditor-module__5eU6WG__pickerItemText small{color:var(--text-muted);margin-top:.15rem;font-size:.68rem;line-height:1.2;display:block}@media (max-width:580px){.BlockEditor-module__5eU6WG__pickerGrid,.BlockEditor-module__5eU6WG__imageMetaGrid{grid-template-columns:minmax(0,1fr)}.BlockEditor-module__5eU6WG__blockCard{padding:.85rem}}
.WriterPage-module__0_Y1Ja__editorContainer{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.WriterPage-module__0_Y1Ja__topNav{z-index:100;background:var(--bg-surface);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem clamp(.85rem,3vw,2.5rem);display:flex;position:sticky;top:0;box-shadow:0 2px 10px #00000008}.WriterPage-module__0_Y1Ja__navLeft{align-items:center;gap:.75rem;min-width:0;display:flex}.WriterPage-module__0_Y1Ja__backBtn{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-secondary);flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.WriterPage-module__0_Y1Ja__backBtn:hover{color:var(--text-primary);border-color:var(--border-color);background:var(--bg-surface)}.WriterPage-module__0_Y1Ja__brandWordmark{font-family:var(--font-brand);color:var(--text-primary);letter-spacing:-.04em;flex-shrink:0;font-size:1.35rem;font-weight:800;text-decoration:none}.WriterPage-module__0_Y1Ja__brandWordmark span{color:var(--accent-editorial)}.WriterPage-module__0_Y1Ja__saveStatusWrap{color:var(--text-muted);border-left:1px solid var(--border-subtle);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.45rem;padding-left:.65rem;font-size:.74rem;display:flex;overflow:hidden}.WriterPage-module__0_Y1Ja__savedDot{background:#10b981;border-radius:50%;flex-shrink:0;width:7px;height:7px}.WriterPage-module__0_Y1Ja__unsavedDot{background:var(--accent-editorial);border-radius:50%;flex-shrink:0;width:7px;height:7px}.WriterPage-module__0_Y1Ja__statusLabel{text-overflow:ellipsis;overflow:hidden}.WriterPage-module__0_Y1Ja__navRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.WriterPage-module__0_Y1Ja__wordCountBadge{color:var(--text-muted);white-space:nowrap;margin-right:.25rem;font-size:.74rem}.WriterPage-module__0_Y1Ja__settingsToggleBtn,.WriterPage-module__0_Y1Ja__saveDraftBtn{border-radius:var(--radius-full);background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:.35rem;padding:.48rem .8rem;font-size:.76rem;font-weight:600;transition:all .15s;display:inline-flex}.WriterPage-module__0_Y1Ja__settingsToggleBtn:hover,.WriterPage-module__0_Y1Ja__saveDraftBtn:hover{border-color:var(--accent-editorial);color:var(--accent-editorial)}.WriterPage-module__0_Y1Ja__themeToggleBtn{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.WriterPage-module__0_Y1Ja__themeToggleBtn:hover{color:var(--text-primary);border-color:var(--border-color)}.WriterPage-module__0_Y1Ja__publishBtn{border-radius:var(--radius-full);background:var(--accent-editorial);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.5rem 1.15rem;font-size:.8rem;font-weight:700;transition:transform .15s,opacity .15s;display:inline-flex;box-shadow:0 3px 12px #d96c3f40;color:#fff!important}.WriterPage-module__0_Y1Ja__publishBtn:hover:not(:disabled){opacity:.94;transform:translateY(-1px)}.WriterPage-module__0_Y1Ja__publishBtn:disabled{opacity:.55;cursor:not-allowed}.WriterPage-module__0_Y1Ja__canvas{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:clamp(1.5rem,4vw,3.5rem) 1.25rem 8rem}.WriterPage-module__0_Y1Ja__coverArea{margin-bottom:2rem}.WriterPage-module__0_Y1Ja__addCoverBtn{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px dashed var(--border-color);color:var(--text-muted);cursor:pointer;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.76rem;font-weight:600;transition:all .15s;display:inline-flex}.WriterPage-module__0_Y1Ja__addCoverBtn:hover{color:var(--accent-editorial);border-color:var(--accent-editorial);background:var(--accent-soft)}.WriterPage-module__0_Y1Ja__addCoverBtn input{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.WriterPage-module__0_Y1Ja__coverPreview{border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;max-height:420px;position:relative;overflow:hidden}.WriterPage-module__0_Y1Ja__coverPreview img{object-fit:cover;width:100%;height:100%;max-height:420px;display:block}.WriterPage-module__0_Y1Ja__coverActions{gap:.5rem;display:flex;position:absolute;top:.75rem;right:.75rem}.WriterPage-module__0_Y1Ja__replaceCoverBtn,.WriterPage-module__0_Y1Ja__removeCoverBtn{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#102d44d9;border:none;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.72rem;font-weight:600;transition:background-color .15s;display:inline-flex}.WriterPage-module__0_Y1Ja__replaceCoverBtn input{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.WriterPage-module__0_Y1Ja__replaceCoverBtn:hover,.WriterPage-module__0_Y1Ja__removeCoverBtn:hover{background:#102d44}.WriterPage-module__0_Y1Ja__titleInput{width:100%;color:var(--text-primary);font-family:var(--font-serif);letter-spacing:-.035em;background:0 0;border:none;outline:none;margin-bottom:.75rem;padding:0;font-size:clamp(2rem,5vw,3.2rem);font-weight:750;line-height:1.18}.WriterPage-module__0_Y1Ja__titleInput::placeholder{color:var(--text-muted);opacity:.45}.WriterPage-module__0_Y1Ja__subtitleInput{width:100%;color:var(--text-secondary);font-family:var(--font-sans);resize:none;background:0 0;border:none;outline:none;margin-bottom:2.5rem;padding:0;font-size:clamp(1.05rem,2.5vw,1.28rem);font-weight:400;line-height:1.5}.WriterPage-module__0_Y1Ja__subtitleInput::placeholder{color:var(--text-muted);opacity:.45}.WriterPage-module__0_Y1Ja__modalBackdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.WriterPage-module__0_Y1Ja__settingsCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-lg);padding:1.75rem}.WriterPage-module__0_Y1Ja__settingsHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.WriterPage-module__0_Y1Ja__settingsHeader h2{font-family:var(--font-serif);color:var(--text-primary);margin:0;font-size:1.2rem}.WriterPage-module__0_Y1Ja__closeSettingsBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.WriterPage-module__0_Y1Ja__closeSettingsBtn:hover{color:var(--text-primary)}.WriterPage-module__0_Y1Ja__settingsBody{flex-direction:column;gap:1.15rem;display:flex}.WriterPage-module__0_Y1Ja__settingItem{flex-direction:column;gap:.4rem;display:flex}.WriterPage-module__0_Y1Ja__settingItem label{color:var(--text-secondary);font-size:.8rem;font-weight:650}.WriterPage-module__0_Y1Ja__settingItem select,.WriterPage-module__0_Y1Ja__settingItem input{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.82rem}.WriterPage-module__0_Y1Ja__settingItem select:focus,.WriterPage-module__0_Y1Ja__settingItem input:focus{border-color:var(--accent-editorial)}.WriterPage-module__0_Y1Ja__settingHelper{color:var(--text-muted);font-size:.72rem}.WriterPage-module__0_Y1Ja__settingsActions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.WriterPage-module__0_Y1Ja__applySettingsBtn{border-radius:var(--radius-full);background:var(--accent-editorial);color:#fff;cursor:pointer;border:none;padding:.55rem 1.25rem;font-size:.8rem;font-weight:700}@media (max-width:768px){.WriterPage-module__0_Y1Ja__topNav{gap:.35rem;padding:.6rem .75rem}.WriterPage-module__0_Y1Ja__brandWordmark,.WriterPage-module__0_Y1Ja__wordCountBadge,.WriterPage-module__0_Y1Ja__backBtnText,.WriterPage-module__0_Y1Ja__actionBtnText{display:none}.WriterPage-module__0_Y1Ja__backBtn,.WriterPage-module__0_Y1Ja__settingsToggleBtn,.WriterPage-module__0_Y1Ja__saveDraftBtn{padding:.45rem .6rem}.WriterPage-module__0_Y1Ja__saveStatusWrap{padding-left:.4rem;font-size:.68rem}.WriterPage-module__0_Y1Ja__publishBtn{padding:.48rem .95rem;font-size:.76rem}.WriterPage-module__0_Y1Ja__canvas{padding:1.5rem .85rem 6rem}}
