.paf-session-close {
  position: fixed; z-index: 5000; top: 12px; right: 18px;
  width: 34px; height: 34px; border: 1px solid #475569; border-radius: 9px;
  background: #171b27; color: #cbd5e1; font: 24px/1 sans-serif; cursor: pointer;
}
.paf-session-close:hover { color: #fff; border-color: #e9be6c; }
body .paf-transfer, body .paf-talk { right: 64px; }
body .paf-transfer-panel, body .paf-talk-panel { max-width: calc(100vw - 80px); }
.paf-session-dialog {
  box-sizing: border-box; width: 440px; max-width: calc(100vw - 32px); padding: 24px;
  border: 1px solid #475569; border-radius: 14px; background: #171b27;
  color: #e2e8f0; font: 14px/1.5 system-ui, sans-serif; box-shadow: 0 20px 80px #0008;
}
.paf-session-dialog::backdrop { background: #0009; }
.paf-session-dialog h2 { font-size: 20px; margin: 0 0 12px; color: #fff8d7; }
.paf-session-name { overflow-wrap: anywhere; color: #9beaff; font-size: 12px; }
.paf-session-actions { display: grid; gap: 10px; margin-top: 20px; }
.paf-session-actions button {
  min-height: 42px; padding: 9px 14px; cursor: pointer; border: 1px solid #526379;
  border-radius: 8px; background: #222c3d; color: #f1f5f9; font: inherit;
}
.paf-session-actions .paf-session-stop { border-color: #a85959; background: #402627; }
.paf-session-actions button:disabled { opacity: .5; cursor: wait; }
.paf-session-actions button:focus-visible, .paf-session-close:focus-visible { outline: 2px solid #9beaff; outline-offset: 3px; }
.paf-session-error { color: #f0c580; margin-bottom: 0; }
