.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.offer-acceptance-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:650px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.offer-acceptance-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.offer-acceptance-modal .modal-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.offer-acceptance-modal .modal-icon{color:#059669;font-size:1.25rem}.offer-acceptance-modal .modal-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.offer-acceptance-modal .modal-close:hover{background:#f3f4f6;color:#374151}.offer-acceptance-modal .modal-content{padding:24px}.offer-acceptance-modal .offer-details-section{margin-bottom:24px}.offer-acceptance-modal .offer-details-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 16px}.offer-acceptance-modal .offer-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.offer-acceptance-modal .offer-info-item{display:flex;flex-direction:column;gap:4px}.offer-acceptance-modal .offer-info-item .label{font-size:.875rem;font-weight:500;color:#6b7280}.offer-acceptance-modal .offer-info-item .value{font-size:1rem;font-weight:600;color:#1f2937}.offer-acceptance-modal .offer-amount{color:#059669!important;font-size:1.25rem!important}.offer-acceptance-modal .buyer-message-section{padding:16px;background:#f9fafb;border-radius:8px;border-left:4px solid #059669}.offer-acceptance-modal .buyer-message-section h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 8px}.offer-acceptance-modal .buyer-message{font-size:.95rem;color:#374151;font-style:italic;line-height:1.5}.offer-acceptance-modal .content-details-section{margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:8px}.offer-acceptance-modal .content-details-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 12px}.offer-acceptance-modal .content-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.offer-acceptance-modal .content-meta{font-size:.875rem;color:#6b7280;margin-bottom:8px}.offer-acceptance-modal .listed-price{font-size:.875rem;color:#059669;font-weight:500}.offer-acceptance-modal .notice-section{margin-bottom:24px}.offer-acceptance-modal .notice-box{display:flex;gap:12px;padding:16px;border-radius:8px;margin-bottom:16px}.offer-acceptance-modal .notice-box.acceptance{background:#ecfdf5;border:1px solid #059669}.offer-acceptance-modal .notice-box.rejection{background:#fef2f2;border:1px solid #dc2626}.offer-acceptance-modal .notice-box:last-child{margin-bottom:0}.offer-acceptance-modal .notice-icon{font-size:1.25rem;margin-top:2px;flex-shrink:0}.offer-acceptance-modal .notice-box.acceptance .notice-icon{color:#059669}.offer-acceptance-modal .notice-box.rejection .notice-icon{color:#dc2626}.offer-acceptance-modal .notice-content h4{font-size:1rem;font-weight:600;margin:0 0 8px}.offer-acceptance-modal .notice-box.acceptance .notice-content h4{color:#047857}.offer-acceptance-modal .notice-box.rejection .notice-content h4{color:#b91c1c}.offer-acceptance-modal .notice-content ul{margin:0;padding-left:16px}.offer-acceptance-modal .notice-box.acceptance .notice-content ul{color:#047857}.offer-acceptance-modal .notice-box.rejection .notice-content ul{color:#b91c1c}.offer-acceptance-modal .notice-content li{font-size:.875rem;margin-bottom:4px}.offer-acceptance-modal .notice-content strong{font-weight:600}.offer-acceptance-modal .response-section{margin-bottom:24px}.offer-acceptance-modal .response-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.offer-acceptance-modal .required{color:#dc2626;font-weight:400}.offer-acceptance-modal .response-textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;color:#374151;resize:vertical;min-height:80px;transition:border-color .2s ease}.offer-acceptance-modal .response-textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}.offer-acceptance-modal .character-count{font-size:.75rem;color:#6b7280;text-align:right;margin-top:4px}.offer-acceptance-modal .earnings-section{margin-bottom:24px;padding:16px;background:#fefce8;border-radius:8px;border:1px solid #facc15}.offer-acceptance-modal .earnings-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 16px}.offer-acceptance-modal .earnings-grid{display:flex;flex-direction:column;gap:12px}.offer-acceptance-modal .earnings-item{display:flex;justify-content:space-between;align-items:center}.offer-acceptance-modal .earnings-item.total{padding-top:12px;border-top:1px solid #facc15;font-weight:600}.offer-acceptance-modal .earnings-item .label{font-size:.95rem;color:#374151}.offer-acceptance-modal .earnings-item .value{font-size:1rem;font-weight:500;color:#1f2937}.offer-acceptance-modal .earnings-item.deduction .value{color:#dc2626;font-weight:500}.offer-acceptance-modal .earnings-item.subtotal{padding-top:8px;border-top:1px solid #e5e7eb;margin-top:8px}.offer-acceptance-modal .earnings-item.subtotal .value{color:#374151;font-weight:500}.offer-acceptance-modal .earnings-item.total{padding-top:12px;border-top:2px solid #facc15;margin-top:12px;font-weight:600}.offer-acceptance-modal .earnings-item.total .value{color:#059669;font-size:1.125rem;font-weight:600}.offer-acceptance-modal .earnings-summary{margin-top:16px;padding:12px;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.offer-acceptance-modal .summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.offer-acceptance-modal .summary-item:last-child{margin-bottom:0}.offer-acceptance-modal .summary-item .buyer-amount{color:#2563eb;font-weight:600}.offer-acceptance-modal .summary-item .fees-amount{color:#dc2626;font-weight:500}.offer-acceptance-modal .modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.offer-acceptance-modal .modal-actions button{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.offer-acceptance-modal .btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.offer-acceptance-modal .btn-secondary:hover:not(:disabled){background:#e5e7eb}.offer-acceptance-modal .btn-danger{background:#dc2626;color:#fff}.offer-acceptance-modal .btn-danger:hover:not(:disabled){background:#b91c1c}.offer-acceptance-modal .btn-success{background:#059669;color:#fff}.offer-acceptance-modal .btn-success:hover:not(:disabled){background:#047857}.offer-acceptance-modal .modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.offer-acceptance-modal{width:95%;margin:10px}.offer-acceptance-modal .offer-info-grid{grid-template-columns:1fr}.offer-acceptance-modal .modal-actions{flex-direction:column}.offer-acceptance-modal .modal-actions button{width:100%;justify-content:center}}.offer-acceptance-modal .loading-spinner{display:flex;align-items:center;justify-content:center;padding:20px;color:#666}.offer-acceptance-modal .spinner{animation:spin 1s linear infinite;margin-right:10px}.SellerOffers{width:100%}.SellerOffers .page-header{margin-bottom:24px}.SellerOffers .page-header p{color:var(--dark-gray);margin:0}.SellerOffers .offers-summary{margin-bottom:20px;padding:16px;background-color:var(--primary-light-color);border-radius:var(--border-radius-medium);border-left:4px solid var(--primary-color)}.SellerOffers .offers-summary p{margin:0;font-weight:500;color:var(--secondary-color)}.SellerOffers .content-info{display:flex;align-items:center;gap:12px}.SellerOffers .content-thumbnail{width:40px;height:40px;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0}.SellerOffers .content-thumbnail img{width:100%;height:100%;object-fit:cover}.SellerOffers .no-thumbnail{width:100%;height:100%;background-color:var(--light-gray);display:flex;align-items:center;justify-content:center;color:var(--dark-gray);font-size:20px}.SellerOffers .content-details{flex:1;min-width:0;max-width:200px}.SellerOffers .content-title{font-size:var(--smallfont);font-weight:500;color:var(--secondary-color);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SellerOffers .content-sport{font-size:var(--extrasmallfont);color:var(--dark-gray);margin:0;text-transform:capitalize}.SellerOffers .buyer-info{display:flex;flex-direction:column;gap:2px}.SellerOffers .buyer-name{font-size:var(--smallfont);font-weight:500;color:var(--secondary-color)}.SellerOffers .buyer-email{font-size:var(--extrasmallfont);color:var(--dark-gray)}.SellerOffers .offer-amount{font-size:var(--smallfont);font-weight:600;color:var(--primary-color)}.SellerOffers .offer-message{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SellerOffers .offer-message span{font-size:var(--extrasmallfont);color:var(--secondary-color)}.SellerOffers .no-message{color:var(--dark-gray);font-style:italic}.SellerOffers .status-badge{padding:4px 8px;border-radius:var(--border-radius-small);font-size:var(--extrasmallfont);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.SellerOffers .status-pending{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;border-radius:var(--border-radius)}.SellerOffers .status-accepted{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:var(--border-radius)}.SellerOffers .status-rejected{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:var(--border-radius)}.SellerOffers .status-cancelled{background-color:#e2e3e5;color:#383d41;border:1px solid #d6d8db;border-radius:var(--border-radius)}.SellerOffers .status-expired{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:var(--border-radius)}.SellerOffers .offer-date{font-size:var(--extrasmallfont);color:var(--text-color);white-space:nowrap}.SellerOffers .action-buttons{display:flex;gap:8px;align-items:center}.SellerOffers .btn-icon{width:32px;height:32px;border-radius:var(--border-radius);border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;text-decoration:none}.SellerOffers .view-btn{color:#000;background-color:transparent;font-size:var(--heading6)}.SellerOffers .btn-accept{color:#000!important;background-color:transparent}.SellerOffers .btn-accept:hover:not(:disabled),.SellerOffers .btn-reject:hover:not(:disabled){transition:all .2s ease}.SellerOffers .btn-reject{color:#000!important;background-color:transparent}.SellerOffers .btn-manage{color:var(--text-color)}.SellerOffers .btn-icon:disabled{opacity:.6;cursor:not-allowed}.SellerOffers .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SellerOffers .no-offers{padding:30px 20px;text-align:center;color:var(--dark-gray);display:grid;justify-items:center;border:2px dashed var(--light-gray);border-radius:var(--border-radius)}.SellerOffers .no-offers-icon{font-size:64px;color:var(--light-gray);margin-bottom:20px}.SellerOffers .no-offers h3{font-size:var(--heading4);color:var(--secondary-color);margin-bottom:12px}.SellerOffers .no-offers p{font-size:var(--smallfont);margin-bottom:24px;max-width:400px;margin-left:auto;margin-right:auto}.SellerOffers .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.SellerOffers .response-modal{background:#fff;border-radius:var(--border-radius-medium);width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.SellerOffers .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--light-gray)}.SellerOffers .modal-header h3{margin:0;color:var(--secondary-color)}.SellerOffers .modal-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--dark-gray);padding:4px}.SellerOffers .modal-body{padding:20px}.SellerOffers .offer-details{margin-bottom:20px;padding:16px;background-color:var(--primary-light-color);border-radius:var(--border-radius-small)}.SellerOffers .offer-details p{margin:0 0 8px;font-size:var(--smallfont)}.SellerOffers .offer-details p:last-child{margin-bottom:0}.SellerOffers .response-input{margin-bottom:20px}.SellerOffers .response-input label{display:block;margin-bottom:8px;font-weight:500;color:var(--secondary-color)}.SellerOffers .response-input textarea{width:100%;padding:12px;border:1px solid var(--light-gray);border-radius:var(--border-radius-small);font-family:inherit;font-size:var(--smallfont);resize:vertical;min-height:100px}.SellerOffers .response-input textarea:focus{outline:none;border-color:var(--primary-color)}.SellerOffers .response-input small{color:var(--dark-gray);font-size:var(--extrasmallfont)}.SellerOffers .modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px;border-top:1px solid var(--light-gray)}.SellerOffers .btn-danger{background-color:#dc3545;border-color:#dc3545}.SellerOffers .btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#bd2130}@media(max-width:768px){.SellerOffers .content-info{gap:8px}.SellerOffers .content-thumbnail{width:40px;height:40px}.SellerOffers .content-title{font-size:var(--extrasmallfont)}.SellerOffers .content-sport,.SellerOffers .buyer-email,.SellerOffers .offer-date{font-size:10px}.SellerOffers .action-buttons{gap:4px}.SellerOffers .btn-icon{width:28px;height:28px}.SellerOffers .no-offers{padding:20px 16px}.SellerOffers .no-offers-icon{font-size:48px}.SellerOffers .response-modal{width:95%;margin:20px}.SellerOffers .modal-actions{flex-direction:column}}
