@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--gold:#d2ba75;--gold-light:#e5d5a0;--gold-dark:#b39b5c;--gold-glow:#d2ba7540;--green-darkest:#081a0f;--green-darker:#0c2415;--green-dark:#12361e;--green-medium:#1a4a28;--green-light:#245535;--text-primary:#f5f0e6;--text-secondary:#c5bb9e;--text-muted:#8a8070;--card-bg:#163d23a6;--card-border:#d2ba751f;--card-shadow:0 4px 24px #00000059;--overlay-dark:#081a0fb3;--overlay-medium:#12361e8c;--font-heading:"Playfair Display", "Georgia", serif;--font-body:"Inter", -apple-system, "Segoe UI", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast:all .15s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:16px}body{font-family:var(--font-body);background-color:var(--green-darkest);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.landing{background:radial-gradient(ellipse at 50% 30%, #1a4a2880 0%, transparent 70%), linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px 24px;display:flex;position:relative;overflow:hidden}.landing:before,.landing:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.4;width:120px;height:1px;position:absolute;left:50%;transform:translate(-50%)}.landing:before{top:20%}.landing:after{bottom:20%}.landing-logo{filter:drop-shadow(0 4px 20px #d2ba7526);width:min(320px,80vw);height:auto;margin-bottom:16px;animation:1s ease-out fadeInScale}.landing-subtitle{font-family:var(--font-heading);color:var(--text-secondary);letter-spacing:.5px;margin-bottom:48px;font-size:1.05rem;font-style:italic;font-weight:400;animation:1s ease-out .3s both fadeInUp}.landing-btn{font-family:var(--font-heading);letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);border:1.5px solid var(--gold);border-radius:var(--radius-xl);transition:var(--transition);background:#d2ba750f;justify-content:center;align-items:center;padding:16px 56px;font-size:1.15rem;font-weight:600;animation:1s ease-out .6s both fadeInUp;display:inline-flex;position:relative;overflow:hidden}.landing-btn:before{content:"";background:linear-gradient(90deg,#0000,#d2ba751f,#0000);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}.landing-btn:active{background:#d2ba751f;transform:scale(.96)}.landing-footer{color:var(--text-muted);letter-spacing:.3px;font-size:.75rem;animation:1s ease-out 1s both fadeIn;position:absolute;bottom:24px}.header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);background:#0c2415eb;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.header-back{width:40px;height:40px;color:var(--gold);transition:var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.header-back:active{background:#d2ba751a;transform:scale(.92)}.header-logo{opacity:.85;width:auto;height:32px;margin-left:auto}.header-title{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1.1rem;font-weight:600;overflow:hidden}.categories-page{background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);min-height:100dvh}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;animation:.6s ease-out fadeIn;display:grid}.category-card{border-radius:var(--radius-lg);aspect-ratio:1/1.1;cursor:pointer;transition:var(--transition);box-shadow:var(--card-shadow);position:relative;overflow:hidden}.category-card:active{transform:scale(.96)}.category-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.category-card:active .category-card-img{transform:scale(1.05)}.category-card-overlay{background:linear-gradient(#081a0f33 0%,#081a0fbf 100%);justify-content:center;align-items:flex-end;padding:20px 12px;display:flex;position:absolute;inset:0}.category-card-name{font-family:var(--font-heading);color:var(--gold-light);text-align:center;text-shadow:0 2px 8px #00000080;letter-spacing:.5px;font-size:1.05rem;font-weight:600;line-height:1.3}.category-card{animation:.5s ease-out both fadeInUp}.category-card:first-child{animation-delay:50ms}.category-card:nth-child(2){animation-delay:.1s}.category-card:nth-child(3){animation-delay:.15s}.category-card:nth-child(4){animation-delay:.2s}.category-card:nth-child(5){animation-delay:.25s}.category-card:nth-child(6){animation-delay:.3s}.category-card:nth-child(7){animation-delay:.35s}.category-card:nth-child(8){animation-delay:.4s}.category-card:nth-child(9){animation-delay:.45s}.category-card:nth-child(10){animation-delay:.5s}.products-page{background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%);min-height:100dvh}.products-list{flex-direction:column;gap:16px;padding:16px;animation:.6s ease-out fadeIn;display:flex}.product-card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.product-card.landscape .product-card-img-wrap{width:100%;height:200px;overflow:hidden}.product-card.landscape .product-card-img{object-fit:cover;width:100%;height:100%}.product-card.landscape .product-card-info{padding:16px}.product-card.portrait{flex-direction:row;display:flex}.product-card.portrait .product-card-img-wrap{flex-shrink:0;width:38%;min-height:160px;overflow:hidden}.product-card.portrait .product-card-img{object-fit:cover;width:100%;height:100%}.product-card.portrait .product-card-info{flex-direction:column;flex:1;justify-content:center;padding:16px;display:flex}.product-card-name{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:6px;font-size:1.1rem;font-weight:600;line-height:1.3}.product-card-desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-price{font-family:var(--font-heading);color:var(--gold);letter-spacing:.3px;font-size:1.15rem;font-weight:700}.product-card.no-image .product-card-info{padding:20px 16px}.product-card{animation:.4s ease-out both fadeInUp}.product-card:first-child{animation-delay:50ms}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 24px;display:flex}.spinner{border:2.5px solid #d2ba7526;border-top-color:var(--gold);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.loading-text{color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.empty-state-icon{opacity:.4;margin-bottom:16px;font-size:3rem}.empty-state-text{color:var(--text-muted);font-size:1rem;font-family:var(--font-heading)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=600px){.landing-logo{width:360px}.landing-subtitle{font-size:1.15rem}.landing-btn{padding:18px 64px;font-size:1.25rem}.categories-grid{gap:16px;max-width:600px;margin:0 auto;padding:20px}.products-list{max-width:600px;margin:0 auto;padding:20px}.product-card.landscape .product-card-img-wrap{height:260px}}@media (width>=900px){.categories-grid,.products-list{max-width:680px}}
