.detail-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:80}.detail-container{position:relative;width:min(960px,95%);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;max-height:90vh}.close-btn{position:absolute;top:.75rem;right:.75rem;background:hsl(var(--muted));border:none;font-size:1.25rem;line-height:1;color:hsl(var(--muted-foreground));cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease-in-out,color .2s ease-in-out;z-index:100}.close-btn:hover{background:hsl(var(--muted-foreground));color:hsl(var(--background))}.gallery{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;background:hsl(var(--muted) / .5)}.thumb{width:80px;height:80px;object-fit:cover;border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:transform .2s ease-in-out}.thumb:hover{transform:scale(1.05)}.main-thumb{width:160px;height:160px}.lightbox-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:90}.lightbox-image{max-width:90%;max-height:90%;border-radius:var(--radius)}.info{padding:1.5rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsl(var(--primary)) hsl(var(--muted))}.info::-webkit-scrollbar{width:8px}.info::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:10px}.info::-webkit-scrollbar-thumb{background-color:hsl(var(--primary));border-radius:10px;border:2px solid hsl(var(--muted))}.item-category{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.25rem;text-transform:uppercase}.item-name{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:hsl(var(--foreground))}.desc{font-size:.9rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.6}.stats{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.price{font-size:1.25rem;font-weight:700;color:hsl(var(--primary))}.encrypted-badge{font-size:.85rem;padding:.25rem .5rem;border-radius:calc(var(--radius) - 2px);background:hsl(var(--primary) / .15);color:hsl(var(--primary))}.seller{font-size:.875rem;margin-bottom:1.5rem;color:hsl(var(--foreground))}.buy-btn{width:100%;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.buy-btn:hover:not(:disabled){background:hsl(var(--primary) / .9);transform:translateY(-1px)}.buy-btn:disabled{opacity:.6;cursor:not-allowed}.auction-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius)}.auction-stat{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dashed hsl(var(--border))}.auction-stat:last-child{border-bottom:none}.stat-value{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.bid-section{display:flex;flex-direction:column;gap:1rem}.bid-input-group{display:flex;flex-direction:column;gap:.5rem}.bid-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.bid-input{flex:1;padding:.75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:1rem}.bid-hint{font-size:.8rem;color:hsl(var(--muted-foreground))}.bid-btn{padding:.75rem 1.5rem;border-radius:var(--radius);border:1px solid hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.bid-btn:hover:not(:disabled){background:hsl(var(--primary) / .9);transform:translateY(-1px)}.bid-btn:disabled{opacity:.6;cursor:not-allowed}.status-badge{display:inline-block;font-weight:700;text-transform:uppercase;padding:.4rem 1rem;border-radius:999px;margin-top:1rem;font-size:1rem}.sold-info-card{background-color:hsl(var(--muted) / .3);border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem;margin-top:1.5rem;display:flex;align-items:center;gap:.5rem}.sold-info-card strong{color:hsl(var(--foreground));font-size:1rem}.buyer-address-container{display:flex;align-items:center;cursor:pointer;transition:color .2s ease-in-out}.buyer-address-container:hover{color:hsl(var(--primary))}.buyer-link{color:hsl(var(--primary));text-decoration:underline;font-weight:500}.status-badge.canceled{background-color:#7f8c8d;color:#fff}.seller-link{color:#87cefa;cursor:pointer;text-decoration:underline}.seller-info-card{background-color:hsl(var(--muted) / .3);border-radius:var(--radius);padding:1rem;margin-top:1.5rem;margin-bottom:1.5rem;border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm)}.seller-header{display:flex;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px dashed hsl(var(--border))}.seller-header strong{margin-right:.5rem;color:hsl(var(--foreground));font-size:1rem}.seller-address-container{display:flex;align-items:center;cursor:pointer;transition:color .2s ease-in-out}.seller-address-container:hover{color:hsl(var(--primary))}.seller-stats-container{display:flex;justify-content:space-around;gap:1rem;font-size:.9rem;color:hsl(var(--muted-foreground));margin-top:.5rem}.seller-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.seller-stat strong{font-size:1.1rem;color:hsl(var(--foreground))}.bids-history{margin-top:1rem;padding:1rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-sm)}.bids-history h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.bids-history ul{list-style:none;padding:0;margin:0}.bids-history li{font-size:.9rem;color:hsl(var(--foreground));padding:.75rem 0;border-bottom:1px solid hsl(var(--border));display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.bids-history li:last-child{border-bottom:none}.bid-info-row{display:flex;justify-content:space-between;width:100%;align-items:center}.bid-amount{font-weight:600;color:hsl(var(--primary));font-size:1rem}.bid-bidder{font-size:.85rem;color:hsl(var(--muted-foreground))}.crown-icon{margin-left:.5rem;font-size:1rem;color:#f1c40f}.bid-timestamp{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:right;flex-shrink:0}.auction-ended-section{padding:1rem;background-color:hsl(var(--muted) / .3);border-radius:var(--radius);text-align:center;margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.auction-ended-section p{font-size:1rem;color:hsl(var(--foreground));margin-bottom:1rem}.auction-ended-section .buy-btn{width:auto;padding:.5rem 1.5rem}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.75rem;color:hsl(var(--foreground))}.loading-spinner{width:30px;height:30px;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite}@media (min-width: 768px){.detail-container{flex-direction:row}.gallery{flex:0 0 250px;padding:1.5rem}.info{flex:1;padding:1.5rem}.main-thumb{width:220px;height:220px}.thumb{width:60px;height:60px}}.loading-text{font-size:.9rem;font-weight:500;color:hsl(var(--muted-foreground))}.auction-result-message{background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem;margin-bottom:1rem;text-align:center;width:100%}.auction-result-message p{margin-bottom:.5rem;font-size:1rem;color:hsl(var(--foreground))}.auction-result-message strong{color:hsl(var(--primary));font-size:1.1rem}.auction-result-message span{font-weight:500;color:hsl(var(--muted-foreground))}.storefront{width:100%;max-width:1200px;margin:0 auto}.storefront-header{text-align:center;margin-bottom:2rem}.storefront-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,hsl(var(--foreground)),hsl(var(--primary)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.storefront-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto}.filter-section{margin-bottom:2rem}.search-bar{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.search-input-wrapper{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));font-size:1rem}.search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:all .2s ease-in-out}.search-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.filter-toggle:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.filter-toggle.active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.filter-icon{font-size:1rem}.filter-popup{padding:1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.filter-group{display:flex;gap:1.5rem;flex-wrap:wrap}.filter-label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.filter-select{padding:.5rem .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;cursor:pointer}.filter-select:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.empty-description{color:hsl(var(--muted-foreground));font-size:1rem}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.listing-image{width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}.listing-card:hover .listing-image{transform:scale(1.05)}.listing-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--muted))}.placeholder-icon{font-size:3rem;opacity:.5}.badge{padding:.25rem .5rem;border-radius:calc(var(--radius) - 2px);font-size:.75rem;font-weight:500;backdrop-filter:blur(8px)}.badge-available{background-color:#16a249e6;color:#fff}.badge-sold{background-color:hsl(var(--muted) / .9);color:hsl(var(--muted-foreground))}.badge-encrypted{background-color:hsl(var(--primary) / .9);color:hsl(var(--primary-foreground))}.badge-boosted{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge-type-auction{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.badge-type-fixed{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.listing-category{display:inline-block;padding:.2rem .6rem;font-size:.7rem;font-weight:700;color:hsl(var(--secondary-foreground));background-color:hsl(var(--secondary));border-radius:calc(var(--radius) / 2);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.listing-name{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4}.listing-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.listing-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background-color:hsl(var(--muted) / .5);border-top:1px solid hsl(var(--border))}.seller-label{font-size:.75rem;color:hsl(var(--muted-foreground))}.seller-address{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}@media (max-width: 768px){.storefront-title{font-size:2rem}.search-bar{flex-direction:column;align-items:stretch}.search-input-wrapper{max-width:none}.filter-group{flex-direction:column;gap:1rem}.listings-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.storefront{padding:0 .5rem}.storefront-title{font-size:1.75rem}.listing-content{padding:1rem}}.listings-loader-visible{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:2rem;border:1px dashed hsl(var(--muted-foreground) / .3);border-radius:var(--radius);background-color:hsl(var(--muted) / .1);box-shadow:0 0 0 1px hsl(var(--border));text-align:center}.loader-circle{width:2.5rem;height:2.5rem;border:4px solid hsl(var(--muted));border-top:4px solid hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loader-text{font-size:1rem;color:hsl(var(--foreground));font-weight:600;opacity:.9}.load-more-sentinel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0}.load-more-sentinel .loader-circle{width:1.5rem;height:1.5rem;border:3px solid hsl(var(--muted));border-top:3px solid hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.5rem}.load-more-sentinel .loader-text{font-size:.85rem;color:hsl(var(--muted-foreground));font-weight:500;opacity:.8}.load-more-wrapper{display:flex;justify-content:center;margin:2rem 0}.load-more-button{padding:.75rem 1.5rem;font-size:.8rem;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:9999px;backdrop-filter:blur(10px);cursor:pointer;transition:background .2s ease,transform .1s ease}.load-more-button:hover{background:#fff3}.load-more-button:active{transform:scale(.98)}.seller-hub{width:100%;max-width:1200px;margin:0 auto}.seller-hub-header{text-align:center;margin-bottom:2rem}.seller-hub-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,hsl(var(--foreground)),hsl(var(--primary)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.seller-hub-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground))}.seller-hub-content{display:grid;grid-template-columns:300px 1fr;gap:2rem}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.tier-card,.listings-card,.form-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));padding:1.5rem}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.tier-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.tier-stat{display:flex;justify-content:space-between;align-items:center}.stat-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.stat-value{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.upgrade-btn{width:100%;padding:.5rem;border:1px solid hsl(var(--primary));border-radius:var(--radius);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.815rem;font-weight:510;cursor:pointer;transition:all .2s ease-in-out}.upgrade-btn:hover:not(:disabled){background-color:hsl(var(--primary) / .9);transform:translateY(-1px)}.upgrade-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.no-listings{color:hsl(var(--muted-foreground));font-size:.875rem;text-align:center;padding:1rem 0}.listings-list{display:flex;flex-direction:column;gap:.75rem}.listing-item{padding:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));display:flex;flex-direction:column;gap:1rem}.listing-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}.listing-id{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.listing-type{font-size:.8rem;font-weight:500;padding:.25rem .5rem;border-radius:var(--radius)}.listing-type.type-fixed{background-color:hsl(var(--primary) / .2);color:hsl(var(--primary))}.listing-type.type-auction{background-color:hsl(var(--destructive) / .2);color:hsl(var(--destructive))}.listing-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.detail-value{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.countdown-timer{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-weight:600}.countdown-timer.ended{color:hsl(var(--destructive))}.listing-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.listing-id{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.listing-price{font-size:.875rem;font-weight:600;color:hsl(var(--primary));font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.boost-indicator{margin-left:.5rem;font-size:.8rem;color:hsl(var(--primary));display:inline-block;transform:translateY(-1px);cursor:help}.listing-actions{display:flex;gap:.5rem}.action-btn{flex:1;padding:.5rem .75rem;border-radius:calc(var(--radius) - 2px);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.cancel-btn{border:1px solid hsl(var(--destructive));background-color:transparent;color:hsl(var(--destructive))}.cancel-btn:hover:not(:disabled){background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.boost-btn{border:1px solid hsl(var(--primary));background-color:transparent;color:hsl(var(--primary))}.boost-btn:hover:not(:disabled){background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.action-btn:disabled{opacity:.5;cursor:not-allowed}.main-form{min-width:0}.listing-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));display:flex;flex-direction:column;gap:.5rem}.form-input,.form-textarea,.form-file{padding:.75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;outline:none}.form-input:focus,.form-textarea:focus,.form-file:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .4)}.submit-btn{width:100%;padding:.75rem 1rem;border:1px solid hsl(var(--primary));border-radius:var(--radius);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){background-color:hsl(var(--primary) / .9);transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:1rem;height:1rem;border:2px solid transparent;border-top-color:hsl(var(--primary-foreground));border-radius:50%;animation:spin 1s linear infinite}.fee-summary{margin-top:1rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2);display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.fee-item{display:flex;justify-content:space-between;color:hsl(var(--foreground))}.fee-item.total{font-weight:600;color:hsl(var(--primary))}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--foreground))}.form-checkbox{width:1rem;height:1rem;border:1px solid hsl(var(--border));border-radius:.25rem;accent-color:hsl(var(--primary))}.checkbox-text{font-size:.875rem}.spinner.mini{width:12px;height:12px;border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.seller-hub-content{display:flex;flex-direction:column}.sidebar,.main-form,.upgrade-btn,.submit-btn,.action-btn{width:100%}.listing-actions{flex-direction:column}}.button-group{display:flex;gap:.5rem}.button-group .upgrade-btn{flex:1;width:auto}.form-group select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007bff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .7rem center;background-size:.65rem auto;padding-right:2rem}.form-hint{font-size:.8rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.upgrade-btn{white-space:nowrap}.tier-overview{margin-top:1rem;padding-top:1rem;border-top:2px solid hsl(var(--primary))}.tier-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.875rem}.tier-table th,.tier-table td{padding:.75rem;text-align:left;border-bottom:1px solid hsl(var(--border))}.tier-table th{background-color:hsl(var(--muted) / .3);font-weight:600;color:hsl(var(--foreground))}.tier-table tr:hover{background-color:hsl(var(--muted) / .2)}.tier-table tr.current-tier{background-color:hsl(var(--primary) / .2);font-weight:600}.no-tiers{text-align:center;padding:1rem;color:hsl(var(--muted-foreground))}.table-responsive-wrapper{-webkit-overflow-scrolling:touch}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;color:hsl(var(--muted-foreground))}.loading-spinner{width:30px;height:30px;border:4px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.75rem}.loading-text{font-size:1rem;font-weight:500}.inbox{max-width:1000px;margin:0 auto;padding:2rem 1rem}.inbox-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:hsl(var(--foreground))}.inbox-section{margin-bottom:2.5rem}.inbox-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.inbox-empty{font-size:.875rem;color:hsl(var(--muted-foreground))}.inbox-list{display:flex;flex-direction:column;gap:1.25rem}.inbox-item{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));padding:1.25rem}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.item-title{font-weight:600;color:hsl(var(--foreground))}.purchase-cost,.received{font-size:.875rem;font-weight:500;color:hsl(var(--primary));font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.review-link,.comment-toggle,.download-btn,.submit-review{margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);border:1px solid hsl(var(--primary));background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;transition:background-color .2s ease}.review-link:hover,.comment-toggle:hover,.download-btn:hover,.submit-review:hover{background-color:hsl(var(--primary) / .9)}.download-btn:disabled{opacity:.6;cursor:not-allowed}.review-modal{margin-top:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--muted) / .2);padding:1rem}.review-title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.review-buttons{display:flex;gap:.5rem;margin-bottom:.75rem}.review-icon{font-size:1.5rem;padding:.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:transparent;cursor:pointer;transition:background-color .2s ease}.review-icon.active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.review-comment{width:100%;min-height:100px;margin-bottom:1rem;padding:.75rem;font-size:.875rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground));resize:vertical}.comment-box{margin-top:.75rem;padding:.75rem;border-radius:var(--radius);background-color:hsl(var(--muted) / .2);color:hsl(var(--foreground));font-size:.875rem}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #ddd;border-top:2px solid #333;border-radius:50%;animation:spin .6s linear infinite;margin-right:6px;vertical-align:middle}.profile{padding:2rem}.profile-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background-color:#111;border:1px solid #333;border-radius:12px;padding:1rem;font-weight:700;color:#fff;text-align:center}.profile-subtitle{font-size:1.4rem;margin:1.5rem 0 .5rem;font-weight:700}.reviews-list{list-style:none;padding:0}.review-item{background-color:#111;border:1px solid #333;border-radius:10px;padding:1rem;margin-bottom:1rem;color:#fff}.review-result{margin-top:.3rem;font-weight:700}.review-result.pos{color:#4ade80}.review-result.neg{color:#f87171}.review-comment{font-style:italic;opacity:.8}.listing-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.listing-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));overflow:hidden;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column}.listing-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:hsl(var(--ring))}.listing-image-container{position:relative;aspect-ratio:16 / 9;overflow:hidden}.listing-thumb{width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}.listing-card:hover .listing-thumb{transform:scale(1.05)}.listing-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.listing-header{margin-bottom:1rem}.listing-name{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground));line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;margin-top:1rem}.listing-price{margin-bottom:0}.price-label{font-size:.75rem;color:hsl(var(--muted-foreground))}.price{font-size:1.25rem;font-weight:700;color:hsl(var(--primary));font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.price.sold{text-decoration:line-through;color:hsl(var(--muted-foreground))}.profile-loading{text-align:center;margin-top:1rem;font-size:1.1rem;color:#ccc}.loader-spinner{width:24px;height:24px;border:3px solid white;border-top:3px solid transparent;border-radius:50%;margin:0 auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:hsl(var(--primary-foreground));background-color:hsl(var(--primary))}.chip-auction{background-color:hsl(var(--destructive))}.chip-fixed{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.chip-boosted{background-color:hsl(var(--primary))}.chip-sold{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}.chip-available{background-color:#16a249}.chip-encrypted{background-color:hsl(var(--primary))}.no-profile{text-align:center;font-size:1.2rem;padding:2rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:40vh}.reviews-load-more{display:flex;justify-content:center;margin:1.5rem 0}.reviews-load-more button{padding:.5rem 1rem;font-size:.8rem;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:9999px;backdrop-filter:blur(8px);cursor:pointer;transition:background .2s ease,transform .1s ease}.reviews-load-more button:hover{background:#fff3}.reviews-load-more button:active{transform:scale(.97)}.bids-list{list-style:none;padding:0;margin:1rem 0}.bid-list-item{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:flex-start;box-shadow:var(--shadow-sm);transition:transform .2s ease-in-out}.bid-list-item:hover{transform:translateY(-3px)}.bid-list-thumb{width:100px;height:100px;object-fit:cover;border-radius:calc(var(--radius) - 2px);flex-shrink:0}.bid-list-details{flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.bid-list-name{font-size:1.1rem;font-weight:600;color:hsl(var(--foreground))}.bid-list-info-badges{display:flex;gap:.5rem}.bid-list-status-section{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed hsl(var(--border));width:100%;text-align:left}.bid-list-status-section p{font-size:.9rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.bid-list-status-section strong{color:hsl(var(--foreground))}.claim-refund-btn{width:auto;padding:.5rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.claim-refund-btn:hover{background:hsl(var(--primary) / .9);transform:translateY(-1px)}.claim-refund-btn:disabled{opacity:.6;cursor:not-allowed}.badge.success{background-color:#16a249e6;color:#fff}.badge.danger{background-color:#e74c3c;color:#fff}.spinner{border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite}@media (max-width: 768px){.bid-list-item{flex-direction:column;align-items:center;text-align:center}.bid-list-thumb{width:100%;height:150px;margin-bottom:1rem}.bid-list-details{align-items:center}.bid-list-status-section{text-align:center}}*{box-sizing:border-box;margin:0;padding:0}:root{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 47.9 95.8% 53.1%;--primary-foreground: 26 83.3% 14.1%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 224.3 76.3% 94.1%;--radius: .5rem;--chip-blur: 8px;--chip-transparency: .55;--success: 142 76% 50%;--warning: 38 92% 50%;--destructive: 0 84% 60%}body,html{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;min-height:100vh;width:100%}.toolbar{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:hsl(var(--background) / .95);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border));box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,hsl(var(--primary)),gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:all .2s ease-in-out}.logo:hover{transform:scale(1.05)}.tabs{display:flex;gap:.25rem;background-color:hsl(var(--muted));padding:.25rem;border-radius:calc(var(--radius) + 2px)}.tab-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;font-weight:500;background:transparent;color:hsl(var(--muted-foreground));border:none;cursor:pointer;transition:all .2s ease-in-out}.tab-button:hover:not(:disabled){background-color:hsl(var(--muted) / .8);color:hsl(var(--accent-foreground))}.tab-button:disabled{opacity:.5;cursor:not-allowed}.tab-button.active-tab{background-color:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.tab-icon{font-size:1rem}.wallet-section{display:flex;align-items:center;gap:1rem}.balance-display{display:flex;flex-direction:column;align-items:flex-end;padding:.5rem .75rem;background-color:hsl(var(--muted));border-radius:var(--radius);border:1px solid hsl(var(--border))}.balance-label{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:500}.balance-amount{font-size:.875rem;font-weight:600;color:hsl(var(--primary));font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.wallet-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:var(--radius);font-size:.875rem;font-weight:500;padding:.5rem 1rem;border:1px solid hsl(var(--primary));background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;transition:all .2s ease-in-out}.wallet-btn:hover:not(:disabled){background-color:hsl(var(--primary) / .9);transform:translateY(-1px);box-shadow:0 4px 12px hsl(var(--primary) / .4)}.wallet-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.wallet-btn.connected{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:hsl(var(--border))}.wallet-btn.connected:hover:not(:disabled){background-color:hsl(var(--secondary) / .8);box-shadow:0 2px 8px hsl(var(--secondary) / .4)}.wallet-icon{font-size:1rem}.spinner{width:1rem;height:1rem;border:2px solid hsl(var(--muted));border-top:2px solid hsl(var(--foreground));border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{flex:1;padding:2rem 1.5rem;max-width:1200px;margin:0 auto;width:100%}@media (max-width: 768px){.toolbar{flex-direction:column;gap:1rem;padding:1rem}.wallet-section{flex-direction:column;gap:.75rem;width:100%}.balance-display{align-items:center;width:100%}.wallet-btn{width:100%}.main-content{padding:1.5rem 1rem}.tabs{width:100%;height:4rem}.tab-button{flex:1;padding:.75rem .5rem;font-size:.8rem}}@media (max-width: 480px){.tab-button{font-size:.75rem;padding:.5rem .25rem;font-size:.8rem}.tab-icon{font-size:.875rem}.logo{font-size:1.25rem}}.app-footer{padding:1rem 1.5rem;background-color:hsl(var(--muted));border-top:1px solid hsl(var(--border));text-align:center;color:hsl(var(--muted-foreground));margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:.5rem}.footer-text{font-size:.875rem}.social-icons{display:flex;gap:.75rem}.social-icon{font-size:1.25rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s ease-in-out}.social-icon:hover{color:hsl(var(--foreground))}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;border-radius:9999px;border:1px solid;background:hsl(var(--bg) / var(--chip-transparency));color:hsl(var(--fg));box-shadow:0 1px 2px -1px hsl(var(--shadow) / .15),inset 0 0 0 1px hsl(var(--bg) / .8);backdrop-filter:blur(var(--chip-blur));transition:transform .1s ease,box-shadow .1s ease}.chip:hover{transform:translateY(-.5px);box-shadow:0 2px 4px -1px hsl(var(--shadow) / .25),inset 0 0 0 1px hsl(var(--bg) / .9)}.chip-encrypted{--bg: 215 85% 65%;--fg: 215 85% 65%;--shadow: 215 85% 65%}.chip-canceled{--bg: 0 0% 45%;--fg: 0 0% 45%;--shadow: 0 0% 45%}.chip-boosted{--bg: var(--warning);--fg: var(--warning);--shadow: var(--warning)}.chip-sold{--bg: var(--destructive);--fg: var(--destructive);--shadow: var(--destructive)}.chip-available{--bg: var(--success);--fg: var(--success);--shadow: var(--success)}.chip-auction{--bg: var(--secondary);--fg: var(--secondary-foreground);--shadow: var(--secondary)}.chip-fixed{--bg: var(--primary);--fg: var(--primary);--shadow: var(--primary)}
