.post-editor{display:flex;flex-direction:column;min-height:0;background:var(--background-base)}.post-editor .post-editor-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.post-editor .post-editor-fields{display:flex;flex-direction:column;gap:10px;padding:14px 16px 12px}.post-editor .field-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.post-editor .field{height:36px;padding:0 10px;border:1px solid var(--border-base);border-radius:var(--radius-inner);background:transparent;color:var(--text-stress);font-size:14px}.post-editor .field:focus{border-color:var(--text-light)}.post-editor .author-row .nickname,.post-editor .author-row .password{flex:1 1 0;min-width:0;max-width:180px}.post-editor .author-row .author{height:36px;font-size:14px;color:var(--text-stress)}.post-editor .field.title{height:44px;font-size:17px;font-weight:700;border-width:0 0 1px;border-radius:0;padding:0 2px;background:transparent!important}.post-editor .field-label{font-size:12px;color:var(--text-light);margin-right:2px}.post-editor .board-chip{height:28px;padding:0 12px;border:1px solid var(--border-base);border-radius:var(--radius-inner);background:transparent;color:var(--text-base);font-size:13px;cursor:pointer}.post-editor .board-chip:hover{border-color:var(--text-light)}.post-editor .board-chip.selected{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--brand-primary-hover-bg);font-weight:700}.post-editor .draft-bar{display:flex;align-items:center;gap:8px;margin:0 16px 12px;padding:8px 10px 8px 12px;border:1px solid var(--hairline);border-left:2px solid var(--brand-primary);border-radius:var(--radius-inner);background:var(--surface-2);font-size:13px}.post-editor .draft-bar .draft-message{flex:1 1 auto;min-width:0;color:var(--text-stress)}.post-editor .draft-bar .draft-action{flex:0 0 auto;height:28px;padding:0 10px;border:1px solid var(--border-base);border-radius:var(--radius-inner);background:transparent;color:var(--text-base);font-size:12px;cursor:pointer}.post-editor .draft-bar .draft-action.primary{border-color:var(--brand-primary);color:var(--brand-primary)}.post-editor .post-editor-body{border-top:1px solid var(--hairline)}.post-editor .rich-editor-pending{min-height:320px;padding:24px 16px;color:var(--text-light);font-size:13px}.post-editor .post-editor-footer{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--hairline);background:var(--background-base)}.post-editor .post-editor-footer .draft-status{flex:1 1 auto;min-width:0;font-size:12px;color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-editor .post-editor-footer .length{font-size:12px;color:var(--text-light);font-variant-numeric:tabular-nums;white-space:nowrap}.post-editor .post-editor-footer .length.warn{color:var(--warning)}.post-editor .post-editor-footer .length.over{color:var(--danger);font-weight:700}.post-editor .post-editor-footer .actions{display:flex;gap:8px}.post-editor .post-editor-footer .btn{height:36px;min-width:72px;padding:0 16px;border-radius:var(--radius-inner);text-transform:none}.post-editor .post-editor-footer .btn-cancel{background:transparent;border:1px solid var(--border-base);color:var(--text-base)}.post-editor .post-editor-footer .btn-cancel:hover{border-color:var(--text-light)}.post-editor .post-editor-footer .btn-submit{background:var(--brand-primary);color:var(--black);font-weight:700}@media(max-width:767px){.post-editor .post-editor-fields{padding:12px 12px 10px}.post-editor .draft-bar{margin:0 12px 10px;flex-wrap:wrap}.post-editor .post-editor-footer{padding-left:12px;padding-right:12px;gap:8px}.post-editor .post-editor-footer .draft-status{display:none}.post-editor .post-editor-footer .length{flex:1 1 auto}}.app-modal .modal-base-style.modal-post-write{display:flex;flex-direction:column;width:820px;max-width:calc(100vw - 32px);height:min(880px,calc(100vh - 48px));max-height:calc(100vh - 48px);overflow:hidden;border-radius:var(--radius-card);border-color:var(--hairline)}.app-modal .modal-base-style.modal-post-write .modal-header{flex:0 0 auto}.app-modal .modal-base-style.modal-post-write .modal-post-write-body{flex:1 1 auto;min-height:0}.app-modal .modal-base-style.modal-post-write.fullscreen{width:100%;max-width:none;height:100%;max-height:none;border:0;border-radius:0}
