@keyframes riseIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes softPop{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.app-shell .view:not(.hidden){animation:riseIn .42s ease both}.next-card,.recipe-card,.event-card,.exercise-panel{animation:riseIn .42s ease both}.next-card:nth-child(2),.recipe-card:nth-child(2),.exercise-panel:nth-child(2){animation-delay:.04s}.next-card:nth-child(3),.recipe-card:nth-child(3),.exercise-panel:nth-child(3){animation-delay:.08s}
button{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.next-card:hover,.recipe-card:hover,.exercise-panel:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,23,42,.09)}
.onboarding-image{animation:softPop .7s ease both}.persona-grid .persona{animation:riseIn .42s ease both}.persona-grid .persona:nth-child(2){animation-delay:.04s}.persona-grid .persona:nth-child(3){animation-delay:.08s}.persona-grid .persona:nth-child(4){animation-delay:.12s}.persona-grid .persona:nth-child(5){animation-delay:.16s}.persona-grid .persona:nth-child(6){animation-delay:.2s}
.food-tabs{display:flex;gap:7px;overflow:auto;margin:0 0 13px;padding-bottom:3px}.food-tabs button{border:1px solid var(--line);background:var(--paper);color:var(--muted);border-radius:12px;padding:10px 12px;font-size:10px;font-weight:850;white-space:nowrap}.food-tabs button.active{background:var(--ink);color:var(--lime);border-color:var(--ink)}
.week-meal-planner{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:13px;margin-bottom:17px}.week-strip{display:flex;gap:7px;overflow:auto;padding-bottom:10px}.week-day{min-width:48px;border:0;background:#f0f2f7;color:var(--muted);border-radius:13px;padding:9px 5px;text-align:center}.week-day b{display:block;font-size:13px;color:var(--ink)}.week-day span{display:block;font-size:9px;margin-top:3px}.week-day.active{background:var(--terracotta);color:#fff}.week-day.active b{color:#fff}.week-day.has-meal:after{content:'';display:block;width:5px;height:5px;background:var(--lime);border-radius:50%;margin:5px auto 0}.week-day.active.has-meal:after{background:#fff}.meal-plan-heading{display:flex;align-items:center;justify-content:space-between;margin:5px 0 9px}.meal-plan-heading h3{font-size:15px}.meal-plan-heading span{font-size:10px;color:var(--muted)}.planned-meal{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:10px 0}.planned-meal:first-of-type{border-top:0}.planned-meal .meal-icon{width:34px;height:34px;border-radius:11px;background:#fff0dc;display:grid;place-items:center;font-size:18px}.planned-meal .meal-copy{flex:1;min-width:0}.planned-meal .meal-copy strong{display:block;font-size:12px}.planned-meal .meal-copy span{display:block;color:var(--muted);font-size:10px;margin-top:3px}.planned-meal button{border:0;background:#eef7d8;color:#587000;border-radius:10px;padding:7px 9px;font-size:10px;font-weight:850}.recipe-card{overflow:hidden}.recipe-image.food-photo{height:112px;background-image:url('assets/recipe-board.png');background-size:200% 200%;background-repeat:no-repeat}.recipe-image.food-0{background-position:left top}.recipe-image.food-1{background-position:right top}.recipe-image.food-2{background-position:left bottom}.recipe-image.food-3{background-position:right bottom}.recipe-actions{display:flex;gap:6px;margin-top:7px}.recipe-actions button{flex:1}.favorite-btn{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:10px;padding:8px;font-size:12px}.favorite-btn.active{background:#fff0ec;border-color:#ffc9bd;color:var(--terracotta)}.food-builder{background:linear-gradient(135deg,#11172a,#2b3c71);color:#fff;border-radius:22px;padding:16px;margin-bottom:15px}.food-builder h3{font-size:17px;margin:5px 0}.food-builder p{font-size:11px;color:#d9e1f5;line-height:1.45}.food-builder-row{display:flex;gap:7px;margin-top:12px}.food-builder-row input{min-width:0;flex:1;border:0;border-radius:11px;padding:11px;font:inherit;font-size:12px}.food-builder-row button{border:0;background:var(--lime);color:var(--ink);border-radius:11px;padding:10px;font-size:11px;font-weight:850}.new-recipe-badge{display:inline-block;background:#fff0ec;color:var(--terracotta);border-radius:8px;padding:4px 7px;font-size:9px;font-weight:850;margin-bottom:6px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
