.admin-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.admin-section h3{margin-bottom:1.5rem;color:#2563eb;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.admin-form{max-width:800px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:100px}.variants-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.variants-section h4{margin-bottom:1rem;color:#6b7280}.images-section{margin-top:2rem;padding:1.75rem;border:1px dashed #bfdbfe;border-radius:12px;background:#f8fafc}.images-section h4{margin-bottom:.5rem;color:#475569}.images-section .section-description{margin-bottom:1rem;font-size:.9rem;color:#6b7280}.image-items{display:grid;gap:.75rem;margin-bottom:1rem}.image-item{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem}.image-item input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem}.image-item input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1a}.remove-image{border:none;background:#fee2e2;color:#b91c1c;border-radius:6px;padding:.5rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.remove-image:hover{background:#fecaca;color:#7f1d1d}.field-hint{display:block;margin-top:.5rem;font-size:.85rem;color:#6b7280}.variant-item{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:1rem;align-items:center}.variant-item input,.variant-item select{padding:.5rem;border:1px solid #e5e7eb;border-radius:4px}.remove-variant{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem}.remove-variant:hover{background:#dc2626}.status-message{margin-top:1rem;padding:1rem;border-radius:6px;display:none}.status-message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981;display:block}.status-message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444;display:block}.status-message.info{background:#dbeafe;color:#1e40af;border:1px solid #3b82f6;display:block}.auth-message{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:500px;margin:4rem auto}.auth-form{text-align:left;margin-top:1.5rem}.auth-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.btn-google,.btn-apple{width:100%;padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;font-size:1rem}.btn-google:hover{background:#f9fafb;border-color:#4285f4;color:#4285f4}.btn-apple:hover{background:#f9fafb;border-color:#000}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#6b7280}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.auth-divider span{padding:0 1rem;background:#fff}.auth-message h2{margin-bottom:1rem;color:#374151}.auth-message p{margin-bottom:2rem;color:#6b7280}#products-list{display:grid;gap:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.product-card{background:#fff;border-radius:16px;border:1px solid rgba(203,213,225,.8);box-shadow:0 12px 30px #0f172a14;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px #0f172a1f}.product-card .product-image-wrapper{width:100%;aspect-ratio:4 / 3;background:linear-gradient(120deg,#3b82f614,#6366f114);display:flex;align-items:center;justify-content:center;padding:1rem}.product-card .product-image-wrapper img{max-width:100%;max-height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.product-card:hover .product-image-wrapper img{transform:scale(1.03)}.product-card .product-info{padding:1.5rem;display:flex;flex-direction:column;gap:.65rem}.product-card .product-name{font-size:1.05rem;font-weight:600;color:#0f172a;line-height:1.4}.product-card .product-description{font-size:.9rem;color:#64748b;line-height:1.5;min-height:2.7rem}.product-card .product-price{font-weight:600;color:#2563eb;font-size:1rem}.product-card .product-meta{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#94a3b8}.product-card .status-chip{align-self:flex-start;padding:.3rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.status-chip.active{background:#10b9811f;color:#047857}.status-chip.inactive{background:#ef44441f;color:#b91c1c}.product-card .product-actions{margin-top:1rem;display:flex;gap:.75rem}.product-card .product-actions .btn-secondary{flex:1}.product-item{background:#f9fafb;padding:1.5rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e5e7eb}.product-item-info h4{margin-bottom:.5rem;color:#111827}.product-item-info p{color:#6b7280;font-size:.875rem;margin:.25rem 0}.product-item-actions{display:flex;gap:.5rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.loading{text-align:center;padding:2rem;color:#6b7280}.deploy-instructions{background:#f9fafb;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb}.deploy-instructions h4{margin-top:1.5rem;margin-bottom:.75rem;color:#374151;font-size:1rem}.deploy-instructions h4:first-child{margin-top:0}.code-block{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:6px;margin:1rem 0;font-family:Courier New,monospace;overflow-x:auto}.code-block code{color:#10b981;display:block;margin:.25rem 0}.deploy-status{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.deploy-status p{margin:.5rem 0;color:#6b7280}.deploy-status .note{background:#dbeafe;padding:.75rem;border-radius:6px;border-left:4px solid #3b82f6;margin-top:1rem;color:#1e40af}@media (max-width: 768px){.form-row,.variant-item,.image-item,.products-grid{grid-template-columns:1fr}.product-card .product-info{padding:1.25rem}.product-item{flex-direction:column;align-items:flex-start;gap:1rem}}
