.Button-module__xDwtkW__button{border-radius:var(--border-radius);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__xDwtkW__button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.Button-module__xDwtkW__primary{background-color:var(--primary-color);color:var(--on-primary)}.Button-module__xDwtkW__green{color:#fff;background-color:#16a34a}.Button-module__xDwtkW__primary:hover:not(:disabled){background-color:var(--primary-hover)}.Button-module__xDwtkW__secondary{background-color:var(--muted-bg);color:var(--foreground);border:1px solid var(--border-color)}.Button-module__xDwtkW__secondary:hover:not(:disabled){background-color:var(--border-color)}.Button-module__xDwtkW__danger{background-color:var(--danger-color);color:#fff}.Button-module__xDwtkW__danger:hover:not(:disabled){background-color:var(--danger-hover)}.Button-module__xDwtkW__fullWidth{width:100%}.Button-module__xDwtkW__loadingContainer{align-items:center;gap:.5rem;display:flex}.Button-module__xDwtkW__spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.6s linear infinite Button-module__xDwtkW__spin}@keyframes Button-module__xDwtkW__spin{to{transform:rotate(360deg)}}
.Alert-module__uV-OLa__alert{border-radius:var(--border-radius);border:1px solid;margin-bottom:1rem;padding:1rem}.Alert-module__uV-OLa__content{align-items:flex-start;gap:.75rem;display:flex}.Alert-module__uV-OLa__icon{flex-shrink:0;font-size:1.25rem}.Alert-module__uV-OLa__message{flex:1;font-size:.875rem}.Alert-module__uV-OLa__closeButton{color:inherit;opacity:.6;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1;transition:opacity .2s}.Alert-module__uV-OLa__closeButton:hover{opacity:1}.Alert-module__uV-OLa__success{color:#166534;background-color:#f0fdf4;border-color:#86efac}.Alert-module__uV-OLa__error{color:#991b1b;background-color:#fef2f2;border-color:#fca5a5}.Alert-module__uV-OLa__warning{color:#854d0e;background-color:#fefce8;border-color:#fde047}.Alert-module__uV-OLa__info{color:#1e40af;background-color:#eff6ff;border-color:#93c5fd}
.WalletConnect-module__sZDE5q__container{margin-bottom:1.5rem}.WalletConnect-module__sZDE5q__container button{color:#1f2937!important;background:linear-gradient(135deg,#f5a623 0%,#e0951c 100%)!important;border:2px solid rgba(255,255,255,.5)!important;padding:.65rem 1.5rem!important;font-size:.95rem!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 12px rgba(245,166,35,.4)!important}.WalletConnect-module__sZDE5q__container button:hover:not(:disabled){background:linear-gradient(135deg,#f7b745 0%,#f5a623 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(245,166,35,.6)!important}.WalletConnect-module__sZDE5q__container button:active:not(:disabled){transform:translateY(0)!important}.WalletConnect-module__sZDE5q__icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:1.25rem}
.WalletStatus-module__ApgdFG__container{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:2px solid rgba(255,255,255,.3);border-radius:8px;flex-direction:column;gap:.25rem;padding:.65rem 1.25rem;display:flex;box-shadow:0 4px 12px rgba(16,185,129,.4)}.WalletStatus-module__ApgdFG__header{align-items:center;gap:.5rem;display:flex}.WalletStatus-module__ApgdFG__label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);font-size:.8rem;font-weight:600}.WalletStatus-module__ApgdFG__indicator{background-color:#fbbf24;border-radius:50%;width:.5rem;height:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite WalletStatus-module__ApgdFG__pulse;box-shadow:0 0 8px rgba(251,191,36,.8)}@keyframes WalletStatus-module__ApgdFG__pulse{0%,to{opacity:1}50%{opacity:.5}}.WalletStatus-module__ApgdFG__content{align-items:center;gap:.75rem;display:flex}.WalletStatus-module__ApgdFG__address{color:#fff;background-color:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.3rem .6rem;font-family:monospace;font-size:.875rem;font-weight:600}.WalletStatus-module__ApgdFG__disconnectButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px rgba(239,68,68,.3)}.WalletStatus-module__ApgdFG__disconnectButton:hover{background:linear-gradient(135deg,#f87171 0%,#ef4444 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.5)}@media (max-width:768px){.WalletStatus-module__ApgdFG__container{width:100%}}
.ChatWindow-module__nvCpQW__chatContainer{flex-direction:column;flex:1;height:100%;display:flex}.ChatWindow-module__nvCpQW__chatWindow{background:#fff;flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.ChatWindow-module__nvCpQW__chatHeader{background:#f9fafb;border-bottom:2px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ChatWindow-module__nvCpQW__userInfo{align-items:center;gap:1rem;display:flex}.ChatWindow-module__nvCpQW__avatar{color:#1f2937;background:linear-gradient(135deg,#f5a623 0%,#e0951c 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.ChatWindow-module__nvCpQW__userName{color:#1f2937;font-size:1rem;font-weight:600}.ChatWindow-module__nvCpQW__userEmail{color:#6b7280;font-size:.875rem}.ChatWindow-module__nvCpQW__status{color:#6b7280;flex-direction:column;align-items:flex-end;gap:.5rem;font-size:.875rem;display:flex}.ChatWindow-module__nvCpQW__statusDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.ChatWindow-module__nvCpQW__online{background:#10b981;animation:2s infinite ChatWindow-module__nvCpQW__pulse;box-shadow:0 0 0 2px rgba(16,185,129,.2)}.ChatWindow-module__nvCpQW__offline{background:#9ca3af}.ChatWindow-module__nvCpQW__statusText{font-size:.8rem;font-weight:500}.ChatWindow-module__nvCpQW__lastSeen{color:#10b981;font-size:.75rem;font-weight:400}@keyframes ChatWindow-module__nvCpQW__pulse{0%{box-shadow:0 0 rgba(16,185,129,.4)}70%{box-shadow:0 0 0 6px rgba(16,185,129,0)}to{box-shadow:0 0 rgba(16,185,129,0)}}.ChatWindow-module__nvCpQW__messagesArea{background:#fafafa;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.ChatWindow-module__nvCpQW__emptyState{color:#9ca3af;justify-content:center;align-items:center;height:100%;font-style:italic;display:flex}.ChatWindow-module__nvCpQW__message{flex-direction:column;max-width:70%;animation:.2s ease-out ChatWindow-module__nvCpQW__slideIn;display:flex}@keyframes ChatWindow-module__nvCpQW__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatWindow-module__nvCpQW__myMessage{align-self:flex-end;align-items:flex-end}.ChatWindow-module__nvCpQW__theirMessage{align-self:flex-start;align-items:flex-start}.ChatWindow-module__nvCpQW__messageContent{word-wrap:break-word;white-space:pre-wrap;border-radius:12px;padding:.75rem 1rem;position:relative}.ChatWindow-module__nvCpQW__messageText{margin-bottom:.25rem}.ChatWindow-module__nvCpQW__editedLabel{opacity:.7;font-size:.75rem;font-style:italic}.ChatWindow-module__nvCpQW__messageActions{opacity:0;gap:.25rem;margin-top:.5rem;transition:opacity .2s;display:flex}.ChatWindow-module__nvCpQW__message:hover .ChatWindow-module__nvCpQW__messageActions{opacity:1}.ChatWindow-module__nvCpQW__actionButton{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:.875rem;transition:background-color .2s}.ChatWindow-module__nvCpQW__actionButton:hover{background:rgba(0,0,0,.1)}.ChatWindow-module__nvCpQW__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ChatWindow-module__nvCpQW__modalContent{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.2s ease-out ChatWindow-module__nvCpQW__modalSlideIn;box-shadow:0 10px 25px rgba(0,0,0,.2)}@keyframes ChatWindow-module__nvCpQW__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ChatWindow-module__nvCpQW__modalTitle{color:#1f2937;text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.ChatWindow-module__nvCpQW__modalText{color:#6b7280;text-align:center;margin:0 0 1.5rem;line-height:1.5}.ChatWindow-module__nvCpQW__modalButtons{flex-direction:column;gap:.75rem;display:flex}.ChatWindow-module__nvCpQW__deleteForEveryoneBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;transition:background-color .2s;display:flex}.ChatWindow-module__nvCpQW__deleteForEveryoneBtn:hover{background:#b91c1c}.ChatWindow-module__nvCpQW__deleteForMeBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;transition:background-color .2s;display:flex}.ChatWindow-module__nvCpQW__deleteForMeBtn:hover{background:#2563eb}.ChatWindow-module__nvCpQW__cancelBtn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;font-weight:500;transition:background-color .2s}.ChatWindow-module__nvCpQW__cancelBtn:hover{background:#e5e7eb}.ChatWindow-module__nvCpQW__editContainer{flex-direction:column;gap:.5rem;display:flex}.ChatWindow-module__nvCpQW__editInput{resize:none;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;font-family:inherit;font-size:.875rem}.ChatWindow-module__nvCpQW__editActions{gap:.5rem;display:flex}.ChatWindow-module__nvCpQW__messageMeta{justify-content:space-between;align-items:center;margin-top:.25rem;padding:0 .5rem;display:flex}.ChatWindow-module__nvCpQW__readStatus{color:#10b981;font-size:.75rem;font-weight:500}.ChatWindow-module__nvCpQW__deletedMessage{color:#6b7280;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border:1px solid #d1d5db;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex;position:relative;overflow:hidden}.ChatWindow-module__nvCpQW__deletedMessage:before{content:"";opacity:.6;background:linear-gradient(90deg,#ef4444,#f97316,#eab308);height:2px;position:absolute;top:0;left:0;right:0}.ChatWindow-module__nvCpQW__deletedMessageIcon{opacity:.7;flex-shrink:0;font-size:1rem}.ChatWindow-module__nvCpQW__deletedMessageText{font-style:italic;font-weight:500}.ChatWindow-module__nvCpQW__deletedMessageTime{opacity:.6;margin-left:auto;font-size:.75rem}.ChatWindow-module__nvCpQW__myMessage .ChatWindow-module__nvCpQW__messageContent{color:#1f2937;background:linear-gradient(135deg,#f5a623 0%,#e0951c 100%);border-bottom-right-radius:4px}.ChatWindow-module__nvCpQW__theirMessage .ChatWindow-module__nvCpQW__messageContent{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.ChatWindow-module__nvCpQW__messageTime{color:#9ca3af;margin-top:.25rem;padding:0 .5rem;font-size:.75rem}.ChatWindow-module__nvCpQW__typingIndicator{background:#fff;border:1px solid #e5e7eb;border-radius:12px 12px 12px 4px;gap:.25rem;width:-moz-fit-content;width:fit-content;padding:.75rem 1rem;display:flex}.ChatWindow-module__nvCpQW__typingIndicator span{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s infinite ChatWindow-module__nvCpQW__typing}.ChatWindow-module__nvCpQW__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatWindow-module__nvCpQW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatWindow-module__nvCpQW__typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.ChatWindow-module__nvCpQW__inputArea{background:#fff;border-top:2px solid #e5e7eb;flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.ChatWindow-module__nvCpQW__imagePreviewContainer{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;width:200px;height:200px;position:relative;overflow:hidden}.ChatWindow-module__nvCpQW__imagePreview{object-fit:cover;width:100%;height:100%}.ChatWindow-module__nvCpQW__removeImageButton{color:#fff;cursor:pointer;background:rgba(0,0,0,.6);border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:background-color .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.ChatWindow-module__nvCpQW__removeImageButton:hover{background:rgba(0,0,0,.8)}.ChatWindow-module__nvCpQW__inputRow{align-items:flex-end;gap:.75rem;display:flex}.ChatWindow-module__nvCpQW__fileInput{display:none}.ChatWindow-module__nvCpQW__imageUploadButton{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:300;transition:all .2s;display:flex}.ChatWindow-module__nvCpQW__imageUploadButton:hover{background:var(--primary-tint);border-color:var(--primary-color);color:#92400e}.ChatWindow-module__nvCpQW__imageUploadButton:disabled{opacity:.5;cursor:not-allowed}.ChatWindow-module__nvCpQW__messageInput{resize:none;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.ChatWindow-module__nvCpQW__messageInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(245,166,35,.15)}.ChatWindow-module__nvCpQW__messageInput:disabled{cursor:not-allowed;background:#f9fafb}.ChatWindow-module__nvCpQW__imageMessageContainer{border-radius:12px;max-width:100%;position:relative;overflow:hidden}.ChatWindow-module__nvCpQW__messageImage{cursor:pointer;object-fit:contain;border-radius:12px;max-width:100%;max-height:300px;transition:transform .2s;display:block}.ChatWindow-module__nvCpQW__messageImage:hover{opacity:.9;transform:scale(1.02)}.ChatWindow-module__nvCpQW__imagePlaceholder{text-align:center;color:#6b7280;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:12px;padding:2rem;font-size:.875rem}.ChatWindow-module__nvCpQW__myMessage .ChatWindow-module__nvCpQW__imageMessageContainer{border-bottom-right-radius:4px}.ChatWindow-module__nvCpQW__theirMessage .ChatWindow-module__nvCpQW__imageMessageContainer{border-bottom-left-radius:4px}.ChatWindow-module__nvCpQW__myMessage .ChatWindow-module__nvCpQW__messageImage{border:2px solid rgba(255,255,255,.2)}.ChatWindow-module__nvCpQW__theirMessage .ChatWindow-module__nvCpQW__messageImage{border:2px solid #e5e7eb}.ChatWindow-module__nvCpQW__myMessage .ChatWindow-module__nvCpQW__messageActions{opacity:0;background:rgba(0,0,0,.6);border-radius:6px;padding:.25rem;transition:opacity .2s;position:absolute;top:.5rem;right:.5rem}.ChatWindow-module__nvCpQW__myMessage .ChatWindow-module__nvCpQW__imageMessageContainer:hover .ChatWindow-module__nvCpQW__messageActions{opacity:1}.ChatWindow-module__nvCpQW__theirMessage .ChatWindow-module__nvCpQW__messageActions{opacity:0;background:rgba(255,255,255,.9);border-radius:6px;padding:.25rem;transition:opacity .2s;position:absolute;top:.5rem;right:.5rem}.ChatWindow-module__nvCpQW__theirMessage .ChatWindow-module__nvCpQW__imageMessageContainer:hover .ChatWindow-module__nvCpQW__messageActions{opacity:1}.ChatWindow-module__nvCpQW__disconnectedBanner{color:#92400e;text-align:center;background:#fef3c7;padding:.75rem;font-size:.875rem;font-weight:500}.ChatWindow-module__nvCpQW__messagesArea::-webkit-scrollbar{width:6px}.ChatWindow-module__nvCpQW__messagesArea::-webkit-scrollbar-track{background:#f1f1f1}.ChatWindow-module__nvCpQW__messagesArea::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ChatWindow-module__nvCpQW__messagesArea::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.FormInput-module__hJQhnW__container{margin-bottom:1rem}.FormInput-module__hJQhnW__label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.FormInput-module__hJQhnW__input{border:1px solid var(--input-border);border-radius:var(--border-radius);background-color:var(--card-bg);width:100%;color:var(--foreground);padding:.625rem .875rem;font-size:.875rem;transition:all .2s}.FormInput-module__hJQhnW__input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(245,166,35,.15)}.FormInput-module__hJQhnW__input.FormInput-module__hJQhnW__error{border-color:var(--danger-color)}.FormInput-module__hJQhnW__input.FormInput-module__hJQhnW__error:focus{box-shadow:0 0 0 3px rgba(220,38,38,.1)}.FormInput-module__hJQhnW__errorMessage{color:var(--danger-color);margin-top:.375rem;font-size:.75rem}
.DisputeResolutionPanel-module__MDElSq__container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;width:100%;height:auto;margin:0;position:relative;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,.06)}.DisputeResolutionPanel-module__MDElSq__container.DisputeResolutionPanel-module__MDElSq__collapsed{min-height:auto;box-shadow:none;background:0 0;border:none}.DisputeResolutionPanel-module__MDElSq__header{background:#fff;border-radius:12px 12px 0 0;flex-direction:column;gap:12px;padding:16px;display:flex}.DisputeResolutionPanel-module__MDElSq__container.DisputeResolutionPanel-module__MDElSq__collapsed .DisputeResolutionPanel-module__MDElSq__header{border-radius:12px}.DisputeResolutionPanel-module__MDElSq__walletConnected{background:#f0fdf4;border:1px solid #86efac;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;display:flex}.DisputeResolutionPanel-module__MDElSq__connectedIcon{font-size:16px}.DisputeResolutionPanel-module__MDElSq__walletAddress{color:#16a34a;font-family:Courier New,monospace;font-weight:600}.DisputeResolutionPanel-module__MDElSq__resolveButton{cursor:pointer;color:#000;background:#9ca3af;border:none;border-radius:8px;width:100%;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s}.DisputeResolutionPanel-module__MDElSq__resolveButton:hover{background:#6b7280;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.DisputeResolutionPanel-module__MDElSq__resolveButtonActive{color:#fff;background:#ef4444;border:2px solid #dc2626}.DisputeResolutionPanel-module__MDElSq__resolveButtonActive:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.DisputeResolutionPanel-module__MDElSq__panel{background:#fff;border-radius:0 0 12px 12px;flex-shrink:0;height:auto;padding:20px;overflow:visible}.DisputeResolutionPanel-module__MDElSq__saleInfoPanel{background:linear-gradient(135deg,#fffdf7 0%,#fdf3d8 100%);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.DisputeResolutionPanel-module__MDElSq__saleInfoPanel h4{color:#374151;margin:0 0 12px;font-size:16px;font-weight:600}.DisputeResolutionPanel-module__MDElSq__infoItem{flex-direction:column;gap:4px;display:flex}.DisputeResolutionPanel-module__MDElSq__infoLabel{color:#6b7280;font-size:12px;font-weight:500}.DisputeResolutionPanel-module__MDElSq__infoValue{color:#1f2937;font-size:16px;font-weight:700}.DisputeResolutionPanel-module__MDElSq__loadingInfo{color:#6b7280;padding:8px 0;font-size:14px;font-style:italic}.DisputeResolutionPanel-module__MDElSq__loading,.DisputeResolutionPanel-module__MDElSq__noPermission{text-align:center;padding:16px}.DisputeResolutionPanel-module__MDElSq__saleInfo{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.DisputeResolutionPanel-module__MDElSq__saleInfo h4{color:#333;margin:0 0 12px;font-size:14px}.DisputeResolutionPanel-module__MDElSq__infoGrid{grid-template-columns:1fr 1fr;gap:8px;font-size:12px;display:grid}.DisputeResolutionPanel-module__MDElSq__infoGrid div{justify-content:space-between;display:flex}.DisputeResolutionPanel-module__MDElSq__infoGrid span:first-child{color:#666}.DisputeResolutionPanel-module__MDElSq__infoGrid strong{color:#333}.DisputeResolutionPanel-module__MDElSq__resolutionForm h4{color:#333;margin:0 0 16px;font-size:14px}.DisputeResolutionPanel-module__MDElSq__inputGroup{min-height:60px;margin-bottom:16px}.DisputeResolutionPanel-module__MDElSq__inputGroup label{color:#666;margin-bottom:4px;font-size:12px;font-weight:500;display:block}.DisputeResolutionPanel-module__MDElSq__inputGroup input{border:1px solid #ddd;border-radius:4px;width:100%;min-height:40px;padding:8px 12px;font-size:14px;visibility:visible!important;opacity:1!important;height:auto!important;display:block!important}.DisputeResolutionPanel-module__MDElSq__inputGroup input:focus{border-color:#f5a623;outline:none;box-shadow:0 0 0 2px rgba(245,166,35,.25)}.DisputeResolutionPanel-module__MDElSq__inputGroup input:disabled{color:#999;background:#f5f5f5}.DisputeResolutionPanel-module__MDElSq__buyerInput{visibility:visible!important;opacity:1!important;background-color:#fff!important;border:1px solid #ddd!important;border-radius:4px!important;width:100%!important;min-height:40px!important;padding:8px 12px!important;font-size:14px!important;display:block!important}.DisputeResolutionPanel-module__MDElSq__summary{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:8px;margin:20px 0;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.DisputeResolutionPanel-module__MDElSq__totalRow,.DisputeResolutionPanel-module__MDElSq__remainingRow{justify-content:space-between;margin-bottom:4px;font-size:14px;display:flex}.DisputeResolutionPanel-module__MDElSq__totalRow{color:#333;font-weight:600}.DisputeResolutionPanel-module__MDElSq__remainingRow{color:#666}.DisputeResolutionPanel-module__MDElSq__actions{z-index:10;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;align-items:center;min-height:80px;margin-top:20px;padding:20px;display:flex;position:relative}.DisputeResolutionPanel-module__MDElSq__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.DisputeResolutionPanel-module__MDElSq__modalContent{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:24px}.DisputeResolutionPanel-module__MDElSq__modalContent h3{color:#333;margin:0 0 16px}.DisputeResolutionPanel-module__MDElSq__modalContent p{color:#666;margin:0 0 16px}.DisputeResolutionPanel-module__MDElSq__confirmationDetails{background:#f8f9fa;border-radius:4px;margin:16px 0;padding:12px;font-size:14px}.DisputeResolutionPanel-module__MDElSq__confirmationDetails div{margin-bottom:4px}.DisputeResolutionPanel-module__MDElSq__confirmationDetails div:last-child{border-top:1px solid #e9ecef;margin-bottom:0;padding-top:8px}.DisputeResolutionPanel-module__MDElSq__statusMessage{background:#f0f7ff;border:1px solid #bdd7f5;border-radius:8px;align-items:flex-start;gap:12px;margin:20px 0;padding:16px;display:flex}.DisputeResolutionPanel-module__MDElSq__statusMessage.DisputeResolutionPanel-module__MDElSq__statusError{background:#fff5f5;border-color:#feb2b2}.DisputeResolutionPanel-module__MDElSq__statusIcon{flex-shrink:0;font-size:24px;line-height:1}.DisputeResolutionPanel-module__MDElSq__statusText{flex:1}.DisputeResolutionPanel-module__MDElSq__statusText strong{color:#1e3a8a;margin-bottom:4px;font-size:14px;display:block}.DisputeResolutionPanel-module__MDElSq__statusMessage.DisputeResolutionPanel-module__MDElSq__statusError .DisputeResolutionPanel-module__MDElSq__statusText strong{color:#991b1b}.DisputeResolutionPanel-module__MDElSq__statusText p{color:#64748b;margin:0;font-size:13px;line-height:1.4}.DisputeResolutionPanel-module__MDElSq__modalActions{gap:12px;margin-top:20px;display:flex}.DisputeResolutionPanel-module__MDElSq__modalActions button{flex:1}@media (max-width:768px){.DisputeResolutionPanel-module__MDElSq__container{border-radius:8px;margin:8px 0}.DisputeResolutionPanel-module__MDElSq__header{border-radius:8px 8px 0 0;padding:12px 16px}.DisputeResolutionPanel-module__MDElSq__panel{padding:16px}.DisputeResolutionPanel-module__MDElSq__actions{min-height:70px;padding:16px}.DisputeResolutionPanel-module__MDElSq__infoGrid{grid-template-columns:1fr;gap:6px}}.DisputeResolutionPanel-module__MDElSq__actions button{border-radius:8px;width:100%;min-height:48px;font-size:16px;font-weight:600;transition:all .2s}.DisputeResolutionPanel-module__MDElSq__actions button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}
.RegisterForm-module__BzBqEG__form{flex-direction:column;display:flex}
.Header-module__GS2qTq__header{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;padding:1rem 0}.Header-module__GS2qTq__container{justify-content:flex-end;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__GS2qTq__walletSection{align-items:center;gap:1rem;margin-right:0;display:flex}@media (max-width:768px){.Header-module__GS2qTq__container{flex-direction:column;gap:1rem}.Header-module__GS2qTq__logo h1{font-size:1.2rem}.Header-module__GS2qTq__walletSection{justify-content:center;width:100%}}
.chat-module__z2z9_q__pageContainer{background:linear-gradient(135deg,#fff 0%,#fdf3d8 100%);min-height:100vh;padding:2rem}.chat-module__z2z9_q__header{align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto 2rem;padding:0 1rem;display:flex}.chat-module__z2z9_q__title{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}.chat-module__z2z9_q__loadingContainer,.chat-module__z2z9_q__errorContainer{min-height:60vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;display:flex}.chat-module__z2z9_q__spinner{border:4px solid var(--primary-soft);border-top-color:var(--primary-color);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite chat-module__z2z9_q__spin}@keyframes chat-module__z2z9_q__spin{to{transform:rotate(360deg)}}.chat-module__z2z9_q__content{flex-direction:column;gap:1.5rem;max-width:1200px;min-height:calc(100vh - 200px);margin:0 auto;padding:0 1rem;display:flex}.chat-module__z2z9_q__quickInfo{background:#fff;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:1.5rem 2rem;display:grid;box-shadow:0 4px 12px rgba(0,0,0,.1)}.chat-module__z2z9_q__infoItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.chat-module__z2z9_q__infoLabel{color:#6b7280;font-size:.875rem;font-weight:600}.chat-module__z2z9_q__infoValue{color:#1f2937;flex-direction:column;align-items:center;gap:.25rem;font-size:1.125rem;font-weight:700;display:flex}.chat-module__z2z9_q__emailText{color:#6b7280;font-size:.875rem;font-weight:400}.chat-module__z2z9_q__bankDetails{border-top:1px solid #e5e7eb;flex-direction:column;gap:.25rem;width:100%;margin-top:.5rem;padding-top:.5rem;display:flex}.chat-module__z2z9_q__bankDetailItem{justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.chat-module__z2z9_q__bankLabel{color:#6b7280;min-width:60px;font-weight:500}.chat-module__z2z9_q__bankValue{color:#1f2937;text-align:right;word-break:break-all;font-weight:600}.chat-module__z2z9_q__chatSection{background:#fff;border-radius:12px;flex-direction:column;height:750px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.chat-module__z2z9_q__resolutionSection{padding:0}.chat-module__z2z9_q__btnSection{background:#fff;border-radius:12px;padding:20px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.chat-module__z2z9_q__chatTabs{background:#f9fafb;border-bottom:2px solid #e5e7eb;display:flex}.chat-module__z2z9_q__chatTab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:3px solid transparent;flex:1;margin-bottom:-2px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.chat-module__z2z9_q__chatTab:hover{color:#374151;background:rgba(245,166,35,.08)}.chat-module__z2z9_q__activeTab{color:#92400e;border-bottom-color:var(--primary-color);background:#fff}.chat-module__z2z9_q__chatContainer{flex-direction:column;flex:1;height:100%;padding:0;display:flex;overflow:hidden}@media (max-width:768px){.chat-module__z2z9_q__pageContainer{padding:1rem}.chat-module__z2z9_q__header{flex-direction:column;align-items:flex-start}.chat-module__z2z9_q__title{font-size:1.5rem}.chat-module__z2z9_q__quickInfo{grid-template-columns:1fr;gap:1rem}.chat-module__z2z9_q__chatTabs{flex-direction:column}.chat-module__z2z9_q__chatSection{height:600px;max-height:70vh}}
.dispute-detail-module__fkSrWa__pageContainer{background:linear-gradient(135deg,#fff 0%,#fdf3d8 100%);min-height:100vh;padding:2rem}.dispute-detail-module__fkSrWa__header{align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto 2rem;padding:0 1rem;display:flex}.dispute-detail-module__fkSrWa__title{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}.dispute-detail-module__fkSrWa__loadingContainer,.dispute-detail-module__fkSrWa__errorContainer{min-height:60vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;display:flex}.dispute-detail-module__fkSrWa__spinner{border:4px solid var(--primary-soft);border-top-color:var(--primary-color);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite dispute-detail-module__fkSrWa__spin}@keyframes dispute-detail-module__fkSrWa__spin{to{transform:rotate(360deg)}}.dispute-detail-module__fkSrWa__content{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.dispute-detail-module__fkSrWa__card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dispute-detail-module__fkSrWa__cardTitle{color:#1f2937;border-bottom:2px solid #e5e7eb;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700}.dispute-detail-module__fkSrWa__infoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.dispute-detail-module__fkSrWa__infoItem{flex-direction:column;gap:.5rem;display:flex}.dispute-detail-module__fkSrWa__infoLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.dispute-detail-module__fkSrWa__infoValue{color:#1f2937;word-break:break-all;font-size:1rem;font-weight:600}.dispute-detail-module__fkSrWa__badge{text-transform:uppercase;border-radius:9999px;width:-moz-fit-content;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.dispute-detail-module__fkSrWa__badgeOpen{color:#92400e;background:#fef3c7}.dispute-detail-module__fkSrWa__warningBox{color:#92400e;text-align:center;background:#fef3c7;border-radius:8px;padding:1rem;font-weight:500}.dispute-detail-module__fkSrWa__emptyText{color:#6b7280;text-align:center;margin:0;padding:2rem;font-style:italic}.dispute-detail-module__fkSrWa__evidenceList{flex-direction:column;gap:1rem;display:flex}.dispute-detail-module__fkSrWa__evidenceItem{border:2px solid #e5e7eb;border-radius:8px;padding:1rem;transition:border-color .2s}.dispute-detail-module__fkSrWa__evidenceItem:hover{border-color:var(--primary-color)}.dispute-detail-module__fkSrWa__evidenceHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dispute-detail-module__fkSrWa__evidenceType{border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.dispute-detail-module__fkSrWa__typeimage{color:#1e40af;background:#dbeafe}.dispute-detail-module__fkSrWa__typedoc{color:#9f1239;background:#fce7f3}.dispute-detail-module__fkSrWa__typenote{color:#92400e;background:#fef3c7}.dispute-detail-module__fkSrWa__evidenceDate{color:#6b7280;font-size:.75rem}.dispute-detail-module__fkSrWa__evidenceBody{flex-direction:column;gap:.5rem;display:flex}.dispute-detail-module__fkSrWa__evidenceUrl{color:#1f2937;word-break:break-all;margin:0}.dispute-detail-module__fkSrWa__evidenceUploader{color:#6b7280;margin:0;font-size:.875rem}.dispute-detail-module__fkSrWa__actionsCard{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (max-width:768px){.dispute-detail-module__fkSrWa__pageContainer{padding:1rem}.dispute-detail-module__fkSrWa__header{flex-direction:column;align-items:flex-start}.dispute-detail-module__fkSrWa__title{font-size:1.5rem}.dispute-detail-module__fkSrWa__infoGrid{grid-template-columns:1fr}}
.dispute-module__ADDZWa__pageContainer{background:linear-gradient(135deg,#fff 0%,#fdf3d8 100%);min-height:100vh;padding:2rem}.dispute-module__ADDZWa__header{background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto 2rem;padding:2rem;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dispute-module__ADDZWa__title{color:#1f2937;margin:0 0 .5rem;font-size:2rem;font-weight:700}.dispute-module__ADDZWa__subtitle{color:#6b7280;margin:0;font-size:1rem}.dispute-module__ADDZWa__loadingContainer{min-height:60vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;display:flex}.dispute-module__ADDZWa__spinner{border:4px solid var(--primary-soft);border-top-color:var(--primary-color);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite dispute-module__ADDZWa__spin}@keyframes dispute-module__ADDZWa__spin{to{transform:rotate(360deg)}}.dispute-module__ADDZWa__emptyState{text-align:center;background:#fff;border-radius:12px;max-width:600px;margin:4rem auto;padding:4rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dispute-module__ADDZWa__emptyIcon{margin-bottom:1rem;font-size:4rem;display:block}.dispute-module__ADDZWa__emptyState h3{color:#1f2937;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.dispute-module__ADDZWa__emptyState p{color:#6b7280;margin:0}.dispute-module__ADDZWa__disputesGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.dispute-module__ADDZWa__disputeCard{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dispute-module__ADDZWa__disputeCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.dispute-module__ADDZWa__cardHeader{background:#f9fafb;border-bottom:2px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.dispute-module__ADDZWa__disputeId{flex-direction:column;gap:.25rem;display:flex}.dispute-module__ADDZWa__label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.dispute-module__ADDZWa__idValue{color:#1f2937;font-family:monospace;font-size:.875rem;font-weight:600}.dispute-module__ADDZWa__badge{color:#92400e;text-transform:uppercase;background:#fef3c7;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.dispute-module__ADDZWa__cardBody{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.dispute-module__ADDZWa__infoRow{justify-content:space-between;align-items:center;display:flex}.dispute-module__ADDZWa__infoLabel{color:#6b7280;font-size:.875rem;font-weight:500}.dispute-module__ADDZWa__infoValue{color:#1f2937;font-size:.875rem;font-weight:600}.dispute-module__ADDZWa__warningText{color:#d97706;font-size:.875rem}.dispute-module__ADDZWa__cardFooter{background:#f9fafb;border-top:2px solid #e5e7eb;padding:1rem 1.5rem}.dispute-module__ADDZWa__filterSection{background:#fff;border-radius:12px;max-width:1400px;margin:0 auto 2rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dispute-module__ADDZWa__filterLabel{color:#374151;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:block}.dispute-module__ADDZWa__filterButtons{flex-wrap:wrap;gap:.75rem;display:flex}.dispute-module__ADDZWa__filterButton{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.dispute-module__ADDZWa__filterButton:hover{background:#f9fafb;border-color:#9ca3af}.dispute-module__ADDZWa__filterButton.dispute-module__ADDZWa__activeFilter{border-color:var(--primary-color);color:#92400e;background:var(--primary-tint);font-weight:600}.dispute-module__ADDZWa__statusBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.375rem .875rem;font-size:.75rem;font-weight:600}@media (max-width:768px){.dispute-module__ADDZWa__pageContainer{padding:1rem}.dispute-module__ADDZWa__header{flex-direction:column;gap:1rem}.dispute-module__ADDZWa__title{font-size:1.5rem}.dispute-module__ADDZWa__disputesGrid{grid-template-columns:1fr}}
.login-module__WEZH7G__pageContainer{background:linear-gradient(135deg,#fff 0%,#fdf3d8 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-module__WEZH7G__card{background-color:var(--card-bg);border-radius:var(--border-radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:2rem}@media (max-width:480px){.login-module__WEZH7G__card{max-width:100%;padding:1.5rem}}.login-module__WEZH7G__header{text-align:center;margin-bottom:2rem}.login-module__WEZH7G__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.login-module__WEZH7G__subtitle{color:var(--secondary-color);font-size:.875rem}.login-module__WEZH7G__form{flex-direction:column;display:flex}.login-module__WEZH7G__footer{text-align:center;color:var(--secondary-color);margin-top:1.5rem;font-size:.875rem}.login-module__WEZH7G__link{color:var(--primary-color);font-weight:500;text-decoration:none}.login-module__WEZH7G__link:hover{text-decoration:underline}
.register-module__jUGYdG__pageContainer{background:linear-gradient(135deg,#fff 0%,#fdf3d8 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.register-module__jUGYdG__card{background-color:var(--card-bg);border-radius:var(--border-radius-lg);width:100%;max-width:28rem;box-shadow:var(--shadow-lg);padding:2rem}.register-module__jUGYdG__header{text-align:center;margin-bottom:2rem}.register-module__jUGYdG__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.register-module__jUGYdG__subtitle{color:var(--secondary-color);font-size:.875rem}.register-module__jUGYdG__content{margin-bottom:1.5rem}.register-module__jUGYdG__info{background-color:var(--primary-tint);border:1px solid var(--primary-soft);border-radius:var(--border-radius);padding:1rem}.register-module__jUGYdG__infoTitle{color:#92400e;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.register-module__jUGYdG__infoList{color:#92400e;font-size:.875rem;line-height:1.75;list-style-position:inside}
