*{font-family:Cormorant Garamond,serif}:root{--color-black: #000000;--color-gold: #D4AF37;--color-silver: #C4D4E0;--color-silver-light: #E5E7EB;--color-text-dark: #1F2937;--color-text-light: #6B7280}.brand-font,.logo,.logo-text,.brand-name{font-family:Parisienne,cursive!important}h1,h2,h3,h4,h5,h6,button,input,textarea,select,label,a{font-family:Cormorant Garamond,serif}html,body{height:100%;margin:0;padding:0}#root{min-height:100vh;display:flex;flex-direction:column}nav{flex:none}.page-container{flex:1}.form{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;box-shadow:0 2px 12px #0000001a}.form h2{text-align:center;margin-bottom:1.5rem;color:#333;font-weight:400;font-size:1.5rem}.brand-font{font-family:Parisienne,cursive;font-weight:400;color:#000;font-size:1.8rem}.form label{display:block;margin-bottom:.5rem;color:#555;font-size:.9rem;font-weight:500}.form input,.form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.form input:focus,.form textarea:focus{outline:none;border-color:#333;box-shadow:0 0 0 2px #0000001a}.form input::placeholder,.form textarea::placeholder{color:#999}.form textarea{resize:vertical;min-height:80px;font-family:inherit}.form input[type=file]{padding:.5rem;background:#f8f9fa;border:2px dashed #ddd;cursor:pointer}.form input[type=file]:hover{border-color:#333;background:#f0f0f0}.form button{width:100%;padding:.875rem;background:#000;color:#fff;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.form button:hover{background:#333}.form-actions button{flex:1;margin-top:0}.form-actions .cancel-button{background:#6c757d}.form-actions .cancel-button:hover{background:#5a6268}.image-preview{width:100px;height:100px;object-fit:cover;border-radius:8px;margin-top:.5rem;border:2px solid #ddd}.error-message{color:#e74c3c;font-size:.85rem;margin:-.5rem 0 1rem;font-weight:500}.general-error{text-align:center;font-size:1rem;padding:1rem;background-color:#fdf2f2;border:1px solid #fecaca;margin-bottom:1rem}*{box-sizing:border-box}:root{--section-spacing: 4rem;--content-padding: 4rem}html,body{height:100%;margin:0}body{display:flex;flex-direction:column;min-height:100vh;background-color:#f0f0f0}main{flex:1}section{margin-bottom:var(--section-spacing);padding:0 var(--section-padding)}nav{background-color:#fff;padding:.5rem 1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:Lato,sans-serif}#main-pages,#user-access{display:flex;gap:1rem;align-items:center}a.home-link{font-family:Parisienne,cursive;font-weight:400;color:#000;font-size:1.8rem;text-decoration:none}a.home-link:hover{color:gray}a.page-link{color:gray;text-decoration:none}a.page-link-sell{color:#d4af37;text-decoration:none}a.nav-button{padding:.5rem 1rem;background-color:#000;color:#fff;text-decoration:none;font-weight:400;font-size:1rem;transition:background-color .3s ease}a.nav-button:hover{color:#fff;background-color:#000}.footer-bar{background-color:#000;color:#fff;padding:8px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}h1,h2{text-align:center}h1{margin-top:2rem;font-size:2rem}h2{font-size:1.5rem;margin-bottom:0}.hero{background-image:url(/assets/hero-image-DmUqaJYP.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:600px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:1rem var(--content-padding);gap:.5rem}.page-content{font-family:Lato,sans-serif;font-weight:400;font-style:normal;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem var(--content-padding);margin-top:2rem;gap:1rem}#categories .image-row,#recent-items .image-row{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:2rem}#categories .image-row img,#recent-items .image-row img{width:33%;height:20rem;object-fit:cover;flex-shrink:0}#categories .image-row a{width:33%;display:block;text-decoration:none}#categories .image-row a img{width:100%;height:20rem;object-fit:cover;flex-shrink:0;transition:transform .3s ease}#categories .image-row a:hover img{transform:scale(1.05)}.recent-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;width:100%;max-width:1200px}.recent-item-card{background:#fff;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;border:1px solid #f0f0f0}.recent-item-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f;border-color:#e0e0e0}.recent-item-image{width:100%;height:200px;overflow:hidden;position:relative}.recent-item-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.recent-item-card:hover .recent-item-image img{transform:scale(1.03)}.recent-item-info{padding:1.25rem}.recent-item-info h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1f2937;line-height:1.3}.recent-item-price{font-size:1.3rem;font-weight:700;color:#059669;margin:0 0 .5rem;line-height:1}.recent-item-seller{color:#9ca3af;margin:0;font-size:.9rem;font-style:italic}.loading-container{text-align:center;padding:2rem;color:#9ca3af}.no-items{text-align:center;padding:2rem;color:#9ca3af;font-style:italic}@media (max-width: 768px){.recent-items-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width: 480px){.recent-items-grid{grid-template-columns:1fr;gap:1rem}}.page-button{padding:.5rem 1rem;background-color:#000;color:#fff;text-decoration:none;border:none;font-weight:400;font-size:1rem;transition:background-color .3s ease}.page-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.page-header h1,.page-header p{margin:0}.create-item-btn{background:#000;color:#fff;text-decoration:none;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s ease}.create-item-btn:hover{background:#333}.items-listing{margin-top:2rem;width:100%}.items-listing h2{margin-bottom:1rem;color:#1f2937;font-size:1.5rem}.items-container{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem;width:100%;justify-content:center}.item-card{background:#fff;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:400px;max-width:400px;flex:0 0 auto}@media (max-width: 1200px){.item-card{width:380px;max-width:380px}}@media (max-width: 768px){.item-card{width:350px;max-width:350px}.items-container{gap:1.5rem}}@media (max-width: 480px){.item-card{width:100%;max-width:100%}.items-container{gap:1rem}}.item-image{width:100%;height:200px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.item-title{font-size:1.25rem;font-weight:600;margin:0;color:#1f2937;flex:1}.item-type{background:#e5e7eb;color:#374151;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:capitalize;white-space:nowrap;margin-left:.5rem}.item-description{color:#6b7280;margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.item-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.item-seller{font-weight:500;color:#374151}.item-location{color:#6b7280;font-size:.9rem}.item-price{font-size:1.5rem;font-weight:700;color:#059669}.view-item-btn{display:inline-block;background:#000;color:#fff;padding:.75rem 1.5rem;text-decoration:none;font-weight:500;transition:background-color .2s ease;text-align:center;width:100%}.view-item-btn:hover{background:#555}.favorite-button{position:absolute;top:10px;right:10px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.favorite-button:hover{background:#fff;transform:scale(1.1)}.favorite-icon{font-size:20px;color:#6b7280;transition:all .2s ease}.favorite-icon.filled,.favorite-button:hover .favorite-icon{color:#ef4444}.favorite-button:hover .favorite-icon.filled{color:#dc2626}h1{text-align:left}.item-content{font-family:Lato,sans-serif;font-weight:400;font-style:normal;display:flex;align-items:flex-start;text-align:center;padding:1rem var(--content-padding);margin-top:2rem;margin-bottom:2rem;gap:1rem}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;flex:1}.image-grid img{width:100%;height:auto;object-fit:cover}.item-show{display:flex;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.item-images{flex:1;max-width:50%}.main-image{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:8px}.no-image{width:100%;height:300px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#6b7280;font-size:1.1rem}.item-details{flex:1;max-width:50%}.user-controls{display:flex;gap:1rem;margin-top:auto 1rem}.edit-icon,.delete-icon,.save-icon{display:inline-flex;align-items:center;gap:.3rem;font-size:1rem;cursor:pointer;border:none;background:none;color:#000;text-decoration:none;padding:0}.button-row{display:flex;gap:1rem;margin-top:.2rem;align-items:center;justify-content:center}.purchase-button{padding:.5rem 1rem;background-color:#000;color:#fff;text-decoration:none;border:none;font-weight:400;font-size:1rem;transition:background-color .3s ease;cursor:pointer}.purchase-button:hover{color:#fff;background-color:gray}.offer-button{padding:.5rem 1rem;background-color:#fff;color:#000;text-decoration:none;border:none;font-weight:400;font-size:1rem;transition:background-color .3s ease;cursor:pointer}.offer-button:hover{color:#fff;background-color:#000}.offers-section{margin:1.5rem 0;padding:1rem;background:#f9fafb;border-radius:8px}.offers-section h3{margin:0 0 1rem;color:#374151;font-size:1.1rem}.offers-list{display:flex;flex-direction:column;gap:.5rem}.offer-item{display:flex;justify-content:space-between;align-items:center;padding:0rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.offer-amount{font-weight:600;color:#059669;font-size:1.1rem}.offer-status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;text-transform:uppercase}.offer-status.pending{background:#fef3c7;color:#92400e}.offer-status.accepted{background:#d1fae5;color:#09271e}.offer-status.rejected{background:#fee2e2;color:#991b1b}.offer-date{color:#6b7280;font-size:.9rem}.cart-message{color:#b8860b}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.item-header h1{margin:0;font-size:2rem;color:#1f2937}.item-actions{margin-top:1.5rem;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.make-offer-btn,.add-to-cart-btn,.edit-btn,.delete-btn{padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;min-width:120px;height:40px;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none}.make-offer-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}.add-to-cart-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 8px #10b9814d}.edit-btn{background:#2c5aa0;color:#fff}.edit-btn:hover{background:#1e3f6b;transform:translateY(-2px);box-shadow:0 4px 8px #2c5aa04d}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 8px #ef44444d}.favorite-btn{background:#f3f4f6;color:#6b7280;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.favorite-btn:hover{background:#e5e7eb}.favorite-btn .favorite-icon{font-size:1.2rem;transition:color .2s ease}.favorite-btn .favorite-icon.filled{color:#ef4444}.favorite-btn:hover .favorite-icon.filled{color:#dc2626}.item-info{margin-bottom:.5rem}.item-info p{margin:.3rem 0;font-size:1.1rem;color:#374151}.item-description{margin-bottom:1rem!important;padding-bottom:.8rem}.item-price{font-size:2.5rem!important;font-weight:700!important;color:#059669!important;margin:1rem 0!important;line-height:1.2!important}.item-seller{margin-bottom:1rem!important;font-size:1.1rem!important;color:#6b7280!important}.seller-actions{display:flex;gap:1rem;margin-top:2rem}.seller-reviews-section{margin-top:40px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.seller-reviews-section .reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.seller-reviews-section .reviews-header h2{margin:0;color:var(--color-text-dark);font-size:1.5rem}.reviews-title-section{display:flex;align-items:center;gap:16px;width:100%;justify-content:space-between}.rating-summary-inline{display:flex;align-items:center;gap:12px;font-size:1.1rem;color:#6b7280;margin-left:auto}.rating-number{font-weight:700;color:#059669;font-size:1.4rem}.rating-stars-inline{display:flex;gap:4px}.rating-star{font-size:1.3rem;color:#d1d5db;transition:color .2s ease}.total-reviews-inline{color:#6b7280;font-size:1rem;font-weight:500}.write-review-btn{padding:10px 20px;background:var(--color-gold);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:background-color .2s}.write-review-btn:hover{background-color:#b45309}@media (max-width: 768px){.seller-reviews-section .reviews-header{flex-direction:column;gap:16px;align-items:flex-start}.reviews-title-section{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.rating-summary-inline{margin-left:0;font-size:1rem;gap:10px}.rating-number{font-size:1.2rem}.rating-star{font-size:1.1rem}.total-reviews-inline{font-size:.9rem}.seller-reviews-section{padding:20px}}.make-offer-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.make-offer-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.make-offer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.make-offer-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.close-button{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.close-button:hover{color:#374151}.make-offer-content{padding:2rem}.item-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1.5rem}.item-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb}.item-info h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.item-price{margin:0;color:#059669;font-weight:600;font-size:1rem}.offer-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151;font-size:.9rem}.offer-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:#fff}.offer-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.offer-input:invalid{border-color:#ef4444}.form-actions{display:flex;gap:1rem;margin-top:1rem}.cancel-button,.submit-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease}.cancel-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cancel-button:hover:not(:disabled){background:#e5e7eb}.submit-button{background:#000;color:#fff}.submit-button:hover:not(:disabled){background:#333}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.make-offer-modal{width:95%;margin:1rem}.make-offer-header{padding:1.25rem 1.5rem}.make-offer-content{padding:1.5rem}.form-actions{flex-direction:column}.item-preview{flex-direction:column;text-align:center}}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;text-align:center}.review-form-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.review-form-modal{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.review-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.review-form-header h3{margin:0;color:var(--color-text-dark);font-size:1.25rem}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:color .2s}.close-btn:hover{color:var(--color-text-dark)}.review-form{display:flex;flex-direction:column;gap:20px}.rating-section{display:flex;flex-direction:column;gap:12px}.rating-section label{font-weight:600;color:var(--color-text-dark)}.star-rating{display:flex;gap:8px}.star{background:none;border:none;font-size:28px;cursor:pointer;color:#9ca3af;transition:color .2s;padding:4px}.star.empty{color:#9ca3af}.star.filled,.star:hover{color:#fbbf24}.rating-text{color:var(--color-text-light);font-size:.875rem}.description-section{display:flex;flex-direction:column;gap:8px}.description-section label{font-weight:600;color:var(--color-text-dark)}.description-section textarea{padding:12px;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;transition:border-color .2s}.description-section textarea:focus{outline:none;border-color:var(--color-gold)}.error-message{color:#dc2626;background-color:#fef2f2;padding:12px;border-radius:8px;border:1px solid #fecaca;font-size:.875rem}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.cancel-btn{padding:10px 20px;border:1px solid #d1d5db;background:#fff;color:var(--color-text-dark);border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s}.cancel-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.submit-btn{padding:10px 20px;border:none;background:var(--color-gold);color:#fff;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:background-color .2s}.submit-btn:hover:not(:disabled){background-color:#b45309}.submit-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.review-form-modal{width:95%;padding:20px}.form-actions{flex-direction:column}.star{font-size:24px}}.reviews-section{margin-top:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.reviews-header h3{margin:0;color:var(--color-text-dark);font-size:1.25rem}.rating-summary{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.average-rating{display:flex;align-items:center;gap:12px}.rating-number{font-size:1.5rem;font-weight:700;color:var(--color-gold)}.stars{display:flex;gap:2px}.star{font-size:20px;color:#d1d5db}.star.filled{color:#fbbf24}.total-reviews{color:var(--color-text-light);font-size:.875rem}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-item{padding:20px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.reviewer-info{display:flex;flex-direction:column;gap:4px}.reviewer-name{font-weight:600;color:var(--color-text-dark)}.review-date{color:var(--color-text-light);font-size:.875rem}.review-rating{display:flex;align-items:center;gap:8px}.rating-value{color:var(--color-text-light);font-size:.875rem}.review-description{margin-top:12px}.review-description p{margin:0;color:var(--color-text-dark);line-height:1.5}.no-reviews{text-align:center;padding:40px 20px;color:var(--color-text-light)}.no-reviews p{margin:0;font-size:1rem}@media (max-width: 768px){.reviews-header{flex-direction:column;align-items:flex-start;gap:16px}.rating-summary{align-items:flex-start}.review-header{flex-direction:column;gap:12px;align-items:flex-start}.reviews-section{padding:20px}}.uploaded-image{width:150px;height:150px;object-fit:cover;margin:.5rem;display:inline-block}.profile-page{max-width:1200px;margin:2rem auto;padding:0 1rem}.profile-header{background:#fff;box-shadow:0 4px 6px #0000001a;padding:2rem;margin-bottom:2rem;display:flex;align-items:flex-start;gap:2rem;min-width:400px;width:100%;max-width:600px;margin-left:auto;margin-right:auto;position:relative}.profile-pic{width:100px;height:100px;border-radius:0;object-fit:cover}.profile-pic-container{flex-shrink:0}.profile-details{flex:1;text-align:left}.profile-details h1{margin:0 0 .5rem;color:#333}.profile-bio{color:#666;margin:0 0 .5rem}.profile-location{color:#666;margin:0}.profile-sections{display:grid;gap:2rem}.profile-sections section{background:#fff;padding:2rem;box-shadow:0 2px 8px #0000001a}.profile-sections h2{margin:0 0 1rem;color:#333;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.items-grid p{text-align:center;padding:1rem}.profile-edit-form{background:#fff;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:600px;margin:0 auto}.profile-edit-form h2{margin:0 0 1.5rem;color:#333;text-align:center;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.profile-edit-form .form-group{margin-bottom:1.5rem}.profile-edit-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.profile-edit-form input,.profile-edit-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;font-size:1rem;transition:border-color .3s ease}.profile-edit-form input:focus,.profile-edit-form textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.profile-edit-form input[type=file]{padding:.5rem;border:2px dashed #ddd;background:#f9f9f9;cursor:pointer}.profile-edit-form input[type=file]:hover{border-color:#007bff;background:#f0f8ff}.image-preview{max-width:200px;max-height:200px;margin-top:1rem;box-shadow:0 2px 8px #0000001a}.profile-edit-form button{padding:.75rem 1.5rem;border:none;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-right:1rem}.profile-edit-form button[type=submit]{background:#007bff;color:#fff}.profile-edit-form button[type=submit]:hover{background:#0056b3}.profile-edit-form button[type=button]{background:#6c757d;color:#fff}.profile-edit-form button[type=button]:hover{background:#545b62}.items-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem;width:100%;justify-content:center}.item-card-link{text-decoration:none;color:inherit;display:block}.item-card{background:#fff;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:320px;max-width:320px;flex:0 0 auto}@media (max-width: 1200px){.item-card{width:300px;max-width:300px}}@media (max-width: 768px){.item-card{width:280px;max-width:280px}.items-grid{gap:1.5rem}}@media (max-width: 480px){.item-card{width:100%;max-width:100%}.items-grid{gap:1rem}}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.item-image{width:100%;height:180px;overflow:hidden;position:relative}.item-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;display:block}.item-card:hover .item-image img{transform:scale(1.05)}.item-info{padding:1.5rem}.item-info h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1f2937}.item-price{font-size:1.5rem;font-weight:700;color:#059669;margin:0 0 .5rem;line-height:1}.item-description{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.item-offers{margin:8px 0;padding:10px;background:#f8f9fa;border-radius:0;border:1px solid #e5e7eb;box-shadow:0 4px 6px #0000001a}.offers-title{font-size:.8rem;font-weight:600;color:#2c5aa0;margin:0 0 8px}.offer-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:.8rem;border-bottom:1px solid #e9ecef}.offer-item:last-child{border-bottom:none}.offer-info{display:flex;flex-direction:column;gap:2px}.offer-amount{font-weight:700;color:#28a745;font-size:.9rem}.offer-buyer{color:#6c757d;font-size:.7rem}.offer-actions{margin-top:8px;margin-right:8px;display:flex;gap:8px;justify-content:center}.offer-final-status{margin-top:8px;margin-right:8px;display:flex;justify-content:center}.offer-final-status .offer-status{font-size:.75rem;padding:4px 12px;border-radius:0;font-weight:600;text-transform:capitalize}.accept-offer-btn{background:#6b8e23;color:#fff;border:none;padding:4px 12px;border-radius:0;font-size:.8rem;cursor:pointer;transition:background-color .2s ease}.accept-offer-btn:hover{background:#556b2f}.reject-offer-btn{background:#000;color:#fff;border:none;padding:4px 12px;border-radius:0;font-size:.8rem;cursor:pointer;transition:background-color .2s ease}.reject-offer-btn:hover{background:#333}.offer-status{font-weight:600;padding:2px 8px;border-radius:12px;font-size:.75rem}.more-offers{font-size:.7rem;color:#6c757d;margin:6px 0 0;text-align:center;font-style:italic}.item-actions{margin-top:12px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap;align-items:center}.view-item-profile,.edit-item-profile,.delete-item-profile,.make-offer-profile-btn{padding:6px 12px;border-radius:0;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease;min-width:60px;height:32px}.view-item-profile{background:#d4af37;color:#fff}.view-item-profile:hover{background:#b8860b;color:#fff}.edit-item-profile{background:#495057;color:#fff}.edit-item-profile:hover{background:#343a40;color:#fff}.delete-item-profile{background:#8b0000;color:#fff}.delete-item-profile:hover{background:#600;color:#fff}.make-offer-profile-btn{background:#3b82f6;color:#fff}.make-offer-profile-btn:hover{background:#2563eb;transform:translateY(-1px)}.loading-container{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}.auth-required{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666;text-align:center}.user-rating-display{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;align-items:center;gap:4px;background:#fffffff2;padding:8px 12px;border-radius:0;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.rating-stars{display:flex;gap:2px}.rating-star{font-size:16px;color:#d1d5db;transition:color .2s ease}.rating-star.filled{color:#fbbf24}.rating-star.empty{color:#d1d5db}.rating-number{font-size:.75rem;color:#6b7280;font-weight:500}.edit-profile-btn{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:4px;background:#f8f9fa;color:#495057;border:1px solid #dee2e6;padding:6px 12px;border-radius:0;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000001a}.edit-profile-btn:hover{background:#e9ecef;border-color:#adb5bd;color:#212529;box-shadow:0 2px 4px #00000026}.edit-profile-btn:active{transform:translateY(1px);box-shadow:0 1px 2px #0000001a}.edit-icon{width:12px;height:12px;opacity:.8;transition:opacity .2s ease}.edit-profile-btn:hover .edit-icon{opacity:1}.item-action-buttons{display:flex;gap:8px;margin:8px 0;justify-content:center}.make-offer-btn,.add-to-cart-btn{padding:6px 12px;border-radius:0;font-size:.8rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;min-width:80px;height:32px}.make-offer-btn{background:#3b82f6;color:#fff}.make-offer-btn:hover{background:#2563eb}.add-to-cart-btn{background:#10b981;color:#fff}.add-to-cart-btn:hover{background:#059669}.offers-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;width:100%;justify-content:center}.offer-card{background:#fff;border-radius:0;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:350px;max-width:350px;flex:0 0 auto}.offer-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.offer-item-image{width:100%;height:150px;overflow:hidden;position:relative}.offer-item-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;display:block}.offer-card:hover .offer-item-image img{transform:scale(1.05)}.offer-info{padding:.5rem 1.5rem .1rem}.offer-info h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.offer-item-price{font-size:1.2rem;font-weight:700;color:#059669;margin:0 0 .5rem;line-height:1}.offer-item-seller{color:#6b7280;font-size:.9rem;margin:0 0 1rem}.offer-details{background:#f8f9fa;padding:1rem;border-radius:0;margin:1rem 0}.offer-amount{font-size:1rem;color:#1f2937;margin-bottom:.5rem}.offer-status{display:inline-block;padding:4px 12px;border-radius:0;font-size:.8rem;font-weight:500;text-transform:capitalize;margin-bottom:.5rem}.offer-status.pending{background:gray;color:#fff}.offer-status.accepted{background:#6b8e23;color:#fff}.offer-status.rejected{background:#000;color:#fff}.offer-date{font-size:.8rem;color:#6b7280;font-style:italic}.offer-actions{margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:center}@media (max-width: 1200px){.offer-card{width:320px;max-width:320px}}@media (max-width: 768px){.offer-card{width:300px;max-width:300px}.offers-grid{gap:1rem}}@media (max-width: 480px){.offer-card{width:100%;max-width:100%}.offers-grid{gap:1rem}}.profile-form{background:#fff;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:600px;margin:0 auto}.profile-form h2{margin:0 0 1.5rem;color:#333;text-align:center;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.profile-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.profile-form input,.profile-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;font-size:1rem;margin-bottom:1rem}.profile-form input:focus,.profile-form textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.profile-form input[type=file]{padding:.5rem;border:2px dashed #ddd;background:#f9f9f9;cursor:pointer}.image-preview{max-width:150px;max-height:150px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0;margin-top:.5rem}.image-preview-container{text-align:center;margin:1rem 0;position:relative;display:inline-block}.remove-image-btn{position:absolute;top:5px;right:-5px;width:24px;height:24px;border-radius:50%;background-color:#dc3545;color:#fff;border:2px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 4px #0003;transition:all .2s ease}.remove-image-btn:before{content:"×";font-size:16px;line-height:1;font-weight:700}.remove-image-btn:hover{background-color:#c82333;transform:scale(1.1);box-shadow:0 3px 6px #0000004d}.remove-image-btn:active{transform:scale(.95)}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.form-actions button[type=submit]{background:#007bff;color:#fff}.form-actions button[type=submit]:hover:not(:disabled){background:#0056b3}.form-actions button[type=submit]:disabled{background:#6c757d;cursor:not-allowed}.cancel-button{background:#6c757d;color:#fff}.cancel-button:hover:not(:disabled){background:#545b62}.error-message{color:#dc3545;font-size:.9rem;margin:.5rem 0;padding:.5rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px}.general-error{text-align:center;font-size:1rem;padding:1rem;background-color:#fdf2f2;border:1px solid #fecaca;border-radius:4px;margin-bottom:1rem}.bag-content{font-family:Lato,sans-serif;font-weight:400;font-style:normal;display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;padding:1rem var(--content-padding);margin-top:2rem;margin-bottom:2rem;gap:1rem}.bag-header{flex-basis:100%}.bag-columns{display:flex;align-items:flex-start;flex-wrap:wrap;gap:1rem}.content-section{display:flex;flex-direction:column;gap:1rem;border:1px solid #ddd;padding:1rem;background-color:#fff;min-width:400px}.order-summary{text-align:left}.button-row{display:flex;margin-top:1rem;align-items:center}.page-button{display:inline-block;min-width:10rem;padding:.5rem 1rem;text-align:center;background-color:#000;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease}.page-button:hover{color:#fff;background-color:gray}.bag-item-card{display:flex;flex-direction:column;border:1px solid #ddd;background-color:#fff;padding:1rem;box-shadow:0 2px 6px #0000000d;margin-bottom:1rem;transition:transform .2s}.bag-item-card:hover{transform:translateY(-2px)}.bag-item-main{display:flex;align-items:center;gap:1rem}.image-thumbnail img{width:100px;height:100px;object-fit:cover;border:2px solid #ddd}.item-info h2{margin:0;font-size:1.2rem}.item-info p{margin:.2rem 0}.order-summary-card{display:flex;flex-direction:column;border:1px solid #ddd;background-color:#fff;padding:1rem;box-shadow:0 2px 6px #0000000d;margin-bottom:1rem;transition:transform .2s}.order-item p{margin:.2rem 0}.checkoutpage h1{margin:0,2rem}.notfound-image{width:250px;height:200px;margin:0 auto 1rem;overflow:hidden;position:relative}.notfound-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}
