@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--cream: #ffffff;--warm-white: #ffffff;--terracotta: #4A2E4A;--terracotta-dark: #4A2E4A;--terracotta-light: #4A2E4A;--ochre: #FADCF2;--deep-brown: #2c1a0e;--medium-brown: #110701;--light-brown: #4A2E4A;--sage: #7a8c6e;--sand: #FADCF2;--sand-dark: #FADCF2;--text-primary: #2c1a0e;--text-secondary: #4A2E4A;--text-muted: #2c1a0e;--border: #4A2E4A;--shadow-sm: 0 2px 8px rgba(44, 26, 14, .08);--shadow-md: 0 4px 20px rgba(44, 26, 14, .12);--shadow-lg: 0 8px 40px rgba(44, 26, 14, .16);--radius: 8px;--radius-lg: 16px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background-color:var(--cream);color:var(--text-primary);line-height:1.6;min-height:100vh}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.25;color:var(--deep-brown)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:.95rem}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.page-wrapper{min-height:calc(100vh - 72px);padding:2rem 0 4rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--terracotta);color:#fff}.btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--terracotta);border:1.5px solid var(--terracotta)}.btn-secondary:hover{background:var(--terracotta);color:#fff}.btn-outline{background:transparent;color:var(--medium-brown);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--terracotta);color:var(--terracotta)}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-sm{padding:.4rem .9rem;font-size:.82rem}.btn-lg{padding:.85rem 2rem;font-size:1rem}.btn-full{width:100%;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all var(--transition);position:relative}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card .product-image-wrap{position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--sand)}.product-card .product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image-wrap img{transform:scale(1.05)}.product-card .product-info{padding:1rem 1.2rem 1.2rem}.product-card .product-category{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.3rem}.product-card .product-name{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--deep-brown);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .product-artist{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.product-card .product-footer{display:flex;align-items:center;justify-content:space-between}.product-card .product-price{font-size:1.1rem;font-weight:600;color:var(--terracotta)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.85rem;font-weight:500;color:var(--medium-brown);margin-bottom:.4rem}.form-input,.form-select,.form-textarea{width:100%;padding:.65rem 1rem;background:var(--warm-white);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text-primary);transition:border-color var(--transition),box-shadow var(--transition)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--terracotta);box-shadow:0 0 0 3px #c4613a1f}.form-textarea{resize:vertical;min-height:100px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-success{background:#dcfce7;color:#15803d}.badge-warning{background:#fef9c3;color:#854d0e}.badge-danger{background:#fee2e2;color:#dc2626}.badge-info{background:#dbeafe;color:#1d4ed8}.badge-neutral{background:var(--sand);color:var(--medium-brown)}.spinner{width:40px;height:40px;border:3px solid var(--sand);border-top-color:var(--terracotta);border-radius:50%;animation:spin .8s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;justify-content:center;align-items:center;min-height:30vh}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state .empty-icon{font-size:3.5rem;margin-bottom:1rem}.empty-state h3{font-size:1.3rem;color:var(--medium-brown);margin-bottom:.5rem}.section-heading{font-size:2rem;margin-bottom:.5rem}.section-sub{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}.section-divider{width:48px;height:3px;background:var(--terracotta);border-radius:2px;margin-bottom:1.5rem}.alert{padding:.85rem 1.2rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem}.alert-error{background:#fee2e2;color:#dc2626;border-left:3px solid #dc2626}.alert-success{background:#dcfce7;color:#15803d;border-left:3px solid #15803d}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.section-heading{font-size:1.5rem}}
