:root{--guest-primary-brown:#6f4e37;--guest-dark-brown:#3e2723;--guest-medium-brown:#8b6f47;--guest-light-beige:#f5e6d3;--guest-medium-beige:#d4a574;--guest-accent-brown:#a0826d;--guest-cream:#fdfbf7;--guest-gradient-primary:linear-gradient(135deg,#6f4e37,#8b6f47);--guest-gradient-light:linear-gradient(135deg,#f5e6d3,#d4a574);--guest-gradient-overlay:linear-gradient(180deg,#3e2723b3,#6f4e3766);--guest-bg-primary:#fdfbf7;--guest-bg-secondary:#f5e6d3;--guest-text-primary:#3e2723;--guest-text-secondary:#6f4e37;--guest-border:#d4a574;--guest-border-light:#d4a5744d;--guest-shadow-xs:0 1px 3px #6f4e370f;--guest-shadow-sm:0 2px 8px #6f4e3714;--guest-shadow-md:0 4px 16px #6f4e371f;--guest-shadow-lg:0 8px 24px #6f4e3729;--guest-shadow-xl:0 12px 32px #6f4e3733;--guest-shadow-2xl:0 20px 48px #6f4e373d;--guest-transition-fast:all 0.15s cubic-bezier(0.4,0,0.2,1);--guest-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--guest-transition-slow:all 0.5s cubic-bezier(0.4,0,0.2,1);--guest-radius-sm:8px;--guest-radius-md:12px;--guest-radius-lg:16px;--guest-radius-xl:20px;--guest-radius-2xl:24px}.guest-layout{background-color:#fdfbf7;background-color:var(--guest-bg-primary);min-height:100vh}.guest-card{background:#fff;border:1px solid #d4a5744d;border:1px solid var(--guest-border-light);border-radius:16px;border-radius:var(--guest-radius-lg);box-shadow:0 4px 16px #6f4e371f;box-shadow:var(--guest-shadow-md);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition)}.guest-card:hover{border-color:#d4a574;border-color:var(--guest-border);box-shadow:0 12px 32px #6f4e3733;box-shadow:var(--guest-shadow-xl);transform:translateY(-4px)}.guest-btn-primary{background:linear-gradient(135deg,#6f4e37,#8b6f47);background:var(--guest-gradient-primary);border:none;border-radius:12px;border-radius:var(--guest-radius-md);box-shadow:0 4px 16px #6f4e371f;box-shadow:var(--guest-shadow-md);color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;overflow:hidden;padding:12px 28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition)}.guest-btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.guest-btn-primary:hover:before{left:100%}.guest-btn-primary:hover{box-shadow:0 8px 24px #6f4e3729;box-shadow:var(--guest-shadow-lg);transform:translateY(-2px)}.guest-btn-primary:active{box-shadow:0 2px 8px #6f4e3714;box-shadow:var(--guest-shadow-sm);transform:translateY(0)}.guest-btn-secondary{background:#fff;border:2px solid #6f4e37;border:2px solid var(--guest-primary-brown);border-radius:12px;border-radius:var(--guest-radius-md);color:#6f4e37;color:var(--guest-primary-brown);cursor:pointer;font-weight:600;padding:10px 26px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition)}.guest-btn-secondary:hover{background:#f5e6d3;background:var(--guest-light-beige);transform:translateY(-2px)}.guest-badge,.guest-btn-secondary:hover{box-shadow:0 2px 8px #6f4e3714;box-shadow:var(--guest-shadow-sm)}.guest-badge{align-items:center;background:linear-gradient(135deg,#6f4e37,#8b6f47);background:var(--guest-gradient-primary);border-radius:20px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:600;gap:4px;padding:6px 14px}.guest-input{background:#fff;border:2px solid #d4a5744d;border:2px solid var(--guest-border-light);border-radius:12px;border-radius:var(--guest-radius-md);font-size:1rem;padding:14px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition);width:100%}.guest-input:focus{background:#fdfbf7;background:var(--guest-cream);border-color:#6f4e37;border-color:var(--guest-primary-brown);box-shadow:0 0 0 4px #6f4e371a;outline:none}.guest-input::placeholder{color:#a0826d;color:var(--guest-accent-brown);opacity:.6}.guest-header{background:linear-gradient(135deg,#6f4e37,#8b6f47);background:var(--guest-gradient-primary);border-radius:0 0 24px 24px;border-radius:0 0 var(--guest-radius-2xl) var(--guest-radius-2xl);box-shadow:0 12px 32px #6f4e3733;box-shadow:var(--guest-shadow-xl);color:#fff;overflow:hidden;padding:2.5rem;position:relative}.guest-header:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;content:"";height:300px;position:absolute;right:-10%;top:-50%;width:300px}.guest-product-card{background:#fff;border:1px solid #d4a5744d;border:1px solid var(--guest-border-light);border-radius:16px;border-radius:var(--guest-radius-lg);box-shadow:0 2px 8px #6f4e3714;box-shadow:var(--guest-shadow-sm);cursor:pointer;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition)}.guest-product-card:hover{border-color:#d4a574;border-color:var(--guest-border);box-shadow:0 8px 24px #6f4e3729;box-shadow:var(--guest-shadow-lg);transform:translateY(-6px)}.guest-product-image{background:linear-gradient(135deg,#f5e6d3,#d4a574);background:var(--guest-gradient-light);height:200px;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition);width:100%}.guest-product-card:hover .guest-product-image{transform:scale(1.05)}.guest-product-info{padding:1.25rem}.guest-product-name{color:#3e2723;color:var(--guest-text-primary);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.guest-product-description{color:#6f4e37;color:var(--guest-text-secondary);font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.guest-product-price{color:#6f4e37;color:var(--guest-primary-brown);font-size:1.375rem;font-weight:700}.guest-cart-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#d32f2f,#c62828);box-shadow:0 4px 16px #6f4e371f;box-shadow:var(--guest-shadow-md);font-size:.75rem;font-weight:700;height:24px;min-width:24px;padding:0 6px;position:absolute;right:-8px;top:-8px}.guest-cart-badge,.guest-floating-cart{align-items:center;border-radius:50%;color:#fff;display:flex;justify-content:center}.guest-floating-cart{background:linear-gradient(135deg,#6f4e37,#8b6f47);background:var(--guest-gradient-primary);bottom:24px;box-shadow:0 12px 32px #6f4e3733;box-shadow:var(--guest-shadow-xl);cursor:pointer;height:64px;position:fixed;right:24px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition);width:64px;z-index:1000}.guest-floating-cart:hover{box-shadow:0 20px 48px #6f4e373d;box-shadow:var(--guest-shadow-2xl);transform:scale(1.15) rotate(5deg)}.guest-floating-cart:active{transform:scale(1.05)}.guest-timeline{padding-left:2.5rem;position:relative}.guest-timeline-item{padding-bottom:2.5rem;position:relative}.guest-timeline-item:before{background:#d4a574;background:var(--guest-medium-beige);border:4px solid #fff;border-radius:50%;box-shadow:0 4px 16px #6f4e371f;box-shadow:var(--guest-shadow-md);content:"";height:20px;left:-2.5rem;position:absolute;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--guest-transition);width:20px}.guest-timeline-item.active:before{animation:pulse 2s infinite;background:linear-gradient(135deg,#6f4e37,#8b6f47);background:var(--guest-gradient-primary);box-shadow:0 0 0 6px #6f4e3726}.guest-timeline-item:after{background:#d4a574;background:var(--guest-border);content:"";height:calc(100% - 20px);left:calc(-2.5rem + 9px);position:absolute;top:20px;width:2px}.guest-timeline-item:last-child:after{display:none}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.guest-slide-in-up{animation:slideInUp .4s cubic-bezier(.4,0,.2,1)}.guest-fade-in{animation:fadeIn .3s ease-out}.guest-shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);background-size:1000px 100%}.guest-dialog-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3e272366}.guest-dialog{border-radius:20px;border-radius:var(--guest-radius-xl);box-shadow:0 20px 48px #6f4e373d;box-shadow:var(--guest-shadow-2xl);overflow:hidden}@media (max-width:768px){.guest-floating-cart{bottom:20px;height:56px;right:20px;width:56px}.guest-header{border-radius:0 0 16px 16px;border-radius:0 0 var(--guest-radius-lg) var(--guest-radius-lg);padding:2rem 1.5rem}.guest-product-card{border-radius:12px;border-radius:var(--guest-radius-md)}.guest-btn-primary,.guest-btn-secondary{font-size:.9rem;padding:10px 20px}}.guest-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #d4a5744d;border:1px solid var(--guest-border-light)}.guest-divider{background:#d4a5744d;background:var(--guest-border-light);height:1px;margin:1.5rem 0}.guest-text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6f4e37,#8b6f47);background:var(--guest-gradient-primary);-webkit-background-clip:text;background-clip:text}
/*# sourceMappingURL=main.80e0eb0d.css.map*/