@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";.cart-page{padding-top:2.5rem;padding-bottom:4rem}.cart-page__title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.4rem);color:var(--text);margin-bottom:2rem;animation:fadeSlideUp .5s var(--ease) both}.cart-page--empty{min-height:60vh;display:flex;align-items:center;justify-content:center}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-list__item{display:grid;grid-template-columns:90px 1fr auto auto;gap:1rem;align-items:center;padding:1.1rem;border-radius:var(--radius-lg);animation:fadeSlideUp .5s var(--ease) both}@media (max-width: 600px){.cart-list__item{grid-template-columns:70px 1fr;grid-template-rows:auto auto}.cart-list__controls{grid-column:1 / -1}.cart-list__line-total{grid-column:1 / -1;text-align:right}}.cart-list__image{width:90px;height:90px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-light)}.cart-list__name{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.cart-list__price{font-size:.875rem;color:var(--muted)}.cart-list__controls{display:flex;align-items:center;gap:.5rem}.cart-list__qty-label{display:none}.cart-list__qty-input{width:60px;padding:.4rem .5rem;border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;font-weight:600;text-align:center;color:var(--text);background:var(--surface);transition:border-color var(--dur-fast) var(--ease)}.cart-list__qty-input:focus{outline:none;border-color:var(--accent)}.cart-list__line-total{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--accent);white-space:nowrap}.cart-summary{padding:1.75rem;position:sticky;top:90px;animation:fadeSlideUp .5s .1s var(--ease) both}.cart-summary__title{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;color:var(--text-2);border-bottom:1px solid var(--border-light)}.cart-summary__row--total{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--text);border-bottom:none;padding-top:.75rem;margin-top:.25rem}.cart-summary__row--total span:last-child{color:var(--accent)}.cart-summary__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.cart-summary__actions .btn{width:100%;justify-content:center}.home-page{padding-bottom:5rem}.home-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;border-radius:0 0 var(--radius-xl) var(--radius-xl);margin-bottom:5rem}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1608704663532-b7678c66c75b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NTc2NjF8MHwxfHNlYXJjaHwxfHxjbG90aGluZyUyMGFuZCUyMHNob3BwaW5nJTJDJTIwamV3ZWxyeSUyQyUyMGZvb3R3ZWFyfGVufDB8MHx8fDE3ODgxOTY2MzZ8MA&ixlib=rb-4.1.0&q=80&w=1080);background-size:cover;background-position:center 20%;transform:scale(1.04);transition:transform 8s ease-out}.home-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#2d1f1ab8,#2d1f1a73,#c9637a26)}.home-hero__content{position:relative;z-index:2;max-width:620px;animation:fadeSlideUp .9s var(--ease) both}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#c9637a40;border:1px solid rgba(201,99,122,.4);border-radius:var(--radius-full);padding:.35rem 1rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);margin-bottom:1.25rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-hero__title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.home-hero__title em{font-style:italic;color:var(--accent-light)}.home-hero__subtitle{font-size:1.1rem;color:#ffffffd1;line-height:1.7;margin-bottom:2rem;max-width:480px}.home-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.home-hero__stats{position:absolute;bottom:2.5rem;right:2rem;z-index:2;display:flex;gap:1.5rem;animation:fadeSlideUp 1.1s .3s var(--ease) both}.home-hero__stat{background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:.85rem 1.25rem;text-align:center;color:#fff}.home-hero__stat-num{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--accent-light);display:block}.home-hero__stat-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.8}@media (max-width: 640px){.home-hero__stats{display:none}.home-hero{min-height:70vh}}.home-categories{margin-bottom:5rem}.home-section-header{text-align:center;margin-bottom:2.5rem;animation:fadeSlideUp .7s var(--ease) both}.home-section-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.home-section-title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.4rem);color:var(--text);margin-bottom:.5rem}.home-section-desc{color:var(--muted);font-size:.95rem;max-width:520px;margin:0 auto}.home-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 900px){.home-cat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.home-cat-grid{grid-template-columns:1fr 1fr;gap:.75rem}}.home-cat-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;cursor:pointer;text-decoration:none;display:block;box-shadow:var(--shadow-md);transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease);animation:fadeSlideUp .7s var(--ease) both}.home-cat-card:nth-child(1){animation-delay:.05s}.home-cat-card:nth-child(2){animation-delay:.12s}.home-cat-card:nth-child(3){animation-delay:.19s}.home-cat-card:nth-child(4){animation-delay:.26s}.home-cat-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:var(--shadow-xl)}.home-cat-card__img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.home-cat-card:hover .home-cat-card__img{transform:scale(1.08)}.home-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(45,31,26,.75) 0%,rgba(45,31,26,.1) 60%,transparent 100%);transition:background var(--dur-base) var(--ease)}.home-cat-card:hover .home-cat-card__overlay{background:linear-gradient(to top,rgba(45,31,26,.85) 0%,rgba(45,31,26,.2) 60%,transparent 100%)}.home-cat-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;color:#fff}.home-cat-card__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.25rem}.home-cat-card__name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.home-cat-card__cta{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;color:#ffffffbf;transition:color var(--dur-fast) var(--ease),gap var(--dur-fast) var(--ease)}.home-cat-card:hover .home-cat-card__cta{color:var(--accent-light);gap:.5rem}.home-trust{background:linear-gradient(135deg,var(--surface-3) 0%,var(--surface-2) 100%);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:5rem;animation:fadeSlideUp .7s var(--ease) both}@media (max-width: 768px){.home-trust{grid-template-columns:repeat(2,1fr)}}@media (max-width: 400px){.home-trust{grid-template-columns:1fr}}.home-trust__item{display:flex;align-items:center;gap:.85rem}.home-trust__icon{width:44px;height:44px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.home-trust__text strong{display:block;font-size:.875rem;font-weight:700;color:var(--text)}.home-trust__text span{font-size:.78rem;color:var(--muted)}.home-featured{margin-bottom:5rem}.home-featured__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.home-featured__view-all{font-size:.875rem;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:.3rem;transition:gap var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.home-featured__view-all:hover{gap:.5rem;color:var(--accent-dark)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}}.product-grid__item{animation:fadeSlideUp .6s var(--ease) both}.product-grid__item:nth-child(1){animation-delay:.05s}.product-grid__item:nth-child(2){animation-delay:.1s}.product-grid__item:nth-child(3){animation-delay:.15s}.product-grid__item:nth-child(4){animation-delay:.2s}.product-grid__item:nth-child(5){animation-delay:.25s}.product-grid__item:nth-child(6){animation-delay:.3s}.product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base) var(--ease)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--accent-light)}.product-card__media{display:block;position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--bg-alt)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.product-card:hover .product-card__image{transform:scale(1.07)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.1rem;gap:.35rem}.product-card__category{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.product-card__name{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.3}.product-card__name a{color:inherit;text-decoration:none;transition:color var(--dur-fast) var(--ease)}.product-card__name a:hover{color:var(--accent)}.product-card__title{font-size:.82rem;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border-light);gap:.5rem;flex-wrap:wrap}.product-card__price{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--accent)}.product-card__footer .btn{padding:.45rem .9rem;font-size:.8rem;min-height:36px}.home-swift-banner{background:linear-gradient(135deg,#2d1f1a,#4a2d24);border-radius:var(--radius-xl);padding:3rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:5rem;position:relative;overflow:hidden;animation:fadeSlideUp .7s var(--ease) both}.home-swift-banner:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(201,99,122,.3) 0%,transparent 70%);pointer-events:none}.home-swift-banner__text h3{font-family:Playfair Display,serif;font-size:1.5rem;color:#fff;margin-bottom:.5rem}.home-swift-banner__text p{font-size:.9rem;color:#b89e96;max-width:420px;line-height:1.6}.home-swift-banner__badge{display:inline-flex;align-items:center;gap:.4rem;background:#c9637a33;border:1px solid rgba(201,99,122,.4);border-radius:var(--radius-full);padding:.3rem .85rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.75rem}.home-swift-banner__actions{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0}.auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:4rem}.auth-wrapper{width:100%;max-width:460px;animation:scaleIn .5s var(--ease) both}.auth-card{padding:2.5rem;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-xl);border:1px solid var(--border-light)}.auth-card__eyebrow{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.auth-card__logo{width:36px;height:36px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.auth-card__brand{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--text)}.auth-card__brand span{color:var(--accent)}.auth-card__title{font-family:Playfair Display,serif;font-size:1.75rem;color:var(--text);margin-bottom:.35rem}.auth-card__subtitle{font-size:.9rem;color:var(--muted);margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-form .btn{margin-top:.5rem;width:100%;justify-content:center}.auth-card__footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--muted)}.auth-card__footer a{color:var(--accent);font-weight:600}.auth-card__footer a:hover{color:var(--accent-dark)}.auth-page__bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:url(https://images.unsplash.com/photo-1606837731918-f006ef0ef3da?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NTc2NjF8MHwxfHNlYXJjaHwyfHxjbG90aGluZyUyMGFuZCUyMHNob3BwaW5nJTJDJTIwamV3ZWxyeSUyQyUyMGZvb3R3ZWFyfGVufDB8MHx8fDE3ODgxOTY2MzZ8MA&ixlib=rb-4.1.0&q=80&w=1080);background-size:cover;background-position:center;opacity:.06}.catalog-page{padding-top:2.5rem;padding-bottom:4rem}.catalog-page__header{text-align:center;margin-bottom:2.5rem;animation:fadeSlideUp .6s var(--ease) both}.catalog-page__header h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);color:var(--text);margin-bottom:.4rem}.catalog-page__subtitle{color:var(--muted);font-size:1rem}.catalog-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:var(--shadow-sm);animation:fadeSlideUp .6s .1s var(--ease) both}.catalog-filters .field{max-width:420px}.catalog-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.catalog-page__page-indicator{font-size:.9rem;font-weight:600;color:var(--text-2);min-width:80px;text-align:center}.product-detail-page{padding-top:2rem;padding-bottom:4rem}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:2.5rem;animation:scaleIn .5s var(--ease) both}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}.product-detail__image-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--bg-alt);box-shadow:var(--shadow-md)}.product-detail__image{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.product-detail__image-wrap:hover .product-detail__image{transform:scale(1.04)}.product-detail__body{display:flex;flex-direction:column;gap:1rem}.product-detail__category{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.product-detail__name{font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.2rem);color:var(--text);line-height:1.2}.product-detail__title{font-size:.95rem;color:var(--muted);line-height:1.7}.product-detail__price{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--accent)}.product-detail__divider{height:1px;background:var(--border-light)}.product-detail__qty{display:flex;align-items:center;gap:1rem}.product-detail__qty label{font-size:.85rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.product-detail__qty input{width:80px;padding:.55rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:1rem;font-weight:600;color:var(--text);background:var(--surface);text-align:center;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.product-detail__qty input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #c9637a26}.product-detail__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__actions .btn{flex:1;min-width:140px}.product-detail__trust{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--bg-alt);border-radius:var(--radius-md);border:1px solid var(--border-light)}.product-detail__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-2)}.product-detail__trust-item svg{color:var(--accent);flex-shrink:0}.checkout-page{padding-top:2.5rem;padding-bottom:4rem}.checkout-page__title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.4rem);color:var(--text);margin-bottom:2rem;animation:fadeSlideUp .5s var(--ease) both}.checkout-page__grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start}@media (max-width: 900px){.checkout-page__grid{grid-template-columns:1fr}}.order-summary{padding:1.75rem;animation:fadeSlideUp .5s var(--ease) both}.order-summary__title{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.order-summary__items{display:flex;flex-direction:column;gap:0}.order-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--border-light);font-size:.9rem;color:var(--text-2);gap:1rem}.order-summary__name{flex:1}.order-summary__qty{font-size:.8rem;color:var(--muted);font-weight:400}.order-summary__price{font-weight:600;color:var(--text);white-space:nowrap}.order-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.25rem;font-size:1rem;color:var(--text-2)}.order-summary__total strong{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--accent)}.checkout-payment{padding:1.75rem;position:sticky;top:90px;animation:fadeSlideUp .5s .1s var(--ease) both}.checkout-payment__title{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.order-success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:4rem}.order-success-card{max-width:520px;width:100%;padding:3rem 2.5rem;text-align:center;animation:scaleIn .6s var(--ease) both}.order-success-card__icon{width:80px;height:80px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 20px #10b98133}.order-success-card__icon svg{color:#059669}.order-success-card h1{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--text);margin-bottom:.75rem}.order-success-card p{color:var(--muted);font-size:.95rem;line-height:1.7;margin-bottom:.5rem}.order-success-card__ref{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-2);margin:.5rem 0 1.5rem;font-family:monospace}.order-success-card .btn{margin-top:1rem}.profile-page{padding-top:2.5rem;padding-bottom:4rem;max-width:680px}.profile-page__title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);color:var(--text);margin-bottom:2rem;animation:fadeSlideUp .5s var(--ease) both}.profile-card{padding:2rem;animation:fadeSlideUp .5s .1s var(--ease) both}.profile-card__avatar{width:72px;height:72px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1.5rem;box-shadow:0 4px 16px #c9637a4d}.profile-card__list{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.profile-card__row{display:flex;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border-light)}.profile-card__row:last-child{border-bottom:none}.profile-card__label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);min-width:110px;flex-shrink:0}.profile-card__value{font-size:.95rem;color:var(--text);font-weight:500}.profile-card__actions{padding-top:1rem;border-top:1px solid var(--border-light)}.mm-header{position:sticky;top:0;z-index:100;background:#fdf6f0eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);box-shadow:0 2px 12px #b4646412;transition:box-shadow var(--dur-base) var(--ease)}.mm-header__inner{display:flex;align-items:center;gap:1.5rem;height:72px}.mm-header__brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.mm-brand-logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-md);box-shadow:0 4px 12px #c9637a4d;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease)}.mm-brand-logo:hover{transform:scale(1.08) rotate(-3deg);box-shadow:0 6px 18px #c9637a66}.mm-brand-logo svg{display:block}.mm-brand-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.mm-brand-name span{color:var(--accent)}.mm-header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.mm-header__nav a{padding:.45rem .85rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:500;color:var(--text-2);text-decoration:none;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.mm-header__nav a:hover,.mm-header__nav a.active{background:var(--surface-3);color:var(--accent)}.mm-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.mm-cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);background:var(--surface-2);border:1.5px solid var(--border);color:var(--text-2);text-decoration:none;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.mm-cart-btn:hover{background:var(--surface-3);border-color:var(--accent-light);color:var(--accent);transform:scale(1.08);box-shadow:var(--shadow-md)}.mm-cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;border:2px solid var(--bg);animation:scaleIn .2s var(--ease)}.mm-auth-link{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--accent);border:1.5px solid var(--accent-light);background:var(--surface);text-decoration:none;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease);min-height:44px}.mm-auth-link:hover{background:var(--surface-3);border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-sm);color:var(--accent-dark)}.mm-auth-link--user{background:linear-gradient(135deg,var(--surface-3) 0%,var(--surface-2) 100%)}.mm-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-md);color:var(--text-2);transition:background var(--dur-fast) var(--ease)}.mm-menu-toggle:hover{background:var(--surface-2)}@media (max-width: 768px){.mm-menu-toggle{display:flex}.mm-header__nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem;gap:.25rem;box-shadow:var(--shadow-lg);z-index:99}.mm-header__nav.open{display:flex}.mm-header__nav a{width:100%;padding:.65rem 1rem}.mm-header__inner{position:relative}}.mm-footer{background:linear-gradient(160deg,#2d1f1a,#3d2820 60%,#4a2d24);color:#e8d5cc;margin-top:5rem}.mm-footer__top{padding:4rem 0 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}@media (max-width: 900px){.mm-footer__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 540px){.mm-footer__top{grid-template-columns:1fr;gap:1.75rem}}.mm-footer__logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;text-decoration:none}.mm-footer__logo-mark{width:38px;height:38px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mm-footer__logo-name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:#fff}.mm-footer__logo-name span{color:var(--accent-light)}.mm-footer__tagline{font-size:.875rem;color:#b89e96;line-height:1.6;margin-bottom:1.25rem}.mm-footer__partner{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#b89e96;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:.5rem .85rem;text-decoration:none;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.mm-footer__partner:hover{background:#ffffff1f;color:var(--accent-light)}.mm-footer__partner-badge{background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:var(--radius-full);letter-spacing:.04em}.mm-footer__col-title{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mm-footer__links{display:flex;flex-direction:column;gap:.5rem}.mm-footer__links a{font-size:.875rem;color:#b89e96;text-decoration:none;transition:color var(--dur-fast) var(--ease),padding-left var(--dur-fast) var(--ease)}.mm-footer__links a:hover{color:var(--accent-light);padding-left:4px}.mm-footer__contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:#b89e96;margin-bottom:.75rem;line-height:1.5}.mm-footer__contact-icon{flex-shrink:0;width:18px;height:18px;color:var(--accent-light);margin-top:1px}.mm-footer__contact-item a{color:#b89e96;text-decoration:none;transition:color var(--dur-fast) var(--ease)}.mm-footer__contact-item a:hover{color:var(--accent-light)}.mm-footer__socials{display:flex;gap:.6rem;margin-top:1rem}.mm-footer__social-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);background:#ffffff14;color:#b89e96;text-decoration:none;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease)}.mm-footer__social-btn:hover{background:var(--accent);color:#fff;transform:translateY(-3px)}.mm-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.mm-footer__copy{font-size:.8rem;color:#7a5e57}.mm-footer__powered{font-size:.78rem;color:#7a5e57;display:flex;align-items:center;gap:.35rem}.mm-footer__powered a{color:var(--accent-light);text-decoration:none;font-weight:600;transition:color var(--dur-fast) var(--ease)}.mm-footer__powered a:hover{color:#fff}.mm-footer__swift-badge{display:inline-flex;align-items:center;gap:.3rem;background:#c9637a33;border:1px solid rgba(201,99,122,.3);border-radius:var(--radius-full);padding:2px 8px;font-size:.7rem;font-weight:700;color:var(--accent-light);letter-spacing:.05em}.legal-page{padding-top:2.5rem;padding-bottom:5rem;max-width:800px;margin:0 auto;animation:fadeSlideUp .6s var(--ease) both}.legal-page__hero{background:linear-gradient(135deg,var(--surface-3) 0%,var(--surface-2) 100%);border-radius:var(--radius-xl);padding:2.5rem;margin-bottom:2.5rem;border:1px solid var(--border)}.legal-page__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.legal-page__title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.4rem);color:var(--text);margin-bottom:.5rem}.legal-page__updated{font-size:.82rem;color:var(--muted)}.legal-page__body{display:flex;flex-direction:column;gap:2rem}.legal-section{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm)}.legal-section h2{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--text);margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent-light);display:inline-block}.legal-section p{font-size:.9rem;color:var(--text-2);line-height:1.75;margin-bottom:.75rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul,.legal-section ol{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.4rem}.legal-section li{font-size:.9rem;color:var(--text-2);line-height:1.6}.legal-contact{background:linear-gradient(135deg,var(--surface-3) 0%,var(--surface-2) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.legal-contact__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-2)}.legal-contact__item svg{color:var(--accent);flex-shrink:0}.legal-contact__item a{color:var(--accent);font-weight:500}:root{--bg: #fdf6f0;--bg-alt: #fef0ea;--surface: #ffffff;--surface-2: #fdf0f5;--surface-3: #fce8f0;--text: #2d1f1a;--text-2: #5c3d35;--muted: #9b7b74;--accent: #c9637a;--accent-dark: #a84d63;--accent-light: #f4b8c8;--accent-2: #d4956a;--accent-2-dark: #b87a52;--border: #e8d5cc;--border-light: #f2e4de;--shadow-sm: 0 1px 4px rgba(180,100,100,.08);--shadow-md: 0 4px 16px rgba(180,100,100,.12);--shadow-lg: 0 8px 32px rgba(180,100,100,.16);--shadow-xl: 0 16px 48px rgba(180,100,100,.2);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--radius-full: 9999px;--ease: cubic-bezier(.4, 0, .2, 1);--dur-fast: .18s;--dur-base: .26s;--dur-slow: .38s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{font-family:Inter,Segoe UI,sans-serif;color:var(--text);background-color:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 10% 0%,rgba(244,184,200,.25) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 90% 100%,rgba(212,149,106,.15) 0%,transparent 60%);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}.container{width:min(100%,1200px);margin:0 auto;padding:0 1.25rem}a{color:var(--accent);text-decoration:none;transition:color var(--dur-fast) var(--ease)}a:hover{color:var(--accent-dark)}img{display:block;max-width:100%}ul,ol{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:var(--radius-full);font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:background var(--dur-base) var(--ease),color var(--dur-base) var(--ease),border-color var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),transform var(--dur-fast) var(--ease),opacity var(--dur-fast) var(--ease);min-height:44px;white-space:nowrap;text-decoration:none}.btn:focus-visible{outline:3px solid var(--accent-light);outline-offset:3px}.btn--primary{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;box-shadow:0 4px 14px #c9637a59}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c9637a73;background:linear-gradient(135deg,var(--accent-dark) 0%,#8f3d52 100%)}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:var(--surface);color:var(--accent);border-color:var(--accent)}.btn--secondary:hover{background:var(--surface-3);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--ghost{background:transparent;color:var(--text-2);border-color:var(--border)}.btn--ghost:hover{background:var(--surface-2);color:var(--accent);border-color:var(--accent-light)}.btn--danger{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.btn--danger:hover{background:#fecaca;transform:translateY(-1px)}.btn--loading{opacity:.7;pointer-events:none}.btn:disabled{opacity:.45;pointer-events:none}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--dur-base) var(--ease),transform var(--dur-base) var(--ease),border-color var(--dur-base) var(--ease)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--accent-light)}.field{display:flex;flex-direction:column;gap:.35rem}.field__label{font-size:.85rem;font-weight:600;color:var(--text-2);letter-spacing:.03em;text-transform:uppercase}.field__input{padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);background:var(--surface);transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease);min-height:44px;width:100%}.field__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #c9637a26}.field--invalid .field__input{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.field__error{font-size:.8rem;color:#e11d48;font-weight:500}.field__hint{font-size:.8rem;color:var(--muted)}.spinner{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;color:var(--muted);font-size:.9rem}.spinner__indicator{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.spinner--sm .spinner__indicator{width:20px;height:20px;border-width:2px}.spinner--lg .spinner__indicator{width:52px;height:52px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fff1f2;border:1px solid #fecdd3;border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.error-banner__title{color:#be123c;font-size:.95rem}.error-banner__message{color:#9f1239;font-size:.875rem}.error-banner__actions{display:flex;gap:.75rem;margin-top:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;text-align:center}.empty-state__title{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--text)}.empty-state__description{color:var(--muted);font-size:.95rem}.empty-state__action{margin-top:.5rem}.payment-loading,.payment-unavailable{padding:2rem;display:flex;justify-content:center}.app-content{min-height:calc(100vh - 80px)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}
