*{box-sizing:border-box}:root{color-scheme:dark;--bg:#161615;--panel:#20201e;--panel-soft:#262622;--fg:#efeee8;--muted:#a6a198;--subtle:#6f6a61;--line:#38352f;--accent:#d7b56d;--accent-strong:#f0cc7a;--shadow:rgba(0, 0, 0, 0.24)}body,html{margin:0;min-height:100%;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 28rem),var(--bg);color:var(--fg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}main{min-height:100dvh}.writer-app{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;min-height:100dvh;width:min(100%,860px);margin:0 auto;padding:24px 24px 18px}.writer-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px}.writer-title{width:100%;min-width:0;border:0;border-bottom:1px solid transparent;padding:8px 0;background:0 0;color:var(--fg);font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.15;outline:0}.writer-title:focus{border-color:var(--line)}.writer-actions{display:flex;align-items:center;gap:8px}.writer-button{min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:rgba(255,255,255,.025);color:var(--muted);font-size:13px;line-height:1}.writer-button:hover{border-color:#4f493f;color:var(--fg);background:rgba(255,255,255,.045)}.writer-button:focus-visible,.writer-editor:focus-visible,.writer-title:focus-visible{outline:2px solid rgba(240,204,122,.45);outline-offset:3px}.writer-button-primary{border-color:rgba(215,181,109,.45);background:rgba(215,181,109,.12);color:var(--accent-strong)}.writer-file{display:none}.writer-editor-shell{min-height:0;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 18px 70px var(--shadow);overflow:hidden}.writer-editor{display:block;width:100%;height:100%;min-height:0;resize:none;border:0;padding:32px 34px 42vh;background:0 0;color:var(--fg);caret-color:var(--accent);font-family:"iA Writer Mono V",SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:17px;line-height:1.75;outline:0;tab-size:2}.writer-editor::selection{background:rgba(215,181,109,.28)}.writer-editor::placeholder{color:var(--subtle)}.writer-status{display:flex;align-items:center;min-height:32px;gap:14px;color:var(--subtle);font-size:12px;line-height:1.2}.writer-status span{white-space:nowrap}.writer-status span:last-child{margin-left:auto;color:var(--muted)}.is-dragging .writer-editor-shell{border-color:rgba(240,204,122,.8);background:var(--panel-soft)}@media (max-width:720px){.writer-app{gap:12px;padding:16px 14px 12px}.writer-topbar{grid-template-columns:1fr;align-items:stretch}.writer-title{font-size:25px}.writer-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.writer-button{padding:0 8px}.writer-editor{padding:22px 18px 40vh;font-size:16px;line-height:1.7}.writer-status{gap:9px;overflow-x:auto;padding-bottom:2px}.writer-status span:last-child{margin-left:0}}