.fv-chat-launcher{position:fixed;left:18px;bottom:18px;width:54px;height:54px;border-radius:999px;background:#fadb45;color:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,.25);cursor:pointer;z-index:99999}.fv-chat-launcher svg{width:26px;height:26px}.fv-chat-box{position:fixed;left:18px;bottom:86px;width:320px;max-width:calc(100vw - 36px);height:420px;max-height:calc(100vh - 140px);background:#0f1116;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.35);overflow:hidden;display:none;z-index:99999}.fv-chat-box.is-open{display:flex;flex-direction:column}.fv-chat-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.1)}.fv-chat-title{font-weight:700;font-size:14px}.fv-chat-close{background:0 0;border:0;color:#fff;font-size:18px;cursor:pointer;width:32px;height:32px;border-radius:8px}.fv-chat-close:hover{background:rgba(255,255,255,.08)}.fv-chat-messages{flex:1;overflow:auto;padding:10px 10px 6px}.fv-chat-msg{margin:0 0 10px;font-size:13px;line-height:1.25}.fv-chat-user{font-weight:700;margin-right:6px;color:#fadb45}.fv-chat-bot{font-weight:700;margin-right:6px;color:#fd5f67}.fv-chat-text{color:#fff;word-break:break-word}.fv-chat-time{display:block;opacity:.55;font-size:11px;margin-top:2px}.fv-chat-form{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(255,255,255,.1);background:#0f1116}.fv-chat-input{flex:1;min-width:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:10px;padding:10px;outline:none}.fv-chat-send{background:#fadb45;color:#111;border:0;padding:0 14px;border-radius:10px;cursor:pointer;font-weight:700}.fv-chat-note{font-size:12px;opacity:.8;padding:10px}.fv-chat-link{text-decoration:underline}.fv-chat-link:hover{opacity:.85}.fv-chat-trade{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18);padding:0 14px;border-radius:10px;cursor:pointer;font-weight:700}.fv-chat-trade:hover{opacity:.9}.fv-chat-trade-card{margin:6px 0 0;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.04)}.fv-chat-trade-actions{margin-top:10px;display:flex;gap:8px}.fv-chat-trade-actions button{border-radius:10px;padding:8px 12px;border:0;cursor:pointer;font-weight:700}.fv-chat-trade-accept{background:#fadb45;color:#111}.fv-chat-trade-decline{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.18)}#fv-trade-modal .fv-trade-userrow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}#fv-trade-modal .fv-trade-userrow-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}#fv-trade-modal #fv-trade-user-q{min-width:180px}#fv-trade-modal #fv-trade-user{min-width:220px}#fv-trade-modal .fv-trade-userrow-badge{font-weight:800;opacity:.9;white-space:nowrap}#fv-chat-launcher i{font-size:22px;line-height:1}.fv-chat-send i,.fv-chat-trade i{font-size:18px;line-height:1}.fv-chat-msg .fv-chat-user{color:#fadb45 !important;font-weight:700}.fv-chat-msg.is-cardbot .fv-chat-user{color:#fe5e66 !important}.fv-trade-userrow{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.fv-trade-user-searchrow,.fv-trade-user-selectrow{width:420px;max-width:100%}.fv-trade-user-searchrow{display:flex;gap:8px;align-items:center}.fv-trade-user-searchrow input{flex:1;width:auto;min-width:0}.fv-trade-user-searchrow button{flex:0 0 auto}.fv-trade-user-selectrow select{width:100%;min-width:0}