.MealCard-module-scss-module__WJ5jIa__card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);width:100%;max-width:540px;transition:box-shadow .2s;overflow:hidden}.MealCard-module-scss-module__WJ5jIa__card:hover{box-shadow:var(--shadow-hover)}.MealCard-module-scss-module__WJ5jIa__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);padding:1rem 1.5rem 0;font-size:.75rem;font-weight:600}.MealCard-module-scss-module__WJ5jIa__imageWrapper{aspect-ratio:16/9;width:100%;margin-top:.75rem;position:relative;overflow:hidden}.MealCard-module-scss-module__WJ5jIa__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.MealCard-module-scss-module__WJ5jIa__card:hover .MealCard-module-scss-module__WJ5jIa__image{transform:scale(1.03)}.MealCard-module-scss-module__WJ5jIa__body{flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.MealCard-module-scss-module__WJ5jIa__name{font-size:1.5rem;font-weight:700;line-height:1.3}.MealCard-module-scss-module__WJ5jIa__meta{flex-wrap:wrap;gap:.5rem;display:flex}.MealCard-module-scss-module__WJ5jIa__tag{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:99px;padding:.2rem .75rem;font-size:.8rem}.MealCard-module-scss-module__WJ5jIa__ingredients{border-top:1px solid var(--color-border);padding-top:.75rem}.MealCard-module-scss-module__WJ5jIa__ingredients summary{cursor:pointer;color:var(--color-text-muted);-webkit-user-select:none;user-select:none;font-size:.9rem;font-weight:600}.MealCard-module-scss-module__WJ5jIa__ingredients summary:hover{color:var(--color-text)}.MealCard-module-scss-module__WJ5jIa__ingredients ul{grid-template-columns:1fr 1fr;gap:.25rem 1rem;margin-top:.75rem;font-size:.9rem;list-style:none;display:grid}.MealCard-module-scss-module__WJ5jIa__measure{color:var(--color-primary);margin-right:.25rem;font-weight:600}.MealCard-module-scss-module__WJ5jIa__actions{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.MealCard-module-scss-module__WJ5jIa__btnPrimary{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s}.MealCard-module-scss-module__WJ5jIa__btnPrimary:hover{background:var(--color-primary-dark)}.MealCard-module-scss-module__WJ5jIa__btnAffiliate{color:#2d7a2d;border-radius:var(--radius-sm);background:#f0faf0;border:1px solid #b3ddb3;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s}.MealCard-module-scss-module__WJ5jIa__btnAffiliate:hover{background:#d6f0d6}.MealCard-module-scss-module__WJ5jIa__btnSecondary{color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:0 0;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:border-color .2s,color .2s}.MealCard-module-scss-module__WJ5jIa__btnSecondary:hover{border-color:var(--color-text)}.MealCard-module-scss-module__WJ5jIa__rerollArea{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.5rem;margin-top:.1rem;padding-top:.75rem;display:flex}.MealCard-module-scss-module__WJ5jIa__rerollHint{color:var(--color-text-muted);font-size:.72rem}.MealCard-module-scss-module__WJ5jIa__rerollBtn{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);white-space:nowrap;background:0 0;align-items:center;gap:.25rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s;display:flex}.MealCard-module-scss-module__WJ5jIa__rerollBtn:hover:not(:disabled){background:var(--color-primary);color:#fff}.MealCard-module-scss-module__WJ5jIa__affiliateNote{color:var(--color-text-muted);width:100%;margin-top:-.25rem;font-size:.7rem}.MealCard-module-scss-module__WJ5jIa__rerollBtnUsed{border-color:var(--color-border);color:var(--color-text-muted);cursor:default}.MealCard-module-scss-module__WJ5jIa__rerollBtnUsed:hover{color:var(--color-text-muted);background:0 0}
.DiceLoader-module-scss-module__N0XRZa__wrapper{flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:3rem 0;display:flex}.DiceLoader-module-scss-module__N0XRZa__dice{align-items:flex-end;gap:2rem;display:flex}.DiceLoader-module-scss-module__N0XRZa__scene{perspective:160px;width:78px;height:78px}.DiceLoader-module-scss-module__N0XRZa__cube{width:78px;height:78px;transform-style:preserve-3d;position:relative}.DiceLoader-module-scss-module__N0XRZa__face{box-sizing:border-box;border-radius:14px;width:78px;height:78px;position:absolute;inset:0}.DiceLoader-module-scss-module__N0XRZa__front{background:#fff;border:1.5px solid #00000012;transform:rotateY(0)translateZ(39px)}.DiceLoader-module-scss-module__N0XRZa__top{background:#e8e8e8;border:1.5px solid #00000012;transform:rotateX(90deg)translateZ(39px)}.DiceLoader-module-scss-module__N0XRZa__right{background:#d6d6d6;border:1.5px solid #00000012;transform:rotateY(90deg)translateZ(39px)}.DiceLoader-module-scss-module__N0XRZa__left{background:#c8c8c8;border:1.5px solid #00000012;transform:rotateY(-90deg)translateZ(39px)}.DiceLoader-module-scss-module__N0XRZa__bottom{background:silver;border:1.5px solid #00000012;transform:rotateX(-90deg)translateZ(39px)}.DiceLoader-module-scss-module__N0XRZa__back{background:#b0b0b0;border:1.5px solid #00000012;transform:rotateY(180deg)translateZ(39px)}.DiceLoader-module-scss-module__N0XRZa__pip{background:#1a1a1a;border-radius:50%;width:11px;height:11px;position:absolute;transform:translate(-50%,-50%);box-shadow:inset 0 1px 2px #0006}.DiceLoader-module-scss-module__N0XRZa__cubeA{filter:drop-shadow(0 10px 8px #0000004d);animation:1.5s ease-in-out infinite DiceLoader-module-scss-module__N0XRZa__tumbleA}.DiceLoader-module-scss-module__N0XRZa__cubeB{filter:drop-shadow(0 10px 8px #0000004d);animation:1.2s ease-in-out -.45s infinite DiceLoader-module-scss-module__N0XRZa__tumbleB}@media (prefers-reduced-motion:reduce){.DiceLoader-module-scss-module__N0XRZa__cubeA,.DiceLoader-module-scss-module__N0XRZa__cubeB{animation:none;transform:rotateX(20deg)rotateY(30deg)}}@keyframes DiceLoader-module-scss-module__N0XRZa__tumbleA{0%{transform:rotateX(0)rotateY(0)translateY(0)}18%{transform:rotateX(-175deg)rotateY(95deg)translateY(-22px)}38%{transform:rotateX(-310deg)rotateY(170deg)translateY(0)}52%{transform:rotateX(-355deg)rotateY(205deg)translateY(-9px)}65%{transform:rotateX(-385deg)rotateY(228deg)translateY(0)}78%{transform:rotateX(-400deg)rotateY(243deg)translateY(-3px)}to{transform:rotateX(-440deg)rotateY(270deg)translateY(0)}}@keyframes DiceLoader-module-scss-module__N0XRZa__tumbleB{0%{transform:rotateX(25deg)rotateY(40deg)translateY(-3px)}22%{transform:rotateX(-145deg)rotateY(150deg)translateY(-20px)}45%{transform:rotateX(-285deg)rotateY(235deg)translateY(0)}60%{transform:rotateX(-325deg)rotateY(268deg)translateY(-8px)}74%{transform:rotateX(-355deg)rotateY(292deg)translateY(0)}88%{transform:rotateX(-368deg)rotateY(308deg)translateY(-2px)}to{transform:rotateX(-410deg)rotateY(340deg)translateY(0)}}.DiceLoader-module-scss-module__N0XRZa__label{color:var(--color-text-muted);font-size:.95rem;font-weight:500}
.DessertRoll-module-scss-module__7811iq__wrapper{width:100%;max-width:540px}.DessertRoll-module-scss-module__7811iq__prompt{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.DessertRoll-module-scss-module__7811iq__prompt p{color:var(--color-text-muted);font-size:1.1rem}.DessertRoll-module-scss-module__7811iq__rollBtn{background:var(--color-secondary);color:var(--color-text);border-radius:var(--radius-sm);border:none;padding:.75rem 1.75rem;font-size:1rem;font-weight:700;transition:opacity .2s,transform .15s}.DessertRoll-module-scss-module__7811iq__rollBtn:hover:not(:disabled){opacity:.85;transform:scale(1.03)}.DessertRoll-module-scss-module__7811iq__rollBtn:disabled{opacity:.6;cursor:not-allowed}.DessertRoll-module-scss-module__7811iq__error{color:var(--color-error);font-size:.9rem}
.dashboard-module-scss-module__j7_ZhW__main{flex-direction:column;min-height:100vh;display:flex}.dashboard-module-scss-module__j7_ZhW__hero{text-align:center;padding:4rem 2rem 2.5rem}.dashboard-module-scss-module__j7_ZhW__heading{color:var(--color-text);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.dashboard-module-scss-module__j7_ZhW__sub{color:var(--color-text-muted);margin-top:.75rem;font-size:1.1rem}.dashboard-module-scss-module__j7_ZhW__sideColumn{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:540px;display:flex}.dashboard-module-scss-module__j7_ZhW__adBottom{justify-content:center;padding:1rem 2rem 0;display:flex}.dashboard-module-scss-module__j7_ZhW__cards{max-width:var(--max-width);flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;margin:0 auto;padding:1.5rem 2rem 3rem;display:flex}.dashboard-module-scss-module__j7_ZhW__errorMsg{color:var(--color-error);text-align:center;width:100%;padding:3rem 0;font-size:1rem}.dashboard-module-scss-module__j7_ZhW__wave{margin-top:auto}.dashboard-module-scss-module__j7_ZhW__wave svg{width:100%;height:80px;display:block}.dashboard-module-scss-module__j7_ZhW__premiumBanner{text-align:center;color:#92400e;background:linear-gradient(135deg,#f59e0b22,#f59e0b11);border-bottom:1px solid #f59e0b44;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.dashboard-module-scss-module__j7_ZhW__premiumGreeting{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;margin:0 auto;padding:3rem 2rem 1.5rem;display:flex}.dashboard-module-scss-module__j7_ZhW__premiumBadge{letter-spacing:.06em;text-transform:uppercase;color:#d97706;background:#fef3c7;border:1px solid #fde68a;border-radius:99px;flex-shrink:0;align-items:center;gap:.3rem;margin-top:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.dashboard-module-scss-module__j7_ZhW__fanGrid{max-width:var(--max-width);perspective:1200px;grid-template-columns:repeat(3,1fr);align-items:start;gap:1.75rem;width:100%;margin:0 auto;padding:.5rem 2rem 2rem;display:grid}.dashboard-module-scss-module__j7_ZhW__cardWrap{z-index:1;transition:transform .3s cubic-bezier(.22,.61,.36,1),z-index 0s .3s;position:relative}.dashboard-module-scss-module__j7_ZhW__cardWrap:hover{z-index:10;transition:transform .25s cubic-bezier(.22,.61,.36,1),z-index;transform:rotate(0)translateY(-6px)!important}.dashboard-module-scss-module__j7_ZhW__cardWrap_breakfast{transform:rotate(-2.2deg)translateY(10px)}.dashboard-module-scss-module__j7_ZhW__cardWrap_lunch{z-index:2;transform:rotate(0)}.dashboard-module-scss-module__j7_ZhW__cardWrap_dinner{transform:rotate(2.2deg)translateY(10px)}.dashboard-module-scss-module__j7_ZhW__cardLoading{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);justify-content:center;align-items:center;min-height:320px;display:flex}.dashboard-module-scss-module__j7_ZhW__cardError{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);text-align:center;min-height:200px;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;font-size:.9rem;display:flex}.dashboard-module-scss-module__j7_ZhW__retryBtn{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);background:0 0;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.dashboard-module-scss-module__j7_ZhW__retryBtn:hover{background:var(--color-primary);color:#fff}.dashboard-module-scss-module__j7_ZhW__dessertDivider{max-width:var(--max-width);align-items:center;gap:1rem;margin:.5rem auto;padding:0 2rem;display:flex}.dashboard-module-scss-module__j7_ZhW__dessertDivider:before,.dashboard-module-scss-module__j7_ZhW__dessertDivider:after{content:"";border-top:1px solid var(--color-border);flex:1}.dashboard-module-scss-module__j7_ZhW__dessertDivider span{letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap;font-size:.75rem;font-weight:600}.dashboard-module-scss-module__j7_ZhW__dessertSection{max-width:var(--max-width);justify-content:center;width:100%;margin:0 auto;padding:0 2rem 1rem;display:flex}.dashboard-module-scss-module__j7_ZhW__dessertSection>*{width:100%;max-width:360px}.dashboard-module-scss-module__j7_ZhW__rerollNudge{text-align:center;padding:.25rem 2rem 1.5rem}.dashboard-module-scss-module__j7_ZhW__rerollNudgeLink{color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:99px;padding:.4rem 1rem;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-block}.dashboard-module-scss-module__j7_ZhW__rerollNudgeLink:hover{color:var(--color-primary);border-color:var(--color-primary)}@media (max-width:860px){.dashboard-module-scss-module__j7_ZhW__fanGrid{grid-template-columns:1fr;gap:1.25rem;padding-bottom:1.5rem}.dashboard-module-scss-module__j7_ZhW__cardWrap,.dashboard-module-scss-module__j7_ZhW__cardWrap_breakfast,.dashboard-module-scss-module__j7_ZhW__cardWrap_lunch,.dashboard-module-scss-module__j7_ZhW__cardWrap_dinner,.dashboard-module-scss-module__j7_ZhW__cardWrap:hover{transform:none!important}.dashboard-module-scss-module__j7_ZhW__premiumGreeting{padding:2rem 2rem 1.25rem}}.dashboard-module-scss-module__j7_ZhW__wheelBtn{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-hover);z-index:20;border-radius:99px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s;position:fixed;bottom:1.5rem;right:1.5rem}.dashboard-module-scss-module__j7_ZhW__wheelBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:scale(1.04)}.dashboard-module-scss-module__j7_ZhW__poweredBy{background:var(--color-secondary);text-align:center;padding:1rem;font-size:.85rem}.dashboard-module-scss-module__j7_ZhW__poweredBy a:hover{text-decoration:underline}.dashboard-module-scss-module__j7_ZhW__memberThanks{background:var(--color-secondary);text-align:center;color:var(--color-text-muted);padding:1rem;font-size:.85rem}
