.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 16px}.title{font-size:3rem;font-weight:700;margin:0;text-align:center}.title span{display:inline-block;background-image:linear-gradient(90deg,#3b82f6,#ef4444);-webkit-background-clip:text;background-clip:text;color:transparent}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;width:100%;margin:2rem 0}.stat-card{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center}.stat-card h3{margin:0 0 .5rem;color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.stat-number{margin:0;font-size:2rem;font-weight:700;color:#1f2937}.grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;gap:2rem;width:100%}.product-list{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.product-card{padding:1rem;border:1px solid #e5e7eb;border-radius:6px;transition:transform .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.product-card h3{margin:0 0 .5rem;font-size:1.125rem}.price{margin:0;font-size:1.25rem;font-weight:600;color:#059669}.category{margin:.5rem 0 0;font-size:.875rem;color:#6b7280;text-transform:capitalize}.error,.loading{padding:2rem;text-align:center;border-radius:6px}.loading{background:#f3f4f6;color:#6b7280}.error{background:#fee2e2;color:#dc2626}.load-more{margin-top:1rem;padding:.5rem 1rem;background:#3b82f6;color:white;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.load-more:hover{background:#2563eb}.description{color:#9ca3af;font-weight:500;text-align:center}.description a{color:#3b82f6;text-decoration:none}.description a:hover{text-decoration:underline}.shop-info{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%;margin-bottom:2rem}.shop-info.error,.shop-info.loading,.shop-info.no-shop{text-align:center;padding:2rem}.shop-info.error{background:#fee2e2;color:#dc2626}.shop-info.no-shop{background:#fef3c7;color:#d97706}.shop-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0}.detail-row{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-row strong{color:#374151;margin-right:.5rem}.active{color:#059669;font-weight:600}.inactive{color:#dc2626;font-weight:600}.features-info,.theme-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.features-info h3,.theme-info h3{margin:0 0 1rem;color:#374151;font-size:1.125rem}.theme-colors{display:flex;gap:1rem;flex-wrap:wrap}.color-box{display:flex;align-items:center;gap:.5rem}.color-preview{width:24px;height:24px;border-radius:4px;border:1px solid #e5e7eb}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.5rem;gap:.5rem}.feature{padding:.5rem 0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}