.WishlistForm-module__vCqBoq__form{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:2.5rem}.WishlistForm-module__vCqBoq__formGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.WishlistForm-module__vCqBoq__formGroup{flex-direction:column;gap:.75rem;display:flex}.WishlistForm-module__vCqBoq__label{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.WishlistForm-module__vCqBoq__required{color:var(--color-accent)}.WishlistForm-module__vCqBoq__input,.WishlistForm-module__vCqBoq__select{background:var(--color-bg);border-radius:var(--radius-md);color:var(--color-text);transition:var(--transition);border:1px solid #0000;width:100%;padding:.875rem 1rem;font-size:1rem}.WishlistForm-module__vCqBoq__input:focus,.WishlistForm-module__vCqBoq__select:focus{background:var(--color-surface);border-color:var(--color-primary);box-shadow:0 0 0 2px #8c7b701a}.WishlistForm-module__vCqBoq__input::placeholder{color:#b0b0b0}.WishlistForm-module__vCqBoq__selectWrapper{position:relative}.WishlistForm-module__vCqBoq__select{appearance:none;cursor:pointer}.WishlistForm-module__vCqBoq__selectIcon{pointer-events:none;color:var(--color-text-muted);position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.WishlistForm-module__vCqBoq__submitButton{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);width:100%;transition:var(--transition);letter-spacing:.02em;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:500;display:flex}.WishlistForm-module__vCqBoq__submitButton:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.WishlistForm-module__vCqBoq__submitButton:active{transform:translateY(0)}@media (max-width:768px){.WishlistForm-module__vCqBoq__form{padding:1.5rem}.WishlistForm-module__vCqBoq__formGrid{grid-template-columns:1fr;gap:1.5rem}}
.WishlistGrid-module__5M0hBG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;animation:.5s WishlistGrid-module__5M0hBG__fadeIn;display:grid}.WishlistGrid-module__5M0hBG__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.75rem;position:relative;overflow:hidden}.WishlistGrid-module__5M0hBG__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-4px)}.WishlistGrid-module__5M0hBG__cardHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.WishlistGrid-module__5M0hBG__cardTitle{color:var(--color-text);word-break:break-word;margin:0;font-size:1.125rem;font-weight:600;line-height:1.4}.WishlistGrid-module__5M0hBG__username{color:var(--color-text-muted);margin-top:.25rem;font-size:.8rem;font-weight:500;display:block}.WishlistGrid-module__5M0hBG__deleteButton{color:var(--color-text-muted);border-radius:var(--radius-sm);width:32px;height:32px;transition:var(--transition);opacity:.6;background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WishlistGrid-module__5M0hBG__deleteButton:hover{color:var(--color-danger);opacity:1;background:#fee2e2}.WishlistGrid-module__5M0hBG__cardContent{flex-direction:column;gap:1rem;display:flex}.WishlistGrid-module__5M0hBG__link{color:var(--color-primary);transition:var(--transition);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.WishlistGrid-module__5M0hBG__link:hover{color:var(--color-primary-hover);text-decoration:underline}.WishlistGrid-module__5M0hBG__price{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.WishlistGrid-module__5M0hBG__priceLabel{color:var(--color-text-muted);align-items:center;gap:.5rem;font-weight:500;display:flex}.WishlistGrid-module__5M0hBG__priceValue{color:var(--color-text);font-weight:600}.WishlistGrid-module__5M0hBG__priority{align-items:center;gap:.75rem;font-size:.9rem;display:flex}.WishlistGrid-module__5M0hBG__priorityLabel{color:var(--color-text-muted);align-items:center;gap:.5rem;font-weight:500;display:flex}.WishlistGrid-module__5M0hBG__priorityBadge{text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.WishlistGrid-module__5M0hBG__empty{text-align:center;background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-lg);padding:5rem 2rem;animation:.5s WishlistGrid-module__5M0hBG__fadeIn}.WishlistGrid-module__5M0hBG__emptyIcon{color:var(--color-primary);opacity:.8;margin-bottom:1.5rem}.WishlistGrid-module__5M0hBG__emptyTitle{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.WishlistGrid-module__5M0hBG__emptyText{color:var(--color-text-muted);font-size:1rem}@keyframes WishlistGrid-module__5M0hBG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.WishlistGrid-module__5M0hBG__grid{grid-template-columns:1fr}}.WishlistGrid-module__5M0hBG__purchased{opacity:.7;background:var(--color-bg);border-style:dashed}.WishlistGrid-module__5M0hBG__purchaseButton{transition:all .2s}.WishlistGrid-module__5M0hBG__purchaseButton:hover{opacity:.9;transform:translateY(-1px)}
.Layout-module__YDn9fa__container{background:var(--color-bg);min-height:100vh}.Layout-module__YDn9fa__nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100;padding:1rem 0;position:sticky;top:0}.Layout-module__YDn9fa__fairyLights{pointer-events:none;justify-content:space-around;width:100%;height:10px;display:flex;position:absolute;top:0;left:0;overflow:hidden}.Layout-module__YDn9fa__light{background-color:#ff0;border-radius:50%;width:8px;height:8px;animation:2s infinite alternate Layout-module__YDn9fa__twinkle;box-shadow:0 0 10px #ff0}.Layout-module__YDn9fa__light:nth-child(2n){background-color:red;box-shadow:0 0 10px red}.Layout-module__YDn9fa__light:nth-child(3n){background-color:#0f0;box-shadow:0 0 10px #0f0}.Layout-module__YDn9fa__light:nth-child(4n){background-color:#00f;box-shadow:0 0 10px #00f}@keyframes Layout-module__YDn9fa__twinkle{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.Layout-module__YDn9fa__decorativeTreeLeft,.Layout-module__YDn9fa__decorativeTreeRight{z-index:50;filter:drop-shadow(0 4px 4px #0000004d);font-size:3rem;animation:3s ease-in-out infinite alternate Layout-module__YDn9fa__sway;position:absolute;top:60px}.Layout-module__YDn9fa__decorativeTreeLeft{transform-origin:bottom;left:20px}.Layout-module__YDn9fa__decorativeTreeRight{transform-origin:bottom;animation-delay:1.5s;right:20px}@keyframes Layout-module__YDn9fa__sway{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.christmas-theme .Layout-module__YDn9fa__logo{color:#fff}.Layout-module__YDn9fa__navContent{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:0 2rem;display:flex}.Layout-module__YDn9fa__logo{color:var(--color-primary);font-size:1.125rem;font-weight:600;text-decoration:none}.Layout-module__YDn9fa__userActions{align-items:center;gap:1.5rem;display:flex}.Layout-module__YDn9fa__username{color:var(--color-text);font-weight:500}.Layout-module__YDn9fa__logoutButton{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;transition:var(--transition);background:0 0;padding:.5rem 1rem;font-size:.875rem}.Layout-module__YDn9fa__logoutButton:hover{border-color:var(--color-text-muted);color:var(--color-text)}.Layout-module__YDn9fa__main{z-index:1;max-width:1000px;margin:0 auto;padding:2rem;position:relative}@media (max-width:768px){.Layout-module__YDn9fa__navContent{padding:0 1rem}.Layout-module__YDn9fa__main{padding:1rem}}
.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--color-border);cursor:pointer;background:0 0;background-color:var(--color-surface);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background-color:var(--color-surface-hover);border-color:var(--color-primary);transform:scale(1.1)}.ThemeToggle-module__sGqMhG__active{border-color:var(--color-primary);background-color:var(--color-bg)}
.UserProfileModal-module__XQxM-q__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.UserProfileModal-module__XQxM-q__modal{background:#fff;border-radius:1rem;width:90%;max-width:500px;animation:.2s ease-out UserProfileModal-module__XQxM-q__slideIn;box-shadow:0 20px 60px #0000004d}@keyframes UserProfileModal-module__XQxM-q__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.UserProfileModal-module__XQxM-q__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.UserProfileModal-module__XQxM-q__header h2{color:#1f2937;margin:0;font-size:1.5rem}.UserProfileModal-module__XQxM-q__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.UserProfileModal-module__XQxM-q__closeButton:hover{color:#1f2937;background:#f3f4f6}.UserProfileModal-module__XQxM-q__content{padding:1.5rem}.UserProfileModal-module__XQxM-q__error{color:#991b1b;background:#fee2e2;border-radius:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.UserProfileModal-module__XQxM-q__label{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.UserProfileModal-module__XQxM-q__input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.UserProfileModal-module__XQxM-q__input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.UserProfileModal-module__XQxM-q__input:disabled{cursor:not-allowed;background:#f3f4f6}.UserProfileModal-module__XQxM-q__buttonGroup{justify-content:flex-end;gap:.75rem;display:flex}.UserProfileModal-module__XQxM-q__cancelButton,.UserProfileModal-module__XQxM-q__saveButton,.UserProfileModal-module__XQxM-q__editButton,.UserProfileModal-module__XQxM-q__deleteButton{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.UserProfileModal-module__XQxM-q__cancelButton{color:#374151;background:#f3f4f6}.UserProfileModal-module__XQxM-q__cancelButton:hover:not(:disabled){background:#e5e7eb}.UserProfileModal-module__XQxM-q__saveButton{background:var(--color-primary);color:#fff}.UserProfileModal-module__XQxM-q__settingsButton{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.UserProfileModal-module__XQxM-q__settingsButton:hover{border-color:var(--color-primary);color:var(--color-primary)}.UserProfileModal-module__XQxM-q__saveButton:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.UserProfileModal-module__XQxM-q__editButton{background:var(--color-primary);color:#fff;width:100%;margin-top:1rem}.UserProfileModal-module__XQxM-q__editButton:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.UserProfileModal-module__XQxM-q__cancelButton:disabled,.UserProfileModal-module__XQxM-q__saveButton:disabled,.UserProfileModal-module__XQxM-q__deleteButton:disabled{opacity:.5;cursor:not-allowed}.UserProfileModal-module__XQxM-q__infoRow{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.UserProfileModal-module__XQxM-q__value{color:#1f2937;font-weight:500}.UserProfileModal-module__XQxM-q__divider{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.UserProfileModal-module__XQxM-q__dangerZone{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.UserProfileModal-module__XQxM-q__dangerTitle{color:#991b1b;margin:0 0 .5rem;font-size:1rem}.UserProfileModal-module__XQxM-q__dangerText{color:#7f1d1d;margin:0 0 1rem;font-size:.85rem;line-height:1.5}.UserProfileModal-module__XQxM-q__deleteButton{color:#fff;background:#dc2626;width:100%}.UserProfileModal-module__XQxM-q__deleteButton:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}
.ChristmasCountdown-module__7pNgAW__sticker{z-index:1000;cursor:pointer;background:#d42426;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);animation:3s ease-in-out infinite ChristmasCountdown-module__7pNgAW__float;display:flex;position:fixed;bottom:20px;right:20px;transform:rotate(-15deg);box-shadow:0 4px 15px #0000004d,inset 0 0 20px #0003,0 0 0 4px #f0f0f0,0 0 0 6px #d4af37}.ChristmasCountdown-module__7pNgAW__sticker:hover{transform:rotate(0)scale(1.1)}.ChristmasCountdown-module__7pNgAW__content{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;line-height:1.2;display:flex}.ChristmasCountdown-module__7pNgAW__number{text-shadow:2px 2px #0003;font-family:Courier New,Courier,monospace;font-size:2.5rem;font-weight:800}.ChristmasCountdown-module__7pNgAW__text{max-width:80px;font-size:.9rem;font-weight:600}@keyframes ChristmasCountdown-module__7pNgAW__float{0%{transform:rotate(-15deg)translateY(0)}50%{transform:rotate(-15deg)translateY(-10px)}to{transform:rotate(-15deg)translateY(0)}}@media (max-width:600px){.ChristmasCountdown-module__7pNgAW__sticker{width:90px;height:90px;bottom:15px;right:15px}.ChristmasCountdown-module__7pNgAW__number{font-size:1.8rem}.ChristmasCountdown-module__7pNgAW__text{font-size:.7rem}}
.UserSelect-module__H_0Pha__wrapper{width:100%;position:relative}.UserSelect-module__H_0Pha__label{color:var(--color-text);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.UserSelect-module__H_0Pha__trigger{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.UserSelect-module__H_0Pha__trigger:hover{border-color:var(--color-primary)}.UserSelect-module__H_0Pha__value{color:var(--color-text)}.UserSelect-module__H_0Pha__placeholder{color:var(--color-text-muted)}.UserSelect-module__H_0Pha__arrow{color:var(--color-text-muted);transition:transform .2s}.UserSelect-module__H_0Pha__arrow.UserSelect-module__H_0Pha__open{transform:rotate(180deg)}.UserSelect-module__H_0Pha__dropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-lg);z-index:100;margin-top:.5rem;animation:.2s UserSelect-module__H_0Pha__slideDown;position:absolute;top:100%;left:0;overflow:hidden}.UserSelect-module__H_0Pha__searchContainer{border-bottom:1px solid var(--color-border);padding:.75rem}.UserSelect-module__H_0Pha__searchInput{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);width:100%;color:var(--color-text);padding:.5rem;font-size:.9rem}.UserSelect-module__H_0Pha__searchInput:focus{border-color:var(--color-primary);outline:none}.UserSelect-module__H_0Pha__options{max-height:250px;overflow-y:auto}.UserSelect-module__H_0Pha__option{cursor:pointer;color:var(--color-text);justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .1s;display:flex}.UserSelect-module__H_0Pha__option:hover{background:var(--color-surface-hover)}.UserSelect-module__H_0Pha__option.UserSelect-module__H_0Pha__selected{color:var(--color-primary);background:#2836181a;font-weight:500}.UserSelect-module__H_0Pha__badge{background:var(--color-border);color:var(--color-text-muted);border-radius:10px;padding:.1rem .4rem;font-size:.75rem}.UserSelect-module__H_0Pha__createOption{cursor:pointer;color:var(--color-primary);border-top:1px solid var(--color-border);background:#2836180d;padding:.75rem 1rem;font-weight:500}.UserSelect-module__H_0Pha__createOption:hover{background:#2836181a}.UserSelect-module__H_0Pha__noResults{text-align:center;color:var(--color-text-muted);padding:1rem;font-size:.9rem}@keyframes UserSelect-module__H_0Pha__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.WeekView-module__BRH2nW__container{margin-top:2rem}.WeekView-module__BRH2nW__navigation{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.WeekView-module__BRH2nW__weekTitle{color:var(--color-text);text-transform:capitalize;font-size:1.5rem;font-weight:600}.WeekView-module__BRH2nW__navButton{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;transition:var(--transition);padding:.5rem 1rem}.WeekView-module__BRH2nW__navButton:hover{border-color:var(--color-primary)}.WeekView-module__BRH2nW__grid{grid-template-columns:repeat(7,1fr);gap:1rem;display:grid}.WeekView-module__BRH2nW__dayColumn{flex-direction:column;gap:1rem;display:flex}.WeekView-module__BRH2nW__dayHeader{text-align:center;border-bottom:2px solid var(--color-border);padding-bottom:.5rem}.WeekView-module__BRH2nW__dayName{text-transform:capitalize;color:var(--color-text);font-weight:600}.WeekView-module__BRH2nW__dayDate{color:var(--color-text-muted);font-size:.875rem}.WeekView-module__BRH2nW__meals{flex-direction:column;gap:.75rem;display:flex}@media (max-width:1200px){.WeekView-module__BRH2nW__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.WeekView-module__BRH2nW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.WeekView-module__BRH2nW__grid{grid-template-columns:1fr}}.WeekView-module__BRH2nW__legend{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem;display:flex}.WeekView-module__BRH2nW__legendTitle{color:var(--color-text);margin-right:.5rem;font-weight:600}.WeekView-module__BRH2nW__legendItem{align-items:center;gap:.5rem;display:flex}.WeekView-module__BRH2nW__legendColor{border:1px solid #0000001a;border-radius:4px;width:20px;height:20px}.WeekView-module__BRH2nW__legendName{color:var(--color-text);font-size:.875rem}.christmas-theme .WeekView-module__BRH2nW__weekTitle{-webkit-backdrop-filter:blur(10px);color:#fff;text-shadow:0 2px 4px #0000004d;background:#0006;border-radius:2rem;padding:.5rem 1.5rem}.christmas-theme .WeekView-module__BRH2nW__dayHeader{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md);background:#0006;border-bottom:none;margin-bottom:.5rem;padding:.75rem}:is(.christmas-theme .WeekView-module__BRH2nW__dayName,.christmas-theme .WeekView-module__BRH2nW__dayDate){color:#fff;text-shadow:0 1px 2px #0000004d}.christmas-theme .WeekView-module__BRH2nW__legend{-webkit-backdrop-filter:blur(10px);background:#0000004d;border-color:#fff3}:is(.christmas-theme .WeekView-module__BRH2nW__legendTitle,.christmas-theme .WeekView-module__BRH2nW__legendName){color:#fff;text-shadow:0 1px 2px #0000004d}
.DashboardCard-module__KM3T3W__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:var(--transition);text-align:center;flex-direction:column;align-items:center;height:100%;padding:2rem;text-decoration:none;display:flex;position:relative}.DashboardCard-module__KM3T3W__card:hover{box-shadow:var(--shadow-md);border-color:var(--card-color);transform:translateY(-4px)}.DashboardCard-module__KM3T3W__iconWrapper{background:var(--color-bg);width:64px;height:64px;color:var(--card-color);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.DashboardCard-module__KM3T3W__card:hover .DashboardCard-module__KM3T3W__iconWrapper{background:var(--card-color);color:#fff}.DashboardCard-module__KM3T3W__title{color:var(--color-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.DashboardCard-module__KM3T3W__description{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.christmas-theme .DashboardCard-module__KM3T3W__card{background:var(--color-surface);border-color:#8b0000;margin-top:10px;overflow:visible}.christmas-theme .DashboardCard-module__KM3T3W__card:before{content:"";z-index:1;background:#fff;border-radius:12px 12px 50% 50%;height:20px;position:absolute;top:-8px;left:-2px;right:-2px;box-shadow:0 2px 4px #0000001a}.christmas-theme .DashboardCard-module__KM3T3W__card:after{content:"❄️";z-index:2;font-size:2rem;position:absolute;top:-20px;right:-10px;transform:rotate(15deg)}
.MealCard-module__uzPtWG__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);flex-direction:column;min-height:100px;padding:.75rem;display:flex}.MealCard-module__uzPtWG__card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.MealCard-module__uzPtWG__cardEditing{background:var(--color-surface);border:1px solid var(--color-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:10;padding:.75rem;position:relative}.MealCard-module__uzPtWG__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.MealCard-module__uzPtWG__typeLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.MealCard-module__uzPtWG__dish{color:var(--color-text);flex:1;margin-bottom:.5rem;font-weight:500}.MealCard-module__uzPtWG__chef{color:var(--color-primary);background:#2836180d;border-radius:1rem;align-self:flex-start;align-items:center;gap:.25rem;padding:.125rem .375rem;font-size:.75rem;display:flex}.MealCard-module__uzPtWG__empty{color:var(--color-text-muted);opacity:.6;flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}.MealCard-module__uzPtWG__input,.MealCard-module__uzPtWG__select{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;margin-bottom:.5rem;padding:.5rem;font-size:.875rem}.MealCard-module__uzPtWG__actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.MealCard-module__uzPtWG__saveButton{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.25rem .75rem;font-size:.875rem}.MealCard-module__uzPtWG__deleteButton{color:var(--color-danger);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;padding:.25rem .75rem;font-size:.875rem}.MealCard-module__uzPtWG__deleteButton:hover{background:#fee2e2}.MealCard-module__uzPtWG__closeButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1}.MealCard-module__uzPtWG__card[style*=background] .MealCard-module__uzPtWG__typeLabel,.MealCard-module__uzPtWG__card[style*=background] .MealCard-module__uzPtWG__dish,.MealCard-module__uzPtWG__card[style*=background] .MealCard-module__uzPtWG__chef{color:#fff;text-shadow:0 1px 2px #0000004d}.MealCard-module__uzPtWG__card[style*=background] .MealCard-module__uzPtWG__chef{background:#fff3}
.Home-module__Ho9lYW__container{max-width:1000px;min-height:100vh;margin:0 auto;padding:4rem 2rem}.Home-module__Ho9lYW__header{text-align:center;margin-bottom:4rem;animation:.8s Home-module__Ho9lYW__fadeIn}.Home-module__Ho9lYW__title{color:var(--color-text);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:600}.Home-module__Ho9lYW__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.6}.Home-module__Ho9lYW__content{gap:3rem;animation:.8s Home-module__Ho9lYW__slideUp;display:grid}@keyframes Home-module__Ho9lYW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Home-module__Ho9lYW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Home-module__Ho9lYW__container{padding:2rem 1rem}.Home-module__Ho9lYW__title{font-size:2rem}}.christmas-theme .Home-module__Ho9lYW__header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem;box-shadow:0 4px 30px #0000001a}
.Calendar-module__YbPYGa__monthHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Calendar-module__YbPYGa__monthTitle{margin:0;font-size:1.5rem}.Calendar-module__YbPYGa__navButton{cursor:pointer;background:0 0;border:none;font-size:1.5rem}.Calendar-module__YbPYGa__dayNamesGrid{text-align:center;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem;display:grid}.Calendar-module__YbPYGa__dayName{color:var(--color-text-muted);font-weight:700}.Calendar-module__YbPYGa__calendarGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.Calendar-module__YbPYGa__calendarCell{aspect-ratio:1;border:1px solid var(--color-border);background:#fff;border-radius:.5rem;padding:.25rem;position:relative;overflow:hidden}.Calendar-module__YbPYGa__calendarCell.Calendar-module__YbPYGa__empty{opacity:0}.Calendar-module__YbPYGa__calendarCell.Calendar-module__YbPYGa__today{background:#f0f9ff}.Calendar-module__YbPYGa__dateNumber{font-size:.8rem}.Calendar-module__YbPYGa__dateNumber.Calendar-module__YbPYGa__today{font-weight:700}.christmas-theme .Calendar-module__YbPYGa__monthHeader{-webkit-backdrop-filter:blur(10px);background:#0006;border-radius:2rem;margin-bottom:1.5rem;padding:.75rem 1.5rem}.christmas-theme .Calendar-module__YbPYGa__monthTitle{color:#fff;text-shadow:0 2px 4px #0000004d}.christmas-theme .Calendar-module__YbPYGa__navButton{color:#fff;text-shadow:0 2px 4px #0000004d}.christmas-theme .Calendar-module__YbPYGa__dayNamesGrid{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md);background:#0006;margin-bottom:.75rem;padding:.5rem}.christmas-theme .Calendar-module__YbPYGa__dayName{color:#fff;text-shadow:0 1px 2px #0000004d}.christmas-theme .Calendar-module__YbPYGa__calendarCell{-webkit-backdrop-filter:blur(5px);background:#0000004d;border-color:#fff3}.christmas-theme .Calendar-module__YbPYGa__calendarCell.Calendar-module__YbPYGa__today{background:#0006;border-color:#ffffff80}.christmas-theme .Calendar-module__YbPYGa__dateNumber{color:#fff;text-shadow:0 1px 3px #00000080;font-weight:600}
.Dashboard-module__5cuSHa__container{max-width:1400px;margin:0 auto;padding:2rem;animation:.8s Dashboard-module__5cuSHa__fadeIn}.Dashboard-module__5cuSHa__header{text-align:center;margin-bottom:2rem}.Dashboard-module__5cuSHa__title{color:var(--color-text);margin-bottom:.5rem;font-size:2rem;font-weight:600}.Dashboard-module__5cuSHa__subtitle{color:var(--color-text-muted);font-size:1rem}.Dashboard-module__5cuSHa__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Dashboard-module__5cuSHa__contentGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.Dashboard-module__5cuSHa__section{background:var(--color-surface);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem}@keyframes Dashboard-module__5cuSHa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Dashboard-module__5cuSHa__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.Dashboard-module__5cuSHa__grid{grid-template-columns:repeat(2,1fr)}}.christmas-theme .Dashboard-module__5cuSHa__header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff1a;border-radius:1rem;margin-bottom:3rem;padding:2rem;box-shadow:0 4px 30px #0000001a}.christmas-theme .Dashboard-module__5cuSHa__section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#6d0707d9;border:1px solid #ffffff1a}
.Guestbook-module__Cg2gfW__container{max-width:800px;margin:0 auto;padding:2rem 1rem}.Guestbook-module__Cg2gfW__header{text-align:center;margin-bottom:3rem;animation:.8s Guestbook-module__Cg2gfW__fadeIn}.Guestbook-module__Cg2gfW__title{color:var(--color-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Guestbook-module__Cg2gfW__subtitle{color:var(--color-text-muted);font-size:1.1rem}.Guestbook-module__Cg2gfW__content{flex-direction:column;gap:2rem;display:flex}.Guestbook-module__Cg2gfW__formCard{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);padding:2rem;animation:.4s Guestbook-module__Cg2gfW__slideDown}.Guestbook-module__Cg2gfW__formGrid{gap:1.5rem;display:grid}.Guestbook-module__Cg2gfW__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Guestbook-module__Cg2gfW__formGroup{flex-direction:column;gap:.5rem;display:flex}.Guestbook-module__Cg2gfW__label{color:var(--color-text);font-size:.9rem;font-weight:500}.Guestbook-module__Cg2gfW__input,.Guestbook-module__Cg2gfW__textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);padding:.75rem 1rem;font-size:1rem;transition:all .2s}.Guestbook-module__Cg2gfW__input:focus,.Guestbook-module__Cg2gfW__textarea:focus{border-color:var(--color-primary);background:var(--color-surface);box-shadow:0 0 0 2px #2836181a}.Guestbook-module__Cg2gfW__textarea{resize:vertical;min-height:120px}.Guestbook-module__Cg2gfW__buttonGroup{gap:1rem;margin-top:1rem;display:flex}.Guestbook-module__Cg2gfW__primaryButton{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.Guestbook-module__Cg2gfW__primaryButton:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.Guestbook-module__Cg2gfW__secondaryButton{color:var(--color-text);border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer;background:0 0;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.Guestbook-module__Cg2gfW__secondaryButton:hover{background:var(--color-surface-hover);border-color:var(--color-text-muted)}.Guestbook-module__Cg2gfW__entriesList{flex-direction:column;gap:2rem;display:flex}.Guestbook-module__Cg2gfW__entryCard{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:2rem;transition:transform .2s}.Guestbook-module__Cg2gfW__entryCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Guestbook-module__Cg2gfW__entryHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Guestbook-module__Cg2gfW__entryTitle{color:var(--color-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.Guestbook-module__Cg2gfW__entryMeta{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Guestbook-module__Cg2gfW__deleteButton{color:var(--color-danger);border-radius:var(--radius-sm);cursor:pointer;background:#bc47491a;border:none;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s}.Guestbook-module__Cg2gfW__deleteButton:hover{background:var(--color-danger);color:#fff}.Guestbook-module__Cg2gfW__entryImage{object-fit:cover;border-radius:var(--radius-md);width:100%;max-height:500px;margin-bottom:1.5rem}.Guestbook-module__Cg2gfW__entryDescription{color:var(--color-text);white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.Guestbook-module__Cg2gfW__emptyState{text-align:center;color:var(--color-text-muted);background:var(--color-surface);border-radius:var(--radius-lg);border:2px dashed var(--color-border);padding:4rem 2rem}@keyframes Guestbook-module__Cg2gfW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Guestbook-module__Cg2gfW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.Guestbook-module__Cg2gfW__formRow{grid-template-columns:1fr}.Guestbook-module__Cg2gfW__entryHeader{flex-direction:column;gap:1rem}.Guestbook-module__Cg2gfW__deleteButton{align-self:flex-end}}.christmas-theme .Guestbook-module__Cg2gfW__header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem;box-shadow:0 4px 30px #0000001a}
.Settings-module__mF7HEa__container{max-width:800px;margin:0 auto;padding:2rem 1rem}.Settings-module__mF7HEa__title{color:var(--color-text);margin-bottom:2rem;font-size:2rem}.Settings-module__mF7HEa__section{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:2rem;padding:1.5rem}.Settings-module__mF7HEa__sectionTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.25rem}.Settings-module__mF7HEa__description{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem}.Settings-module__mF7HEa__emptyState{text-align:center;color:var(--color-text-muted);background:var(--color-bg);border-radius:var(--radius-md);padding:2rem}.Settings-module__mF7HEa__userList{flex-direction:column;gap:1rem;display:flex}.Settings-module__mF7HEa__userCard{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.Settings-module__mF7HEa__userInfo{align-items:center;gap:.75rem;display:flex}.Settings-module__mF7HEa__userName{color:var(--color-text);font-weight:500}.Settings-module__mF7HEa__badge{background:var(--color-border);color:var(--color-text-muted);border-radius:1rem;padding:.1rem .5rem;font-size:.75rem}.Settings-module__mF7HEa__mergeAction{flex:1;justify-content:flex-end;align-items:center;gap:1rem;min-width:250px;display:flex}.Settings-module__mF7HEa__arrow{color:var(--color-text-muted);font-size:1.2rem}.Settings-module__mF7HEa__selectWrapper{width:200px}
