.pd-shell{flex:1;height:100%;display:flex;overflow:hidden}.pd-window{border-radius:14px;flex:1;min-width:0;height:calc(100vh - 32px);margin:1rem;display:flex;overflow:hidden}.pd-left{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:75%;display:flex;overflow:hidden}.pd-left-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0;align-items:center;gap:.9rem;padding:1rem 1.25rem;display:flex}.pd-left-title{color:var(--text);font-family:Fraunces,serif;font-size:1.1rem;font-style:italic;font-weight:700}.pd-header-actions{align-items:center;gap:.6rem;margin-left:auto;display:flex}.pd-header-action{border:1px solid var(--border);background:var(--surface-hi);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.pd-header-action:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim);transform:translateY(-2px)}.pd-header-action.delete:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444!important}.pd-header-action:disabled{opacity:.5;cursor:not-allowed}.pd-header-action .spin-xs{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pd-left-body{scrollbar-width:thin;scrollbar-color:#8b5cf640 transparent;flex:1;padding:1.5rem 1.25rem;overflow-y:auto}.pd-left-body::-webkit-scrollbar{width:5px}.pd-left-body::-webkit-scrollbar-thumb{background:#8b5cf640;border-radius:4px}.pd-left-body .post-card{cursor:default;background:0 0;border:none;border-radius:0;padding:0}.pd-left-body .post-card:hover{box-shadow:none;border-color:#0000;transform:none}.pd-left-body .post-card-footer{display:none}.pd-left-body .post-card-image-wrap{max-height:260px}.pd-left-body .post-card-image{-o-object-fit:contain;object-fit:contain;background:#00000026;max-height:260px}.pd-right{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.pd-right-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d0b1acc;flex-shrink:0;align-items:center;padding:1rem 1.25rem;display:flex}.pd-right-title{color:var(--text);align-items:center;gap:.5rem;font-family:Syne,sans-serif;font-size:.88rem;font-weight:700;display:flex}.pd-comment-count{background:var(--accent-dim);color:var(--accent);border:1px solid #8b5cf633;border-radius:10px;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.pd-comments-list{scrollbar-width:thin;scrollbar-color:#8b5cf640 transparent;background:#0d0b1acc;flex-direction:column;flex:1;gap:.85rem;padding:1.25rem 1.25rem .75rem;display:flex;overflow-y:auto}.pd-comments-list::-webkit-scrollbar{width:5px}.pd-comments-list::-webkit-scrollbar-thumb{background:#8b5cf640;border-radius:4px}.pd-comments-empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.55rem;padding:2rem;display:flex}.pd-empty-icon{opacity:.3;font-size:2.2rem}.pd-empty-title{color:var(--text);margin:0;font-family:Fraunces,serif;font-size:1.15rem;font-style:italic;font-weight:700}.pd-empty-sub{color:var(--text-muted);max-width:220px;margin:0;font-size:.82rem;line-height:1.6}.pd-input-bar{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d0b1ad9;flex-shrink:0;align-items:flex-end;gap:.6rem;padding:.85rem 1.1rem;display:flex}.pd-input-avatar{background:var(--surface-hi);border:1px solid var(--border);width:32px;height:32px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.2rem;font-size:.7rem;font-weight:700;display:flex;overflow:hidden}.pd-input-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.pd-input-form{flex-direction:column;flex:1;gap:.3rem;display:flex}.pd-input-row{background:var(--surface-hi);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:.6rem;padding:.5rem .5rem .5rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.pd-input-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.pd-input-textarea{color:var(--text);resize:none;white-space:pre-wrap;background:0 0;border:none;outline:none;flex:1;max-height:100px;padding-top:.2rem;font-family:Syne,sans-serif;font-size:.9rem;line-height:1.5;overflow-y:auto}.pd-input-textarea::placeholder{color:var(--text-subtle)}.pd-send-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .15s;display:flex}.pd-send-btn:hover:not(:disabled){background:#7c3aed;transform:scale(1.07)}.pd-send-btn:disabled{opacity:.4;cursor:not-allowed}.pd-input-footer{justify-content:space-between;align-items:center;padding:0 .25rem;display:flex}.pd-input-hint{color:var(--text-subtle);font-size:.65rem}.pd-input-error{color:var(--error);font-size:.72rem}.pd-char-count{color:var(--text-subtle);font-size:.65rem;font-weight:600;transition:color .2s}.pd-char-count.over{color:var(--error)}.pd-loading,.pd-not-found{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}@media (max-width:860px){.pd-left{width:45%}}@media (max-width:680px){.pd-shell{flex-direction:column;height:100%;display:flex;overflow:hidden}.pd-window{border-radius:0;flex-direction:column;flex:1;height:100%;margin:0}.pd-left{border-right:none;border-bottom:1px solid var(--border);flex-direction:column;flex-shrink:0;width:100%;max-height:60%;display:flex}.pd-left-header{background:var(--surface-hi);min-height:48px;padding:.5rem 1rem}.pd-left-body{padding:.75rem 1rem;overflow-y:auto}.pd-right{background:var(--surface);flex-direction:column;flex:1;min-height:0;display:flex}.pd-right-header{background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem 1rem}.pd-comments-list{background:var(--bg);flex:1;min-height:0;padding:.75rem 1rem}.pd-input-bar{background:var(--surface-hi);border-top:1px solid var(--border);flex-shrink:0;padding:.6rem .75rem}.pd-input-row{background:var(--surface);border-radius:10px;gap:.4rem;padding:.25rem .25rem .25rem .75rem}.pd-input-textarea{max-height:80px;padding:.45rem 0;font-size:16px}.pd-send-btn{border-radius:6px;width:30px;height:30px}.pd-input-footer{margin-top:.25rem}.app-content:has(.pd-shell){overflow:hidden}}
