.post-write-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;animation:pw-fadeIn .25s ease forwards;height:100dvh;max-height:100dvh}.post-write-overlay.closing{animation:pw-fadeOut .25s ease forwards}@keyframes pw-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pw-fadeOut{0%{opacity:1}to{opacity:0}}.post-write-modal{position:relative;isolation:isolate;width:min(1340px,calc(100vw - 40px));height:min(830px,calc(100vh - 40px));border-radius:5px;animation:pw-slideUp .3s cubic-bezier(.16,1,.3,1) forwards}.post-write-modal:before{content:"";position:absolute;inset:0;border-radius:5px;background:#000;filter:blur(30px);z-index:-1}@keyframes pw-slideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.post-write-scroll{height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:191px 20px 161px;box-sizing:border-box}.post-write-scroll::-webkit-scrollbar{width:4px}.post-write-scroll::-webkit-scrollbar-track{background:transparent}.post-write-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.post-write-content{width:889px;max-width:100%;display:flex;flex-direction:column}.post-write-close{position:absolute;top:102px;right:129px;width:28px;height:28px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.post-write-close img{width:14px;height:14px;display:block}.post-write-author{display:flex;align-items:center;gap:11px}.post-write-author-avatar{width:30px;height:30px;border-radius:0;overflow:hidden;background:#333;flex-shrink:0}.post-write-author-avatar img{width:100%;height:100%;object-fit:cover}.post-write-author-avatar-placeholder{width:100%;height:100%;background:#333}.post-write-author-name{font-family:Space Mono,monospace;font-size:12px;font-weight:700;color:#fff}.post-write-textarea-wrap{position:relative;margin-top:20px;width:100%;height:262px;border-radius:0;box-sizing:border-box;background:repeating-linear-gradient(90deg,rgba(255,255,255,.4) 0 4px,transparent 4px 8px) 0 0 /100% 1px no-repeat,repeating-linear-gradient(90deg,rgba(255,255,255,.4) 0 4px,transparent 4px 8px) 0 100% /100% 1px no-repeat,repeating-linear-gradient(180deg,rgba(255,255,255,.4) 0 4px,transparent 4px 8px) 0 0 /1px 100% no-repeat,repeating-linear-gradient(180deg,rgba(255,255,255,.4) 0 4px,transparent 4px 8px) 100% 0 /1px 100% no-repeat}.post-write-textarea{width:100%;height:100%;background:transparent;border:none;outline:none;resize:none;color:#fff;font-family:Pretendard,sans-serif;font-size:12px;line-height:1.5;padding:20px;box-sizing:border-box}.post-write-textarea::placeholder{color:rgba(255,255,255,.3);font-family:Pretendard,sans-serif;font-size:12px;line-height:1.5}.post-write-char-count{position:absolute;bottom:10px;right:16px;line-height:1.5;color:rgba(255,255,255,.5);pointer-events:none}.post-write-char-count,.post-write-fetching{font-family:Pretendard,sans-serif;font-size:12px}.post-write-fetching{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4)}.post-write-image-section{margin-top:20px;display:flex;flex-direction:column;gap:10px}.post-write-image-label{display:flex;align-items:center;gap:10px}.post-write-image-label-text{color:#fff}.post-write-image-label-sub,.post-write-image-label-text{font-family:Pretendard,sans-serif;font-size:12px;line-height:1.5}.post-write-image-label-sub{color:rgba(255,255,255,.5)}.post-write-image-list{display:flex;flex-wrap:wrap;gap:10px}.post-write-image-add{width:60px;height:60px;border:.5px solid rgba(255,255,255,.5);background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.post-write-image-add img{width:18px;height:18px;display:block}.post-write-image-thumb{position:relative;width:60px;height:60px;flex-shrink:0;border:.5px solid rgba(255,255,255,.5);box-sizing:border-box}.post-write-image-thumb img{width:100%;height:100%;object-fit:cover;display:block}.post-write-image-thumb-remove{position:absolute;top:-4px;right:-5px;width:16px;height:16px;border-radius:9px;background:#000;border:.5px solid rgba(255,255,255,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.post-write-image-thumb-remove img{width:10px;height:10px;display:block}.post-write-submit-wrap{margin-top:40px;display:flex;justify-content:center}.post-write-submit{background:none;border:none;font-family:Pretendard,sans-serif;font-size:12px;line-height:1.5;color:#fff;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:0}.post-write-submit:disabled{opacity:.3;cursor:not-allowed}.post-write-file-input{display:none}.post-write-spinner{width:40px;aspect-ratio:1;background:#fff;animation:pw-spin 1s infinite;margin:20px auto 0}@keyframes pw-spin{0%{transform:perspective(150px) rotateX(0deg)}to{transform:perspective(150px) rotateX(180deg)}}@media (max-width:768px){.post-write-modal{width:100vw;height:100dvh;border-radius:0;background:#000;animation:pw-fadeIn .25s ease forwards}.post-write-modal:before{display:none}.post-write-scroll{padding:84px 60px 60px}.post-write-content{width:100%}.post-write-close{top:20px;right:20px;width:24px;height:24px}.post-write-close img{width:14px;height:15px}.post-write-author-name{font-size:10px;text-transform:uppercase}.post-write-textarea-wrap{margin-top:40px;height:279px}.post-write-textarea{padding:16px}.post-write-char-count{font-size:10px;bottom:8px;right:8px}.post-write-fetching{font-size:10px}.post-write-image-list{gap:12px}.post-write-image-add{width:48px;height:48px;border-width:.4px}.post-write-image-add img{width:16px;height:16px}.post-write-image-thumb{width:48px;height:48px}.post-write-image-thumb-remove{top:-6px;right:-6px}.post-write-submit-wrap{margin-top:60px}}