.fp-panel{position:fixed;z-index:10005;display:flex;flex-direction:column;background:rgba(20,25,50,.92);border:1px solid rgba(255,255,255,.1);border-radius:.85rem;box-shadow:0 18px 50px -12px rgba(0,0,0,.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#e6e8f0;animation:fp-panel-in .3s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes fp-panel-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.fp-dragging{cursor:grabbing;box-shadow:0 22px 60px -12px rgba(0,0,0,.85)}.fp-head{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem .55rem .65rem;border-bottom:1px solid rgba(255,255,255,.06);cursor:grab;flex-shrink:0;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.fp-head:active{cursor:grabbing}.fp-grip{display:inline-flex;align-items:center;justify-content:center;color:rgba(230,232,240,.4);flex-shrink:0}.fp-title-wrap{display:flex;flex-direction:column;gap:.05rem;min-width:0;flex:1 1 auto}.fp-title{font-size:.92rem;font-weight:700;color:#f1f4ff;letter-spacing:.01em}.fp-sub{font-size:.72rem;color:rgba(230,232,240,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-close{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;padding:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:999px;color:rgba(230,232,240,.7);cursor:pointer;flex-shrink:0;transition:background .2s,border-color .2s,color .2s;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.fp-close:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}@media (max-width:640px){.fp-head{padding:.75rem .85rem .7rem .75rem}.fp-close{width:2.75rem;height:2.75rem}}.fp-body{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:text;-moz-user-select:text;user-select:text}