body{margin:0}*{box-sizing:border-box;margin:0;padding:0}:root{--lime:#7ec826;--lime-dark:#5c9a1a;--lime-mid:#9dd645;--lime-light:#c8ee8a;--lime-pale:#eef9d6;--white:#fff;--off-white:#f6fbf0;--gray-100:#f4f6f0;--gray-200:#e2e8d8;--gray-400:#aabaa0;--gray-500:#7a8a70;--gray-700:#3a4a30;--text:#1a2e10;--danger:#e53e3e;--shadow-sm:0 1px 6px #0000000f;--shadow:0 4px 16px #0000001a;--r:16px;--r-sm:10px;--r-xs:6px;--nav-h:68px}html,body{background:var(--off-white);height:100%;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}#app{background:var(--white);flex-direction:column;max-width:480px;height:100vh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 60px #0000002e}.screen{padding-bottom:calc(var(--nav-h) + 8px);flex:1;display:none;overflow-y:auto}.screen.active{display:block}#bottom-nav{width:100%;max-width:480px;height:var(--nav-h);background:var(--white);border-top:1px solid var(--gray-200);z-index:100;align-items:stretch;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 24px #00000014}.nav-btn{cursor:pointer;color:var(--gray-400);letter-spacing:.3px;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding-bottom:8px;font-size:11px;font-weight:600;transition:color .2s;display:flex}.nav-btn .nav-icon{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;transition:transform .2s}.nav-btn.active{color:var(--lime-dark)}.nav-btn.active .nav-icon{transform:scale(1.12)}.card{background:var(--white);border-radius:var(--r);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.btn-primary{background:var(--lime);color:var(--white);border-radius:var(--r-sm);cursor:pointer;letter-spacing:.3px;border:none;justify-content:center;align-items:center;gap:7px;padding:13px 24px;font-size:14px;font-weight:700;transition:background .2s,transform .1s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #7ec82661}.btn-primary:hover{background:var(--lime-dark);box-shadow:0 6px 20px #7ec8267a}.btn-primary:active{transform:scale(.97)}.btn-primary svg{stroke:#fff;fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.gen-error{border-radius:var(--r-sm);color:var(--danger);background:#ef444414;border:1px solid #ef444433;align-items:center;gap:8px;margin-top:10px;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4;display:flex}.gen-error svg{width:16px;height:16px;stroke:var(--danger);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ai-disclaimer{color:var(--gray-400);text-align:center;margin-top:10px;font-size:11px;line-height:1.4}.btn-outline{color:var(--lime-dark);border:1.5px solid var(--lime);border-radius:var(--r-sm);cursor:pointer;background:0 0;padding:11px 20px;font-size:14px;font-weight:700;transition:all .2s}.btn-outline:hover{background:var(--lime-pale)}.btn-ghost{cursor:pointer;color:var(--gray-500);border-radius:var(--r-xs);background:0 0;border:none;padding:6px 10px;font-size:13px;font-weight:600;transition:background .2s,color .2s}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-700)}.section-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.7px;margin-bottom:8px;font-size:11px;font-weight:700}.divider{background:var(--gray-200);height:1px;margin:4px 0 16px}.home-header{background:linear-gradient(145deg, var(--lime-dark) 0%, var(--lime) 55%, var(--lime-mid) 100%);color:#fff;padding:52px 22px 28px;position:relative;overflow:hidden}.home-header:before{content:"";background:#ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.home-header:after{content:"";background:#ffffff12;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-70px;left:-30px}.home-header .greeting{opacity:.85;z-index:1;margin-bottom:4px;font-size:13px;font-weight:500;position:relative}.home-header h1{color:#fff;z-index:1;margin-bottom:6px;font-size:28px;font-weight:800;line-height:1.15;position:relative}.home-header .subtitle{opacity:.75;z-index:1;font-size:13px;position:relative}.home-content{flex-direction:column;gap:16px;padding:18px 14px;display:flex}.next-up-card{border-radius:var(--r);border:1px solid var(--gray-200);box-shadow:var(--shadow);overflow:hidden}.next-up-header{background:var(--lime-pale);border-bottom:1px solid var(--lime-light);align-items:center;gap:9px;padding:11px 16px;display:flex}.next-up-badge{background:var(--lime);color:#fff;letter-spacing:.6px;text-transform:uppercase;border-radius:20px;padding:3px 9px;font-size:10px;font-weight:800}.next-up-label{color:var(--gray-700);font-size:13px;font-weight:600}.next-up-body{padding:14px 16px}.next-up-meal-name{color:var(--text);margin-bottom:9px;font-size:19px;font-weight:800}.meal-meta{gap:14px;margin-bottom:12px;display:flex}.meal-meta-item{color:var(--gray-500);align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.meal-meta-item svg{width:13px;height:13px;stroke:var(--lime-dark);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.ingredient-preview{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.ingredient-chip{background:var(--lime-pale);color:var(--lime-dark);border:1px solid var(--lime-light);border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.next-up-actions{gap:10px;display:flex}.next-up-actions .btn-primary,.next-up-actions .btn-outline{flex:1;padding:11px;font-size:13px}.generator-card{border-radius:var(--r);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);padding:18px}.card-title{align-items:center;gap:11px;margin-bottom:18px;display:flex}.card-title-icon{background:var(--lime-pale);border-radius:var(--r-sm);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.card-title-icon svg{width:18px;height:18px;stroke:var(--lime-dark);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.card-title h3{margin:0;font-size:15px;font-weight:800}.card-title .card-subtitle{color:var(--gray-500);margin-top:2px;font-size:11px;font-weight:500}.macro-tracker-card{border-radius:var(--r);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);background:var(--white);padding:18px}.macro-tracker-header{align-items:center;gap:11px;margin-bottom:16px;display:flex}.macro-tracker-title-icon{background:var(--lime-pale);border-radius:var(--r-sm);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.macro-tracker-title-icon svg{width:18px;height:18px;stroke:var(--lime-dark);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.macro-tracker-header h3{margin:0;font-size:15px;font-weight:800}.macro-tracker-subtitle{color:var(--gray-500);margin-top:2px;font-size:11px;font-weight:500}.macro-tracker-body{align-items:center;gap:20px;display:flex}.macro-donut-wrap{flex-shrink:0;width:120px;height:120px;position:relative}.macro-donut{width:120px;height:120px;transform:rotate(-90deg)}.macro-donut-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.macro-donut-cal{color:var(--text);font-size:20px;font-weight:800;line-height:1}.macro-donut-cal-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.macro-stats-list{flex-direction:column;flex:1;gap:10px;display:flex}.macro-stat-row{align-items:center;gap:8px;display:flex}.macro-stat-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.macro-stat-label{color:var(--gray-700);flex:1;font-size:13px;font-weight:600}.macro-stat-value{color:var(--text);font-size:14px;font-weight:800}.macro-stat-divider{background:var(--gray-200);height:1px;margin:2px 0}.macro-stat-total .macro-stat-label{font-weight:700}.macro-stat-total .macro-stat-value{color:var(--lime-dark);font-size:15px}.macro-tracker-clickable{cursor:pointer;transition:box-shadow .2s,transform .1s}.macro-tracker-clickable:active{transform:scale(.98)}.macro-tracker-clickable:hover{box-shadow:var(--shadow)}.macro-tracker-clickable .macro-tracker-header{position:relative}.macro-tracker-chevron{width:18px;height:18px;stroke:var(--gray-400);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-left:auto}.macro-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.macro-overlay-card{background:var(--white);border-radius:var(--r);box-shadow:var(--shadow);width:100%;max-width:420px;max-height:90vh;padding:22px 18px;overflow-y:auto}.macro-overlay-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.macro-overlay-header h3{margin:0;font-size:17px;font-weight:800}.macro-overlay-close{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.macro-overlay-close:hover{background:var(--gray-100)}.macro-overlay-close svg{width:18px;height:18px;stroke:var(--gray-500);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.macro-toggle-wrap{background:var(--gray-100);border-radius:var(--r-sm);margin-bottom:18px;padding:3px;display:flex}.macro-toggle-btn{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 0;font-size:13px;font-weight:700;transition:all .2s}.macro-toggle-btn.active{background:var(--white);color:var(--lime-dark);box-shadow:0 1px 4px #00000014}.macro-overlay-hint{text-align:center;color:var(--gray-400);margin-top:14px;font-size:11px;font-weight:500}.macro-week-row{border-top:1px solid var(--gray-200);justify-content:space-between;margin-top:16px;padding:12px 4px 4px;display:flex}.macro-week-day{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.macro-week-day-label{color:var(--gray-400);font-size:11px;font-weight:700}.macro-week-day.today .macro-week-day-label{color:var(--lime-dark)}.macro-week-day-dot{background:var(--gray-200);border-radius:50%;width:8px;height:8px;transition:background .2s}.macro-week-day.has-data .macro-week-day-dot{background:var(--lime)}.macro-week-day.today .macro-week-day-dot{box-shadow:0 0 0 2px var(--lime-dark)}.chip-group{flex-wrap:wrap;gap:7px;margin-bottom:16px;display:flex}.pref-chip{background:var(--gray-100);color:var(--gray-700);border:1.5px solid var(--gray-200);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:20px;align-items:center;gap:4px;padding:5px 8px 5px 13px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.pref-chip.selected{background:var(--lime-pale);color:var(--lime-dark);border-color:var(--lime)}.chip-fav-btn{cursor:pointer;color:var(--gray-400);background:0 0;border:none;flex-shrink:0;padding:1px 2px;font-size:12px;line-height:1;transition:color .15s,transform .15s}.chip-fav-btn:hover{color:#f59e0b;transform:scale(1.25)}.pref-chip.fav .chip-fav-btn{color:#f59e0b}.pref-chip.fav{border-style:solid}.time-options{gap:8px;margin-bottom:16px;display:flex}.time-option{text-align:center;border:1.5px solid var(--gray-200);border-radius:var(--r-sm);cursor:pointer;color:var(--gray-700);background:var(--gray-100);-webkit-user-select:none;user-select:none;flex:1;padding:9px 4px;font-size:13px;font-weight:700;transition:all .15s}.time-option .time-label{color:var(--gray-500);margin-top:2px;font-size:10px;font-weight:500;display:block}.time-option.selected{background:var(--lime-pale);color:var(--lime-dark);border-color:var(--lime)}.count-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.count-control{align-items:center;gap:14px;display:flex}.count-btn{border:1.5px solid var(--lime);width:30px;height:30px;color:var(--lime-dark);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:17px;font-weight:700;line-height:1;transition:all .15s;display:flex}.count-btn:hover{background:var(--lime-pale)}.count-value{color:var(--lime-dark);text-align:center;min-width:22px;font-size:20px;font-weight:800}.instructions-input{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);width:100%;color:var(--text);background:var(--gray-100);resize:none;margin-bottom:16px;padding:11px 13px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .2s,background .2s}.instructions-input:focus{border-color:var(--lime);background:#fff;outline:none}.instructions-input::placeholder{color:var(--gray-400)}.meal-overview-overlay{z-index:200;background:#0006;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.meal-overview-card{background:var(--white);border-radius:var(--r) var(--r) 0 0;box-shadow:var(--shadow);flex-direction:column;width:100%;max-width:480px;max-height:88vh;display:flex;overflow:hidden}.meal-overview-header{justify-content:space-between;align-items:center;padding:18px 18px 0;display:flex}.meal-overview-header h3{margin:0;font-size:17px;font-weight:800}.meal-overview-count{color:var(--gray-500);font-size:11px;font-weight:500}.meal-overview-close{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.meal-overview-close:hover{background:var(--gray-100)}.meal-overview-close svg{width:18px;height:18px;stroke:var(--gray-500);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.meal-overview-list{flex-direction:column;flex:1;gap:10px;padding:14px 18px;display:flex;overflow-y:auto}.meal-overview-item{border:1px solid var(--gray-200);border-radius:var(--r-sm);transition:border-color .2s;overflow:hidden}.meal-overview-item.expanded{border-color:var(--lime)}.meal-overview-item.regenerating{border-style:dashed;border-color:var(--gray-400);background:var(--gray-100)}.meal-overview-item-header{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.meal-overview-item-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.meal-overview-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px}.meal-overview-thumb-placeholder{background:var(--lime-pale);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.meal-overview-thumb-placeholder svg{width:20px;height:20px;stroke:var(--lime-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.meal-overview-item-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.meal-overview-item-meta{color:var(--gray-500);margin-top:2px;font-size:11px;font-weight:500}.meal-overview-chevron{width:16px;height:16px;stroke:var(--gray-400);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:transform .2s}.meal-overview-chevron.open{transform:rotate(180deg)}.meal-overview-spinner{width:22px;height:22px;stroke:var(--lime-dark);fill:none;stroke-width:2px;stroke-linecap:round;flex-shrink:0;animation:.75s linear infinite spin}.meal-overview-detail{scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent;max-height:320px;padding:0 12px 12px;overflow-y:auto}.meal-overview-detail::-webkit-scrollbar{width:6px}.meal-overview-detail::-webkit-scrollbar-track{background:0 0}.meal-overview-detail::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:3px}.meal-overview-detail::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.meal-overview-macros{background:var(--gray-100);border-radius:var(--r-xs);flex-wrap:wrap;gap:12px;margin-bottom:12px;padding:8px 10px;display:flex}.mo-macro{color:var(--gray-700);align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.mo-macro-dot{border-radius:50%;width:7px;height:7px}.meal-overview-section{margin-bottom:10px}.meal-overview-section h4{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:10px;font-weight:800}.meal-overview-ingredients{margin:0;padding:0;list-style:none}.meal-overview-ingredients li{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:8px;padding:5px 0;font-size:13px;display:flex}.mo-ing-amount{color:var(--gray-500);flex-shrink:0;font-size:11px;font-weight:600}.meal-overview-steps{margin:0;padding-left:18px}.meal-overview-steps li{color:var(--gray-700);margin-bottom:4px;font-size:13px;line-height:1.5}.meal-overview-actions{gap:8px;margin-top:10px;display:flex}.mo-btn-regen,.mo-btn-view{border-radius:var(--r-xs);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:5px;padding:9px 0;font-size:12px;font-weight:700;transition:all .15s;display:flex}.mo-btn-regen{background:var(--gray-100);color:var(--gray-700)}.mo-btn-regen:hover{background:var(--gray-200)}.mo-btn-regen svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}.mo-btn-view{background:var(--lime-pale);color:var(--lime-dark)}.mo-btn-view:hover{background:var(--lime-light)}.meal-overview-regen-box{flex-direction:column;gap:8px;margin-top:10px;display:flex}.mo-regen-input{border:1.5px solid var(--gray-200);border-radius:var(--r-xs);resize:none;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .2s}.mo-regen-input:focus{border-color:var(--lime);outline:none}.mo-regen-confirm{background:var(--lime);color:var(--white);border-radius:var(--r-xs);cursor:pointer;border:none;align-self:flex-end;align-items:center;gap:5px;padding:8px 16px;font-size:12px;font-weight:700;transition:background .15s;display:flex;box-shadow:0 2px 8px #7ec8264d}.mo-regen-confirm:hover{background:var(--lime-dark)}.mo-regen-confirm svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}.meal-overview-done{background:var(--lime);color:var(--white);border-radius:var(--r-sm);cursor:pointer;border:none;margin:0 18px 18px;padding:13px;font-size:14px;font-weight:700;transition:background .2s,transform .1s;box-shadow:0 4px 14px #7ec82661}.meal-overview-done:hover{background:var(--lime-dark)}.meal-overview-done:active{transform:scale(.97)}.meals-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:10;padding:50px 18px 14px;position:sticky;top:0}.meals-header-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.meals-header-top h2{margin:0;font-size:22px;font-weight:800}.tab-bar{background:var(--gray-100);border-radius:var(--r-sm);gap:2px;padding:3px;display:flex}.tab-btn{border-radius:var(--r-xs);cursor:pointer;color:var(--gray-500);background:0 0;border:none;flex:1;padding:8px;font-size:13px;font-weight:700;transition:all .2s}.tab-btn.active{background:var(--white);color:var(--lime-dark);box-shadow:0 1px 5px #0000001a}.meals-search-wrap{margin-top:10px;position:relative}.meals-search-icon{width:16px;height:16px;stroke:var(--gray-400);stroke-width:2px;fill:none;pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.meals-search-input{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);background:var(--gray-100);width:100%;color:var(--text);outline:none;padding:9px 12px 9px 34px;font-size:14px;transition:border-color .2s}.meals-search-input:focus{border-color:var(--lime);background:var(--white)}.meals-search-input::placeholder{color:var(--gray-400)}.meals-search-wrap.hidden{display:none}.meals-content{padding:14px}.tab-panel{display:none}.tab-panel.active{display:block}.meals-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.meals-section-header h3{font-size:14px;font-weight:700}.count-badge{background:var(--lime-pale);color:var(--lime-dark);border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700}.meals-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.meal-card{background:var(--white);border-radius:var(--r);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .15s,box-shadow .15s;overflow:hidden}.meal-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.meal-card-image{background:linear-gradient(135deg, var(--lime-pale), var(--lime-light));justify-content:center;align-items:center;height:108px;display:flex;position:relative;overflow:hidden}.meal-card-image .food-icon{width:38px;height:38px;stroke:var(--lime-dark);fill:none;stroke-width:1.4px;opacity:.55}.meal-card-img{object-fit:cover;width:100%;height:100%;animation:.5s imgFadeIn}.fav-btn{cursor:pointer;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .15s;display:flex;position:absolute;top:7px;right:7px}.fav-btn:hover{transform:scale(1.1)}.fav-btn svg{width:13px;height:13px;stroke:var(--danger);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.fav-btn.active svg{fill:var(--danger)}.meal-card-body{padding:9px 11px 11px}.meal-card-name{color:var(--text);margin-bottom:5px;font-size:12px;font-weight:700;line-height:1.3}.meal-card-meta{flex-wrap:wrap;gap:8px;display:flex}.meal-card-meta span{color:var(--gray-500);align-items:center;gap:3px;font-size:10px;font-weight:600;display:flex}.meal-card-meta svg{width:10px;height:10px;stroke:var(--lime-dark);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.empty-state{text-align:center;padding:52px 24px}.empty-state svg{width:52px;height:52px;stroke:var(--gray-200);fill:none;stroke-width:1.2px;margin-bottom:14px}.empty-state h3{color:var(--gray-700);margin-bottom:7px;font-size:16px}.empty-state p{color:var(--gray-500);font-size:13px;line-height:1.5}.calendar-nav-btn{border-radius:var(--r-sm);background:var(--lime);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:36px;transition:background .15s,transform .15s;display:flex}.calendar-nav-btn:hover{background:var(--lime-dark);transform:scale(1.04)}.calendar-nav-btn svg{width:20px;height:20px;stroke:var(--white);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.add-to-collection-btn{background:var(--lime);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .15s,background .15s;display:flex;position:absolute;top:7px;left:7px}.add-to-collection-btn:hover{background:var(--lime-dark);transform:scale(1.1)}.add-to-collection-btn svg{width:13px;height:13px;stroke:var(--white);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.rb-create-row{gap:8px;margin-bottom:16px;display:flex}.rb-create-input{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);background:var(--gray-100);color:var(--text);outline:none;flex:1;padding:10px 12px;font-size:14px;transition:border-color .2s}.rb-create-input:focus{border-color:var(--lime);background:var(--white)}.rb-create-input::placeholder{color:var(--gray-400)}.rb-create-btn{border-radius:var(--r-sm);background:var(--lime);color:var(--white);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:5px;padding:10px 16px;font-size:13px;font-weight:700;transition:background .15s;display:flex}.rb-create-btn:hover{background:var(--lime-dark)}.rb-create-btn:disabled{opacity:.45;cursor:not-allowed}.rb-create-btn svg{width:14px;height:14px;stroke:var(--white);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.rb-collection-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r);box-shadow:var(--shadow-sm);margin-bottom:10px;overflow:hidden}.rb-collection-header{cursor:pointer;justify-content:space-between;align-items:center;padding:12px 14px;transition:background .15s;display:flex}.rb-collection-header:hover{background:var(--gray-50)}.rb-collection-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.rb-book-icon{width:20px;height:20px;stroke:var(--lime-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.rb-collection-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.rb-collection-count{color:var(--gray-500);white-space:nowrap;font-size:11px;font-weight:600}.rb-rename-input{color:var(--text);border:1.5px solid var(--lime);border-radius:var(--r-xs);background:var(--white);outline:none;width:140px;padding:2px 8px;font-size:14px;font-weight:700}.rb-collection-actions{gap:4px;display:flex}.rb-action-btn{border-radius:var(--r-xs);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.rb-action-btn:hover{background:var(--gray-100)}.rb-action-btn svg{width:15px;height:15px;stroke:var(--gray-500);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.rb-delete-btn:hover{background:#ef444414}.rb-delete-btn:hover svg{stroke:var(--danger)}.rb-collection-body{border-top:1px solid var(--gray-200);padding:10px 14px}.rb-empty-hint{color:var(--gray-500);text-align:center;padding:12px 0;font-size:13px}.rb-recipe-list{flex-direction:column;gap:6px;display:flex}.rb-recipe-item{border-radius:var(--r-xs);cursor:pointer;justify-content:space-between;align-items:center;padding:8px 10px;transition:background .15s;display:flex}.rb-recipe-item:hover{background:var(--gray-50)}.rb-recipe-info{flex-direction:column;gap:2px;min-width:0;display:flex}.rb-recipe-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.rb-recipe-meta{color:var(--gray-500);font-size:11px}.rb-remove-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s;display:flex}.rb-remove-btn:hover{background:#ef444414}.rb-remove-btn svg{width:14px;height:14px;stroke:var(--gray-400);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.rb-remove-btn:hover svg{stroke:var(--danger)}.calendar-overlay{z-index:200;background:#00000059;justify-content:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.calendar-panel{background:var(--white);width:100%;max-width:420px;height:100%;animation:.25s slideInRight;overflow-y:auto;box-shadow:-4px 0 20px #0000001f}.calendar-panel-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:50px 18px 14px;display:flex}.calendar-panel-header h3{font-size:20px;font-weight:800}.calendar-panel-close{background:var(--gray-100);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.calendar-panel-close:hover{background:var(--gray-200)}.calendar-panel-close svg{width:16px;height:16px;stroke:var(--gray-600);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.collection-picker-overlay{z-index:200;background:#00000059;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.collection-picker-card{background:var(--white);border-radius:var(--r);flex-direction:column;width:92%;max-width:340px;max-height:70vh;animation:.2s scaleIn;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000026}.collection-picker-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.collection-picker-header h4{margin:0;font-size:16px;font-weight:800}.collection-picker-close{background:var(--gray-100);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.collection-picker-close:hover{background:var(--gray-200)}.collection-picker-close svg{width:14px;height:14px;stroke:var(--gray-600);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.collection-picker-empty{color:var(--gray-500);text-align:center;padding:24px 18px;font-size:13px}.collection-picker-list{padding:6px 0;overflow-y:auto}.collection-picker-item{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:11px 18px;font-size:14px;transition:background .15s;display:flex}.collection-picker-item:hover:not(:disabled){background:var(--gray-50)}.collection-picker-item:disabled{opacity:.55;cursor:not-allowed}.collection-picker-book{width:18px;height:18px;stroke:var(--lime-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.collection-picker-name{flex:1;font-weight:600}.collection-picker-count{color:var(--gray-400);font-size:11px;font-weight:600}.collection-picker-check{color:var(--lime-dark);font-size:14px;font-weight:700}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-overlay{z-index:200;background:#0000007a;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.modal-sheet{background:var(--white);border-radius:var(--r) var(--r) 0 0;width:100%;max-width:480px;max-height:87vh;animation:.28s slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{background:var(--gray-200);border-radius:2px;width:38px;height:4px;margin:11px auto 0}.modal-content{padding:14px 20px 44px}.modal-image{background:linear-gradient(135deg, var(--lime-pale), var(--lime-light));border-radius:var(--r-sm);justify-content:center;align-items:center;height:148px;margin-bottom:16px;display:flex;overflow:hidden}.modal-image svg{width:56px;height:56px;stroke:var(--lime-dark);fill:none;stroke-width:1.2px;opacity:.45}.modal-meal-img{object-fit:cover;border-radius:var(--r-sm);width:100%;height:100%;animation:.5s imgFadeIn}.modal-meal-name{margin-bottom:10px;font-size:21px;font-weight:800}.modal-meta{flex-wrap:wrap;gap:16px;margin-bottom:20px;display:flex}.modal-meta-item{color:var(--gray-700);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.modal-meta-item svg{width:15px;height:15px;stroke:var(--lime-dark);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.modal-section{margin-bottom:20px}.modal-section h3{color:var(--gray-500);text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px;font-size:11px;font-weight:800}.modal-macros{margin-bottom:20px}.modal-macros h3{color:var(--gray-500);text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px;font-size:11px;font-weight:800}.modal-macros-bar{background:var(--gray-100);border-radius:4px;gap:2px;height:8px;margin-bottom:12px;display:flex;overflow:hidden}.modal-macros-segment{border-radius:4px;transition:flex .4s}.modal-macros-segment.protein{background:#4a90d9}.modal-macros-segment.carbs{background:#7ec826}.modal-macros-segment.fat{background:#f5a623}.modal-macros-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.modal-macro-item{background:var(--gray-100);border-radius:var(--r-xs);align-items:center;gap:8px;padding:8px 10px;display:flex}.modal-macro-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.modal-macro-dot.protein{background:#4a90d9}.modal-macro-dot.carbs{background:#7ec826}.modal-macro-dot.fat{background:#f5a623}.modal-macro-dot.calories{background:var(--gray-500)}.modal-macro-label{color:var(--gray-500);flex:1;font-size:12px;font-weight:600}.modal-macro-value{color:var(--text);font-size:13px;font-weight:800}.ingredient-list{list-style:none}.ingredient-list li{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:10px;padding:9px 0;font-size:14px;display:flex}.ingredient-list li:before{content:"";background:var(--lime);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ingredient-list li .ing-name{flex:1}.ingredient-list li .ing-amount{color:var(--gray-500);font-size:12px;font-weight:600}.step-list{list-style:none}.step-list li{border-bottom:1px solid var(--gray-100);color:var(--gray-700);gap:12px;padding:10px 0;font-size:13px;line-height:1.55;display:flex}.step-num{background:var(--lime);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}.modal-actions{gap:10px;margin-top:20px;display:flex}.modal-actions .btn-primary,.modal-actions .btn-outline{flex:1}.cart-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:10;padding:50px 18px 14px;position:sticky;top:0}.cart-header h2{margin-bottom:12px;font-size:22px;font-weight:800}.instacart-btn{color:#fff;border-radius:var(--r-sm);cursor:pointer;letter-spacing:.3px;background:#f97316;border:none;justify-content:center;align-items:center;gap:9px;width:100%;margin-bottom:10px;padding:14px;font-size:14px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #f9731652}.instacart-btn:hover{background:#ea6b0e;transform:translateY(-1px);box-shadow:0 6px 20px #f973166b}.instacart-btn svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.cart-summary-row{justify-content:space-between;align-items:center;display:flex}.cart-summary-text{color:var(--gray-500);font-size:12px;font-weight:500}.cart-summary-text strong{color:var(--text);font-weight:700}.select-controls{gap:4px;display:flex}.cart-content{padding:0 14px 14px}.recipe-group{margin-top:18px}.recipe-group-header{border-bottom:2px solid var(--lime-light);justify-content:space-between;align-items:center;margin-bottom:2px;padding:0 0 8px;display:flex}.recipe-group-name{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.recipe-group-name:before{content:"";background:var(--lime);border-radius:3px;flex-shrink:0;width:10px;height:10px}.recipe-group-right{align-items:center;gap:8px;display:flex}.recipe-group-count{color:var(--gray-400);font-size:11px;font-weight:600}.cart-remove-group-btn{cursor:pointer;color:var(--gray-400);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.cart-remove-group-btn:hover{color:var(--danger);background:#fee2e2}.cart-remove-group-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.ingredient-item{border-bottom:1px solid var(--gray-100);cursor:pointer;align-items:center;gap:12px;padding:11px 0;transition:opacity .2s;display:flex}.ingredient-item.have{opacity:.4}.ingredient-item.have .ingredient-name{color:var(--gray-500);text-decoration:line-through}.custom-cb{border:2px solid var(--gray-200);background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.ingredient-item.have .custom-cb{background:var(--lime);border-color:var(--lime)}.custom-cb svg{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;opacity:0;width:12px;height:12px}.ingredient-item.have .custom-cb svg{opacity:1}.ingredient-name{color:var(--text);flex:1;font-size:14px;font-weight:500}.ingredient-amount{color:var(--gray-500);font-size:12px;font-weight:600}.calendar-screen-wrap{padding:56px 16px 24px}.cal-header{background:linear-gradient(145deg, var(--lime-dark) 0%, var(--lime) 55%, var(--lime-mid) 100%);color:#fff;margin:-56px -16px 20px;padding:56px 22px 28px;position:relative;overflow:hidden}.cal-header:before{content:"";background:#ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.cal-header:after{content:"";background:#ffffff12;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-70px;left:-30px}.cal-title{color:#fff;z-index:1;margin:0 0 4px;font-size:26px;font-weight:800;position:relative}.cal-subtitle{color:#ffffffbf;z-index:1;margin:0;font-size:13px;position:relative}.cal-nav{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cal-nav h3{font-size:16px;font-weight:800}.cal-arrow{border:1.5px solid var(--gray-200);background:var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--gray-700);border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;transition:all .15s;display:flex}.cal-arrow:hover{background:var(--lime-pale);border-color:var(--lime);color:var(--lime-dark)}.cal-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.cal-weekday{text-align:center;color:var(--gray-400);text-transform:uppercase;letter-spacing:.4px;padding:3px 0;font-size:10px;font-weight:700}.cal-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.day-cell{aspect-ratio:1;cursor:pointer;background:var(--gray-100);border:1.5px solid #0000;border-radius:9px;flex-direction:column;align-items:center;min-width:0;padding:5px 3px 4px;transition:background .15s;display:flex;position:relative}.day-cell:active{transform:scale(.93)}.day-cell.other-month{opacity:.28;pointer-events:none}.day-cell.today .day-num{background:var(--lime);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.day-cell.prep-day{background:var(--lime-pale);border-color:var(--lime-light)}.day-cell.selected{background:var(--lime-pale);border-color:var(--lime)}.day-num{color:var(--text);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-bottom:2px;font-size:11px;font-weight:700;line-height:1;display:flex}.day-cell.other-month .day-num{color:var(--gray-400)}.prep-badge{color:var(--lime-dark);text-transform:uppercase;letter-spacing:.3px;margin-bottom:1px;font-size:6px;font-weight:800;line-height:1}.meal-dots{flex-wrap:wrap;justify-content:center;gap:2px;display:flex}.meal-dot{background:var(--lime);border-radius:50%;width:5px;height:5px}.meal-dot.extra{background:var(--gray-400)}.day-detail{border-radius:var(--r);border:1.5px solid var(--lime-light);background:var(--white);box-shadow:var(--shadow);margin-top:14px;animation:.2s fadeIn;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes imgFadeIn{0%{opacity:0}to{opacity:1}}.day-detail-header{background:var(--lime-pale);border-bottom:1px solid var(--lime-light);justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.day-detail-date{color:var(--text);font-size:14px;font-weight:800}.day-detail-close{cursor:pointer;width:24px;height:24px;color:var(--gray-700);background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:15px;line-height:1;transition:background .15s;display:flex}.day-detail-close:hover{background:#00000026}.day-detail-body{padding:13px 14px}.prep-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:13px;display:flex}.prep-row-label{font-size:14px;font-weight:700}.prep-row-sub{color:var(--gray-500);margin-top:2px;font-size:11px}.prep-meals-section{background:var(--lime-pale,#f4fce8);border-radius:12px;flex-direction:column;gap:6px;margin-bottom:14px;padding:12px;display:flex}.prep-dot{background:var(--lime-dark,#5a8a00)!important}.add-prep-meal-btn{background:var(--lime-pale,#f4fce8);border:1.5px dashed var(--lime-dark,#5a8a00);color:var(--lime-dark,#5a8a00);margin-top:2px}.add-prep-meal-btn:hover{background:var(--lime-light,#d9f0a8)}.add-prep-meal-btn svg{stroke:var(--lime-dark,#5a8a00)}.toggle-switch{background:var(--gray-200);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.toggle-switch.on{background:var(--lime)}.toggle-knob{pointer-events:none;background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000038}.toggle-switch.on .toggle-knob{transform:translate(20px)}.planned-meal-item{border-bottom:1px solid var(--gray-100);align-items:center;gap:10px;padding:9px 0;display:flex}.planned-meal-dot{background:var(--lime);border-radius:50%;flex-shrink:0;width:8px;height:8px}.planned-meal-name{color:var(--text);flex:1;font-size:13px;font-weight:600}.planned-meal-time{color:var(--gray-500);font-size:11px;font-weight:500}.remove-meal-btn{background:var(--gray-100);cursor:pointer;width:22px;height:22px;color:var(--gray-500);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:700;line-height:1;transition:all .15s;display:flex}.remove-meal-btn:hover{color:var(--danger);background:#fee2e2}.empty-day-msg{text-align:center;color:var(--gray-400);padding:18px 0;font-size:13px}.add-meal-btn{background:var(--gray-100);border:1.5px dashed var(--gray-200);border-radius:var(--r-sm);width:100%;color:var(--gray-500);cursor:pointer;justify-content:center;align-items:center;gap:7px;margin-top:10px;padding:11px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.add-meal-btn:hover{background:var(--lime-pale);border-color:var(--lime);color:var(--lime-dark)}.add-meal-btn svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;width:14px;height:14px}.add-day-to-cart-btn{background:var(--lime);border-radius:var(--r-sm);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:8px;padding:11px;font-size:13px;font-weight:700;transition:background .15s;display:flex}.add-day-to-cart-btn:hover{background:var(--lime-dark)}.add-day-to-cart-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.cal-upcoming{flex-direction:column;gap:10px;margin-top:20px;display:flex}.cal-upcoming-banner{border:1px solid var(--gray-200);border-radius:var(--r-sm);overflow:hidden}.cal-upcoming-banner-header{background:linear-gradient(135deg, var(--lime-dark) 0%, var(--lime) 100%);padding:10px 14px;position:relative;overflow:hidden}.cal-upcoming-banner-header:after{content:"";background:#ffffff1f;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.cal-upcoming-label{text-transform:uppercase;letter-spacing:.6px;color:#fff;z-index:1;font-size:11px;font-weight:800;position:relative}.cal-upcoming-meals{background:#fff;flex-direction:column;gap:0;padding:4px 0;display:flex}.cal-upcoming-meal{color:var(--text);align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.cal-upcoming-dot{background:var(--lime);border-radius:50%;flex-shrink:0;width:7px;height:7px}.meal-picker-item{border-bottom:1px solid var(--gray-100);cursor:pointer;border-radius:var(--r-xs);align-items:center;gap:12px;padding:11px 6px;transition:background .12s;display:flex}.meal-picker-item:hover{background:var(--gray-100)}.meal-picker-item.already-added{opacity:.4;pointer-events:none}.picker-meal-icon{background:var(--lime-pale);border-radius:var(--r-xs);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.picker-meal-icon svg{width:17px;height:17px;stroke:var(--lime-dark);fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.picker-meal-img{object-fit:cover;border-radius:var(--r-xs);width:100%;height:100%}.picker-meal-info{flex:1;min-width:0}.picker-meal-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.picker-meal-meta{color:var(--gray-500);margin-top:2px;font-size:11px}.picker-added-label{color:var(--lime-dark);font-size:11px;font-weight:700}.picker-search-wrap{align-items:center;margin-bottom:10px;display:flex;position:relative}.picker-search-icon{width:15px;height:15px;color:var(--gray-400);pointer-events:none;position:absolute;left:10px}.picker-search-input{border:1.5px solid var(--gray-200);background:var(--gray-100);width:100%;color:var(--text);border-radius:10px;outline:none;padding:9px 32px;font-family:inherit;font-size:14px}.picker-search-input:focus{border-color:var(--primary);background:var(--white)}.picker-search-clear{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;right:10px}.picker-empty{text-align:center;color:var(--gray-500);flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.picker-empty svg{width:40px;height:40px;stroke:var(--gray-300)}.picker-empty p{color:var(--text);margin:0;font-size:14px;font-weight:700}.picker-empty span{font-size:12px;line-height:1.5}.picker-add-btn{background:var(--lime);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;font-weight:700;line-height:1;transition:background .15s;display:flex}.picker-add-btn:hover{background:var(--lime-dark)}.auth-overlay{z-index:1000;background:var(--off-white);justify-content:center;align-items:center;display:none;position:fixed;inset:0;overflow-y:auto}.auth-overlay.open{display:flex}.auth-card{flex-direction:column;gap:0;width:100%;max-width:400px;margin:0 auto;padding:36px 28px 40px;display:flex}.auth-brand{align-items:center;gap:10px;margin-bottom:32px;display:flex}.auth-brand-icon{background:var(--lime);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.auth-brand-icon svg{stroke:#fff;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.auth-brand-name{color:var(--text);letter-spacing:-.5px;font-size:22px;font-weight:900}.auth-title{color:var(--text);letter-spacing:-.4px;margin-bottom:24px;font-size:24px;font-weight:900}.auth-label{color:var(--gray-500);letter-spacing:.4px;text-transform:uppercase;margin-top:14px;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.auth-input{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);width:100%;color:var(--text);background:#fff;outline:none;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:var(--lime);box-shadow:0 0 0 3px #7ec82626}.auth-input::placeholder{color:var(--gray-400)}.auth-error{color:var(--danger);min-height:18px;margin-top:10px;font-size:13px;font-weight:500}.auth-submit{width:100%;margin-top:20px;padding:14px;font-size:15px}.auth-toggle{text-align:center;color:var(--gray-500);margin-top:18px;font-size:13px}.auth-link-btn{color:var(--lime-dark);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:700}.auth-link-btn:hover{text-decoration:underline}.auth-spinner{border:3px solid var(--lime-light);border-top-color:var(--lime);border-radius:50%;width:40px;height:40px;margin:0 auto 14px;animation:.75s linear infinite spin}.auth-loading-text{text-align:center;color:var(--gray-500);font-size:14px}.auth-confirm-icon{background:var(--lime-pale);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 18px;display:flex}.auth-confirm-icon svg{width:22px;height:22px;stroke:var(--lime-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.auth-confirm-title{text-align:center;margin-bottom:10px;font-size:20px;font-weight:800}.auth-confirm-text{color:var(--gray-500);text-align:center;margin-bottom:4px;font-size:14px;line-height:1.6}.home-header-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.profile-area{position:relative}.profile-avatar-btn{background:var(--lime);color:#fff;cursor:pointer;letter-spacing:.5px;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-family:inherit;font-size:12px;font-weight:800;transition:background .15s;display:flex}.profile-avatar-btn:hover{background:var(--lime-dark)}.profile-menu{border-radius:var(--r);min-width:200px;box-shadow:var(--shadow);border:1px solid var(--gray-200);z-index:200;background:#fff;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.profile-menu.open{display:block}.profile-menu-info{padding:14px 16px 12px}.profile-menu-name-row{align-items:center;gap:4px;margin-bottom:2px;display:flex}.profile-menu-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:800;overflow:hidden}.profile-menu-email{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.profile-menu-divider{background:var(--gray-200);height:1px}.profile-menu-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .12s}.profile-menu-item:hover{background:var(--gray-100)}.profile-menu-item.danger{color:var(--danger)}.profile-menu-item.danger:hover{background:#fef2f2}.sub-badge{letter-spacing:.5px;text-transform:uppercase;vertical-align:middle;border-radius:20px;margin-left:6px;padding:2px 7px;font-size:10px;font-weight:800;display:inline-block}.sub-badge.active{background:var(--lime-pale);color:var(--lime-dark)}.sub-badge.past_due{color:#92400e;background:#fef3c7}.sub-badge.canceled,.sub-badge.none{background:var(--gray-100);color:var(--gray-500)}.paywall-overlay{z-index:900;background:var(--off-white);justify-content:center;align-items:flex-start;padding:24px 0 40px;display:none;position:fixed;inset:0;overflow-y:auto}.paywall-overlay.open{display:flex}.paywall-card{flex-direction:column;width:100%;max-width:400px;padding:32px 24px 36px;display:flex}.paywall-hero{text-align:center;margin-bottom:24px}.paywall-lock-icon{background:var(--lime-pale);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;display:flex}.paywall-lock-icon svg{width:24px;height:24px;stroke:var(--lime-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.paywall-title{color:var(--text);letter-spacing:-.4px;margin-bottom:8px;font-size:22px;font-weight:900}.paywall-subtitle{color:var(--gray-500);font-size:14px;line-height:1.55}.paywall-features{flex-direction:column;gap:10px;margin-bottom:24px;list-style:none;display:flex}.paywall-features li{color:var(--text);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.paywall-features svg{width:16px;height:16px;stroke:var(--lime);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.paywall-plans{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.plan-card{border:1.5px solid var(--gray-200);border-radius:var(--r);background:#fff;flex-direction:column;gap:6px;padding:16px 14px;display:flex;position:relative}.plan-card.featured{border-color:var(--lime);background:var(--lime-pale)}.plan-badge{background:var(--lime);color:#fff;letter-spacing:.4px;white-space:nowrap;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:800;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.plan-header{justify-content:space-between;align-items:center;display:flex}.plan-name{color:var(--gray-500);text-transform:uppercase;letter-spacing:.4px;font-size:13px;font-weight:800}.plan-price{align-items:baseline;gap:2px;display:flex}.plan-amount{color:var(--text);font-size:24px;font-weight:900}.plan-period{color:var(--gray-500);font-size:12px}.plan-annual-note{color:var(--lime-dark);font-size:11px;font-weight:600}.plan-btn{border-radius:var(--r-sm);border:1.5px solid var(--lime-dark);width:100%;color:var(--lime-dark);cursor:pointer;background:#fff;margin-top:6px;padding:10px 0;font-family:inherit;font-size:13px;font-weight:800;transition:all .15s}.plan-btn:hover{background:var(--lime-pale)}.featured-btn{background:var(--lime);border-color:var(--lime);color:#fff}.featured-btn:hover{background:var(--lime-dark);border-color:var(--lime-dark)}.paywall-legal{text-align:center;color:var(--gray-400);margin-bottom:18px;font-size:11px;line-height:1.6}.paywall-link{color:var(--gray-500);text-decoration:underline}.paywall-signout-btn{text-align:center;width:100%;color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:8px 0;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s}.paywall-signout-btn:hover{color:var(--danger)}.settings-screen{flex-direction:column;height:100%;display:flex}.settings-header{border-bottom:1px solid var(--gray-200);background:var(--white);align-items:center;gap:10px;padding:16px 20px 12px;display:flex}.settings-back-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:background .12s;display:flex}.settings-back-btn:hover{background:var(--gray-100)}.settings-back-btn svg{width:22px;height:22px;stroke:var(--text);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.settings-title{letter-spacing:-.3px;font-size:18px;font-weight:800}.settings-tabs{border-bottom:1px solid var(--gray-200);background:var(--white);-webkit-overflow-scrolling:touch;gap:4px;padding:12px 20px;display:flex;overflow-x:auto}.settings-tabs::-webkit-scrollbar{display:none}.settings-tab{border:1.5px solid var(--gray-200);color:var(--gray-500);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;flex-shrink:0;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.settings-tab:hover{border-color:var(--gray-400);color:var(--text)}.settings-tab.active{background:var(--lime-pale);border-color:var(--lime);color:var(--lime-dark);font-weight:700}.settings-body{flex:1;padding:20px;overflow-y:auto}.settings-section{flex-direction:column;gap:16px;display:flex}.settings-section-title{letter-spacing:-.2px;font-size:16px;font-weight:800}.settings-field{flex-direction:column;gap:4px;display:flex}.settings-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:700}.settings-value{color:var(--text);background:var(--gray-100);border-radius:var(--r-sm);padding:10px 14px;font-size:15px;font-weight:600}.settings-divider{background:var(--gray-200);height:1px;margin:4px 0}.settings-placeholder{color:var(--gray-500);font-size:14px;line-height:1.6}.settings-action-btn{align-self:flex-start}.faq-list{flex-direction:column;gap:8px;display:flex}.faq-item{border:1.5px solid var(--gray-200);border-radius:12px;transition:border-color .15s;overflow:hidden}.faq-item.open{border-color:var(--primary)}.faq-question{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:14px;font-weight:700;display:flex}.faq-question:hover{background:var(--gray-100)}.faq-chevron{width:16px;height:16px;color:var(--gray-400);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-chevron{color:var(--primary);transform:rotate(180deg)}.faq-answer{color:var(--gray-500);margin:0;padding:0 16px 14px;font-size:13px;line-height:1.6}.contact-card{border:1.5px solid var(--gray-200);border-radius:14px;align-items:center;gap:14px;padding:16px;display:flex}.contact-card-icon{background:var(--primary-light,#edf5e1);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contact-card-icon svg{width:20px;height:20px;stroke:var(--primary)}.contact-card-icon--bug{background:#fff3e0}.contact-card-icon--bug svg{stroke:#f5a623}.contact-card-body{flex:1;min-width:0}.contact-card-label{color:var(--text);font-size:14px;font-weight:700}.contact-card-detail{color:var(--gray-500);margin-top:2px;font-size:12px}.contact-card-btn{background:var(--primary);color:#fff;border-radius:20px;flex-shrink:0;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .15s}.contact-card-btn:hover{opacity:.85}.settings-subsection{flex-direction:column;gap:8px;display:flex}.settings-hint{color:var(--gray-500);font-size:13px;line-height:1.5}.settings-chip-group{flex-wrap:wrap;gap:8px;display:flex}.settings-chip{border:1.5px solid var(--gray-200);background:var(--white);color:var(--text);cursor:pointer;border-radius:20px;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.settings-chip:hover{border-color:var(--gray-400)}.settings-chip.selected{border-color:var(--lime);background:var(--lime-pale);color:var(--lime-dark)}.settings-chip-star{color:var(--gray-400);font-size:14px;transition:color .15s}.settings-chip.selected .settings-chip-star{color:#e5a700}.settings-unit-toggle{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);display:inline-flex;overflow:hidden}.settings-unit-btn{background:var(--white);color:var(--gray-500);cursor:pointer;border:none;padding:10px 28px;font-family:inherit;font-size:14px;font-weight:700;transition:all .15s}.settings-unit-btn:not(:last-child){border-right:1.5px solid var(--gray-200)}.settings-unit-btn.active{background:var(--lime-pale);color:var(--lime-dark)}.settings-unit-btn:hover:not(.active){background:var(--gray-100)}.disliked-input-row{gap:8px;margin-top:8px;display:flex}.disliked-input{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);background:var(--gray-100);color:var(--text);outline:none;flex:1;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.disliked-input:focus{border-color:var(--lime);background:var(--white)}.disliked-input::placeholder{color:var(--gray-400)}.disliked-add-btn{border-radius:var(--r-sm);background:var(--lime);color:var(--white);cursor:pointer;border:none;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s}.disliked-add-btn:hover{background:var(--lime-dark)}.disliked-add-btn:disabled{opacity:.45;cursor:not-allowed}.disliked-chip-group{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.disliked-chip{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--text);border-radius:20px;align-items:center;gap:6px;padding:6px 10px 6px 12px;font-size:13px;font-weight:600;display:inline-flex}.disliked-chip-remove{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background .15s;display:flex}.disliked-chip-remove:hover{background:#ef44441a}.disliked-chip-remove svg{width:12px;height:12px;stroke:var(--gray-400);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.disliked-chip-remove:hover svg{stroke:var(--danger)}.allergen-warning-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.allergen-warning-card{background:var(--white);border-radius:var(--r);text-align:center;width:100%;max-width:340px;box-shadow:var(--shadow);padding:28px 24px}.allergen-warning-icon{background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:flex}.allergen-warning-icon svg{stroke:#d97706;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.allergen-warning-title{margin-bottom:8px;font-size:17px;font-weight:800}.allergen-warning-text{color:var(--gray-500);margin-bottom:20px;font-size:14px;line-height:1.55}.allergen-warning-actions{flex-direction:column;gap:8px;display:flex}.select-mode-btn{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);background:var(--white);color:var(--text);cursor:pointer;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s}.select-mode-btn:hover{border-color:var(--gray-300)}.select-mode-btn.active{background:var(--gray-100);border-color:var(--gray-300);color:var(--danger)}.select-mode-toolbar{align-items:center;gap:8px;padding:8px 20px 0;display:flex}.select-all-btn{border:1.5px solid var(--lime);border-radius:var(--r-sm);color:var(--lime-dark);cursor:pointer;background:0 0;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:700;transition:all .15s}.select-all-btn:hover{background:#7ec82614}.meal-card.select-mode{cursor:pointer}.meal-card.select-mode .meal-card-image:after{content:"";border-radius:var(--r) var(--r) 0 0;pointer-events:none;background:#00000026;transition:background .15s;position:absolute;inset:0}.meal-card.selected .meal-card-image:after{background:#7ec82640}.meal-card.selected{outline:2.5px solid var(--lime);outline-offset:-2.5px;border-radius:var(--r)}.select-check{border:2.5px solid var(--white);z-index:2;background:#fff6;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex;position:absolute;top:10px;left:10px}.select-check.checked{background:var(--lime);border-color:var(--lime)}.select-check svg{width:14px;height:14px;stroke:var(--white);fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.bulk-action-bar{bottom:calc(var(--nav-h) + 12px);background:var(--white);z-index:200;border-radius:16px;gap:10px;padding:10px 16px;animation:.25s ease-out bulkBarSlideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0000002e,0 0 0 1px #0000000d}@keyframes bulkBarSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.bulk-action-btn{border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:flex}.bulk-action-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.bulk-delete{color:var(--danger);background:#fee2e2}.bulk-delete:hover{background:#fecaca}.bulk-delete.confirming{background:var(--danger);color:var(--white)}.bulk-delete.confirming svg{stroke:var(--white)}.bulk-add-collection{background:var(--lime-bg);color:var(--lime-dark)}.bulk-add-collection:hover{background:#7ec82633}.bulk-add-cart{background:var(--lime-dark);color:var(--white)}.bulk-add-cart:hover{background:var(--lime)}.btn-delete-meal{border-radius:var(--r-sm);width:100%;color:var(--danger);cursor:pointer;background:#fef2f2;border:2px solid #fca5a5;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:flex}.btn-delete-meal svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.btn-delete-meal:hover{background:#fee2e2}.btn-delete-meal.confirming{background:var(--danger);border-color:var(--danger);color:var(--white);animation:.3s deletePulse}.btn-delete-meal.confirming svg{stroke:var(--white)}@keyframes deletePulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.meals-subtab-bar{background:var(--gray-100);border-radius:var(--r-xs);gap:6px;margin-bottom:12px;padding:4px;display:flex}.meals-subtab{color:var(--gray-500);border-radius:calc(var(--r-xs) - 2px);cursor:pointer;background:0 0;border:none;flex:1;padding:7px 10px;font-size:12px;font-weight:700;transition:all .15s}.meals-subtab.active{background:var(--white);color:var(--lime-dark);box-shadow:0 1px 4px #00000014}.add-custom-meal-btn{background:var(--lime-dark);width:100%;color:var(--white);border-radius:var(--r-xs);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;margin-bottom:14px;padding:11px 14px;font-size:13px;font-weight:700;transition:filter .15s,transform 50ms;display:flex;box-shadow:0 2px 6px #7ec82640}.add-custom-meal-btn:hover{filter:brightness(1.05)}.add-custom-meal-btn:active{transform:scale(.99)}.add-custom-meal-btn svg{width:16px;height:16px;stroke:var(--white);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.custom-meal-overlay{z-index:250;background:#0006;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.custom-meal-card{background:var(--white);border-radius:var(--r) var(--r) 0 0;box-shadow:var(--shadow);flex-direction:column;width:100%;max-width:480px;max-height:92vh;display:flex;overflow:hidden}.custom-meal-header{justify-content:space-between;align-items:flex-start;gap:10px;padding:18px 18px 4px;display:flex}.custom-meal-header h3{margin:0;font-size:17px;font-weight:800}.custom-meal-subtitle{color:var(--gray-500);margin-top:3px;font-size:11px;font-weight:500;display:block}.custom-meal-close{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.custom-meal-close:hover{background:var(--gray-100)}.custom-meal-close svg{width:18px;height:18px;stroke:var(--gray-500);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.custom-meal-form{flex-direction:column;flex:1;gap:12px;padding:10px 18px 20px;display:flex;overflow-y:auto}.cm-label{color:var(--gray-700,#374151);flex-direction:column;gap:5px;font-size:12px;font-weight:700;display:flex}.cm-label-row{color:var(--gray-700,#374151);margin-bottom:-4px;font-size:12px;font-weight:700}.cm-required{color:var(--lime-dark)}.cm-input{border:1px solid var(--gray-200,#e5e7eb);border-radius:var(--r-xs);background:var(--white);width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.cm-input:focus{border-color:var(--lime-dark);outline:none;box-shadow:0 0 0 3px #7ec82626}.cm-textarea{resize:vertical;min-height:52px}.cm-row{gap:10px;display:flex}.cm-flex{flex:1}.cm-type-toggle{background:var(--gray-100);border-radius:var(--r-xs);gap:6px;padding:4px;display:flex}.cm-type-btn{color:var(--gray-500);border-radius:calc(var(--r-xs) - 2px);cursor:pointer;background:0 0;border:none;flex:1;padding:8px;font-size:12px;font-weight:700;transition:all .15s}.cm-type-btn.active{background:var(--white);color:var(--lime-dark);box-shadow:0 1px 4px #00000014}.cm-macro-row{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.cm-macro-field{color:var(--gray-700,#374151);flex-direction:column;gap:5px;font-size:11px;font-weight:700;display:flex}.cm-macro-head{align-items:center;gap:5px;display:flex}.cm-macro-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.cm-macro-dot.protein{background:#4a90d9}.cm-macro-dot.carbs{background:#7ec826}.cm-macro-dot.fat{background:#f5a623}.cm-macro-input{padding:9px 10px;font-size:13px}.cm-error{color:#b91c1c;border-radius:var(--r-xs);background:#fef2f2;border:1px solid #fecaca;padding:8px 12px;font-size:12px;font-weight:500}.cm-submit{background:var(--lime-dark);width:100%;color:var(--white);border-radius:var(--r-xs);cursor:pointer;border:none;margin-top:4px;padding:13px;font-size:14px;font-weight:700;transition:filter .15s,opacity .15s;box-shadow:0 2px 6px #7ec82640}.cm-submit:hover:not(:disabled){filter:brightness(1.05)}.cm-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.modal-notes{color:var(--gray-700,#374151);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.5}.onb-root{z-index:1000;background:var(--off-white);flex-direction:column;max-width:480px;margin:0 auto;display:flex;position:fixed;inset:0;box-shadow:0 0 60px #0000002e}.onb-progress{background:var(--gray-200);border-radius:2px;flex-shrink:0;height:4px;margin:14px 22px 0;position:relative;overflow:hidden}.onb-progress-fill{background:linear-gradient(90deg, var(--lime-dark), var(--lime));border-radius:2px;transition:width .3s;position:absolute;inset:0 auto 0 0}.onb-screen{-webkit-overflow-scrolling:touch;flex:1;padding:24px 22px 16px;overflow-y:auto}.onb-step{flex-direction:column;gap:14px;animation:.28s fadeIn;display:flex}.onb-step-title{letter-spacing:-.5px;color:var(--text);font-size:24px;font-weight:900;line-height:1.2}.onb-step-sub{color:var(--gray-500);margin-top:-4px;font-size:14px;line-height:1.5}.onb-option-list{flex-direction:column;gap:10px;margin-top:6px;display:flex}.onb-option-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r);color:var(--text);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:16px;font-family:inherit;font-size:15px;font-weight:700;transition:all .15s;display:flex}.onb-option-card:hover{border-color:var(--lime);transform:translateY(-1px)}.onb-option-card.selected{border-color:var(--lime);background:var(--lime-pale);box-shadow:0 4px 14px #7ec82633}.onb-option-emoji{flex-shrink:0;font-size:26px;line-height:1}.onb-option-label{flex:1}.onb-option-stacked{flex-direction:column;flex:1;gap:2px;display:flex}.onb-option-desc{color:var(--gray-500);font-size:12px;font-weight:500}.onb-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.onb-label-row{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-top:6px;font-size:12px;font-weight:700}.onb-input{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);background:var(--white);color:var(--text);text-transform:none;letter-spacing:0;outline:none;padding:13px 14px;font-family:inherit;font-size:16px;font-weight:600;transition:border-color .15s,background .15s}.onb-input:focus{border-color:var(--lime);background:var(--white)}.onb-input::placeholder{color:var(--gray-400);font-weight:500}.onb-row{gap:10px;display:flex}.onb-flex{flex:1}.onb-why-we-ask{color:var(--gray-400);margin-top:4px;font-size:12px;line-height:1.5}.onb-sex-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.onb-sex-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r);color:var(--text);cursor:pointer;box-shadow:var(--shadow-sm);padding:18px 12px;font-family:inherit;font-size:15px;font-weight:800;transition:all .15s}.onb-sex-card:hover{border-color:var(--lime)}.onb-sex-card.selected{border-color:var(--lime);background:var(--lime-pale);color:var(--lime-dark)}.onb-unit-toggle{border:1.5px solid var(--gray-200);border-radius:var(--r-sm);background:var(--white);align-self:flex-start;display:inline-flex;overflow:hidden}.onb-unit-btn{background:var(--white);color:var(--gray-500);cursor:pointer;border:none;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s}.onb-unit-btn:not(:last-child){border-right:1.5px solid var(--gray-200)}.onb-unit-btn.active{background:var(--lime-pale);color:var(--lime-dark)}.onb-chip-grid{flex-wrap:wrap;gap:8px;display:flex}.onb-chip{background:var(--white);border:1.5px solid var(--gray-200);color:var(--text);cursor:pointer;border-radius:22px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.onb-chip:hover{border-color:var(--gray-400)}.onb-chip.selected{border-color:var(--lime);background:var(--lime-pale);color:var(--lime-dark)}.onb-chip-none{align-self:flex-start;margin-top:4px}.onb-chip-removable svg{stroke:currentColor;fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;opacity:.6;width:12px;height:12px}.onb-disliked-input-row{gap:8px;display:flex}.onb-disliked-input-row .onb-input{flex:1}.onb-add-btn{border-radius:var(--r-sm);background:var(--lime);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:46px;transition:background .15s;display:flex}.onb-add-btn:hover{background:var(--lime-dark)}.onb-add-btn:disabled{opacity:.45;cursor:not-allowed}.onb-add-btn svg{stroke:#fff;fill:none;stroke-width:2.4px;stroke-linecap:round;width:18px;height:18px}.onb-stepper{background:var(--white);border:1.5px solid var(--gray-200);border-radius:999px;align-self:flex-start;align-items:center;gap:16px;padding:4px 6px;display:inline-flex}.onb-step-btn{background:var(--lime-pale);width:38px;height:38px;color:var(--lime-dark);cursor:pointer;border:none;border-radius:50%;font-family:inherit;font-size:20px;font-weight:800;transition:background .15s}.onb-step-btn:hover{background:var(--lime-light)}.onb-step-value{text-align:center;min-width:32px;color:var(--text);font-size:20px;font-weight:900}.onb-prep-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.onb-prep-btn{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-sm);color:var(--text);cursor:pointer;padding:12px 8px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s}.onb-prep-btn:hover{border-color:var(--gray-400)}.onb-prep-btn.active{border-color:var(--lime);background:var(--lime-pale);color:var(--lime-dark)}.onb-donut-wrap{width:180px;height:180px;margin:8px auto 4px;position:relative}.onb-donut{width:100%;height:100%}.onb-donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.onb-donut-cal{color:var(--text);letter-spacing:-.5px;font-size:34px;font-weight:900;line-height:1}.onb-donut-cal-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.6px;margin-top:2px;font-size:11px;font-weight:700}.onb-ticker-block{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r);box-shadow:var(--shadow-sm);flex-direction:column;gap:8px;padding:10px 14px;display:flex}.onb-reset-link{color:var(--lime-dark);cursor:pointer;background:0 0;border:none;align-self:center;align-items:center;gap:6px;padding:6px 8px;font-family:inherit;font-size:13px;font-weight:700;display:inline-flex}.onb-reset-link svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.onb-plan-rationale{color:var(--gray-500);text-align:center;font-size:13px;line-height:1.55}.onb-plan-rationale strong{color:var(--text)}.onb-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:70vh;display:flex}.onb-welcome-icon{background:linear-gradient(145deg, var(--lime-dark), var(--lime));border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:8px;display:flex;box-shadow:0 10px 30px #7ec82661}.onb-welcome-icon svg{stroke:#fff;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:38px;height:38px}.onb-welcome-title{letter-spacing:-.8px;color:var(--text);max-width:320px;font-size:30px;font-weight:900;line-height:1.15}.onb-welcome-sub{color:var(--gray-500);max-width:300px;font-size:15px;line-height:1.55}.onb-welcome-cta{min-width:220px;margin-top:18px}.onb-link{color:var(--gray-500);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:600}.onb-link:hover{color:var(--lime-dark)}.onb-account-step{gap:12px}.onb-social-btn{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-sm);color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:13px 16px;font-family:inherit;font-size:14px;font-weight:700;transition:all .15s;display:flex}.onb-social-btn:disabled{opacity:.55;cursor:not-allowed}.onb-social-icon{background:var(--gray-200);border-radius:4px;flex-shrink:0;width:18px;height:18px}.onb-divider{color:var(--gray-400);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:10px;margin:8px 0;font-size:12px;font-weight:600;display:flex}.onb-divider:before,.onb-divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.onb-account-error{border-radius:var(--r-sm);color:var(--danger);background:#e53e3e14;border:1px solid #e53e3e33;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.4}.onb-account-submit{width:100%;margin-top:8px}.onb-account-toggle{color:var(--gray-500);text-align:center;margin-top:4px;font-size:13px}.onb-link-inline{color:var(--lime-dark);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:700}.onb-link-inline:hover{text-decoration:underline}.onb-generating{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.onb-big-spinner{border:5px solid var(--lime-pale);border-top-color:var(--lime);border-radius:50%;width:64px;height:64px;animation:.9s linear infinite spin}.onb-generating-status{color:var(--gray-500);min-height:20px;font-size:14px;font-weight:600}.onb-error-big{font-size:42px;line-height:1}.onb-paywall{text-align:center;flex-direction:column;gap:14px;display:flex}.onb-paywall .onb-step-title,.onb-paywall .onb-step-sub{text-align:center}.onb-meal-preview-grid{grid-template-columns:1fr 1fr;gap:10px;margin:4px 0 6px;display:grid}.onb-meal-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r);text-align:left;min-height:92px;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:flex-end;gap:4px;padding:14px 12px;display:flex;position:relative}.onb-meal-card.locked{background:var(--gray-100);text-align:center;border-style:dashed;justify-content:center;align-items:center}.onb-meal-name{color:var(--text);font-size:14px;font-weight:800;line-height:1.3}.onb-meal-name-locked{color:var(--gray-400)}.onb-meal-meta{color:var(--gray-500);font-size:11px;font-weight:600}.onb-lock{width:22px;height:22px;stroke:var(--gray-400);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;margin-bottom:4px}.onb-value-stack{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r);text-align:left;flex-direction:column;gap:9px;padding:14px 16px;display:flex}.onb-value-row{color:var(--text);align-items:center;gap:10px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.onb-check{width:16px;height:16px;stroke:var(--lime);fill:none;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.onb-trial-cta{width:100%;margin-top:4px}.onb-nav{padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--white);border-top:1px solid var(--gray-200);flex-shrink:0;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid;box-shadow:0 -4px 18px #0000000f}.onb-back{color:var(--gray-500);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:10px 6px;font-family:inherit;font-size:14px;font-weight:700;display:inline-flex}.onb-back:hover{color:var(--text)}.onb-back svg{stroke:currentColor;fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.onb-continue{background:var(--lime);color:#fff;border-radius:var(--r-sm);letter-spacing:.2px;cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:800;transition:background .15s,transform .1s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #7ec82661}.onb-continue:hover:not(:disabled){background:var(--lime-dark);box-shadow:0 6px 20px #7ec8267a}.onb-continue:active:not(:disabled){transform:scale(.97)}.onb-continue:disabled{background:var(--gray-200);color:var(--gray-400);box-shadow:none;cursor:not-allowed}.onb-continue svg{stroke:currentColor;fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.onb-footer-banner,.onb-footer-placeholder{display:none}@media (width>=400px){.onb-footer-banner{border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:6px 10px;font-size:11px;font-weight:600;line-height:1.3;display:inline-flex;overflow:hidden}.onb-footer-banner.info{background:var(--lime-pale);color:var(--lime-dark)}.onb-footer-banner.flavor{color:#8a5a00;background:#fff4de}.onb-footer-icon{flex-shrink:0;font-size:13px;line-height:1}.onb-footer-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.macro-ticker-row{align-items:center;gap:10px;padding:8px 2px;display:flex}.macro-ticker-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.macro-ticker-dot.protein{background:#4a90d9}.macro-ticker-dot.carbs{background:#7ec826}.macro-ticker-dot.fat{background:#f5a623}.macro-ticker-label{color:var(--text);flex:1;font-size:14px;font-weight:700}.macro-ticker-controls{align-items:center;gap:6px;display:inline-flex}.macro-ticker-btn{background:var(--lime-pale);width:30px;height:30px;color:var(--lime-dark);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;transition:background .15s;display:inline-flex}.macro-ticker-btn:hover:not(:disabled){background:var(--lime-light)}.macro-ticker-btn:disabled{opacity:.4;cursor:not-allowed}.macro-ticker-btn svg{stroke:currentColor;fill:none;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.macro-ticker-value{text-align:center;min-width:54px;color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:800}.macro-ticker-suffix{color:var(--gray-500);margin-left:1px;font-size:11px;font-weight:700}.micro-dropdown{border-bottom:1px solid var(--gray-200);margin-bottom:12px}.micro-dropdown--overlay{border-top:1px solid var(--gray-200);margin:12px -18px 0;padding:0 18px}.micro-toggle{cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;font-weight:700;display:flex}.micro-toggle:hover{color:var(--lime-dark)}.micro-chevron{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:transform .2s}.micro-chevron.open{transform:rotate(180deg)}.micro-body{flex-direction:column;gap:12px;padding-bottom:12px;display:flex}.micro-empty{color:var(--gray-500);text-align:center;padding:8px 0;font-size:13px}.micro-group{flex-direction:column;gap:2px;display:flex}.micro-group-label{text-transform:uppercase;letter-spacing:.6px;color:var(--gray-400);margin-bottom:4px;font-size:10px;font-weight:800}.micro-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:5px 0;display:flex}.micro-row:last-child{border-bottom:none}.micro-name{color:var(--gray-600);font-size:13px}.micro-value{color:var(--text);font-size:13px;font-weight:700}.batch-toggle-row{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-top:4px;padding:14px 0 10px;display:flex}.batch-toggle-info{flex-direction:column;gap:2px;display:flex}.batch-toggle-desc{color:var(--gray-500);margin-top:2px;font-size:12px}.toggle-switch{flex-shrink:0;width:44px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{background:var(--gray-200);cursor:pointer;border-radius:26px;transition:background .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000002e}.toggle-switch input:checked+.toggle-slider{background:var(--lime)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(18px)}.batch-prep-options{background:var(--lime-pale);border-radius:var(--r-sm);border:1px solid var(--lime-light);margin-bottom:12px;padding:14px 14px 10px}.batch-prep-options .section-label{color:var(--lime-dark)}.batch-prep-options .count-row{background:0 0;padding:0}.batch-days-pills{gap:8px;margin-bottom:4px;display:flex}.batch-day-pill{border-radius:var(--r-xs);border:1.5px solid var(--lime-light);background:var(--white);color:var(--gray-700);cursor:pointer;text-align:center;flex:1;padding:8px 0;font-size:13px;font-weight:600;transition:all .15s}.batch-day-pill:hover{border-color:var(--lime)}.batch-day-pill.selected{background:var(--lime);border-color:var(--lime);color:var(--white)}.batch-servings-total{color:var(--lime-dark);text-align:right;margin-top:10px;font-size:12px}.batch-servings-total strong{font-weight:800}.batch-prep-badge{letter-spacing:.5px;text-transform:uppercase;background:var(--lime);color:var(--white);vertical-align:middle;white-space:nowrap;border-radius:4px;margin-left:6px;padding:2px 5px;font-size:9px;font-weight:800;line-height:1.4;display:inline-block}.cal-nav-right{align-items:center;gap:6px;display:flex}.cal-select-btn{border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-700);cursor:pointer;white-space:nowrap;border-radius:20px;padding:5px 11px;font-size:11px;font-weight:700;transition:all .15s}.cal-select-btn:hover{border-color:var(--lime);color:var(--lime-dark);background:var(--lime-pale)}.cal-select-btn.active{background:var(--gray-700);color:#fff;border-color:var(--gray-700)}.cal-select-btn.active:hover{background:var(--gray-500);border-color:var(--gray-500)}.day-cell.multi-selected{background:var(--lime-pale);border-color:var(--lime)}.day-check{background:var(--lime);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;display:flex;position:absolute;top:3px;right:3px}.day-check svg{stroke:#fff;fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:8px;height:8px}.cal-multiselect-bar{background:var(--white);border:1.5px solid var(--lime-light);border-radius:var(--r);margin-top:12px;padding:12px 14px 14px;animation:.18s fadeIn}.cal-ms-count{color:var(--gray-500);text-align:center;margin-bottom:10px;font-size:12px;font-weight:700}.cal-ms-actions{gap:8px;display:flex}.cal-ms-btn{border-radius:var(--r-sm);border:1.5px solid var(--gray-200);cursor:pointer;background:var(--gray-100);color:var(--gray-700);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;padding:10px 4px;font-size:11px;font-weight:700;transition:all .15s;display:flex}.cal-ms-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.cal-ms-btn:disabled{opacity:.35;cursor:not-allowed}.cal-ms-cart:not(:disabled):hover,.cal-ms-add:not(:disabled):hover{background:var(--lime);border-color:var(--lime-dark);color:#fff}.cal-ms-clear:not(:disabled):hover{color:#c0392b;background:#fff0f0;border-color:#f5a0a0}.modal-batch-badge{padding:3px 7px;font-size:10px}@keyframes lp-blob-morph{0%,to{border-radius:62% 38% 46% 54%/60% 44% 56% 40%}33%{border-radius:40% 60% 60% 40%/48% 60% 40% 52%}66%{border-radius:54% 46% 38% 62%/36% 54% 46% 64%}}@keyframes lp-float-0{0%,to{transform:rotate(-4deg)translateY(0)}50%{transform:rotate(-4deg)translateY(-8px)}}@keyframes lp-float-1{0%,to{transform:rotate(2deg)translateY(0)}50%{transform:rotate(2deg)translateY(-6px)}}@keyframes lp-float-2{0%,to{transform:rotate(-1deg)translateY(0)}50%{transform:rotate(-1deg)translateY(-10px)}}@keyframes lp-pill-1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes lp-pill-2{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.lp-root{background:#fafdf6;min-height:100vh;font-family:inherit;overflow-x:hidden}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fafdf6e0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.lp-brand{align-items:center;gap:9px;display:flex}.lp-brand-icon{background:linear-gradient(145deg, var(--lime-dark), var(--lime));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.lp-brand-icon svg{stroke:#fff;width:18px;height:18px}.lp-brand-icon-sm{border-radius:8px;width:26px;height:26px}.lp-brand-icon-sm svg{width:14px;height:14px}.lp-brand-name{color:var(--text);letter-spacing:-.3px;font-size:18px;font-weight:800}.lp-nav-signin{color:var(--lime-dark);background:var(--lime-pale);border:1.5px solid var(--lime-light);cursor:pointer;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:700;transition:all .15s}.lp-nav-signin:hover{background:var(--lime-light);border-color:var(--lime)}.lp-hero{padding:52px 20px 60px;position:relative;overflow:hidden}.lp-blob{pointer-events:none;z-index:0;border-radius:62% 38% 46% 54%/60% 44% 56% 40%;animation:10s ease-in-out infinite lp-blob-morph;position:absolute}.lp-blob-1{background:var(--lime-pale);opacity:.9;width:340px;height:340px;top:-80px;right:-100px}.lp-blob-2{background:var(--lime-light);opacity:.45;width:200px;height:200px;animation-delay:-4s;bottom:-40px;left:-60px}.lp-hero-inner{z-index:1;flex-direction:column;gap:40px;max-width:480px;margin:0 auto;display:flex;position:relative}.lp-hero-content{flex-direction:column;gap:16px;display:flex}.lp-hero-badge{background:var(--lime-pale);border:1.5px solid var(--lime-light);color:var(--lime-dark);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:7px;width:fit-content;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.lp-badge-dot{background:var(--lime);border-radius:50%;flex-shrink:0;width:7px;height:7px}.lp-hero-title{color:var(--text);letter-spacing:-.5px;font-size:30px;font-weight:900;line-height:1.18}.lp-hero-sub{color:var(--gray-500);font-size:15px;line-height:1.6}.lp-hero-ctas{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lp-btn-primary{background:var(--lime);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:7px;padding:13px 20px;font-size:14px;font-weight:800;transition:all .15s;display:flex;box-shadow:0 4px 18px #7ec82659}.lp-btn-primary svg{width:15px;height:15px}.lp-btn-primary:hover{background:var(--lime-dark);transform:translateY(-1px);box-shadow:0 6px 22px #7ec82673}.lp-btn-ghost{color:var(--gray-700);cursor:pointer;background:0 0;border:none;padding:13px 6px;font-size:14px;font-weight:700;transition:color .15s}.lp-btn-ghost:hover{color:var(--lime-dark)}.lp-hero-note{color:var(--gray-400);font-size:11px;font-weight:500}.lp-visual{justify-content:center;align-items:center;height:260px;display:flex;position:relative}.lp-card-stack{width:210px;height:200px;position:relative}.lp-preview-card{border:1.5px solid var(--gray-200);background:#fff;border-radius:18px;width:190px;position:absolute;overflow:hidden;box-shadow:0 8px 32px #0000001a}.lp-preview-card-0{z-index:1;animation:3.2s ease-in-out infinite lp-float-0;top:20px;left:0;transform:rotate(-4deg)}.lp-preview-card-1{z-index:2;animation:3.8s ease-in-out .5s infinite lp-float-1;top:10px;left:15px;transform:rotate(2deg)}.lp-preview-card-2{z-index:3;animation:3.5s ease-in-out 1s infinite lp-float-2;top:4px;left:28px;transform:rotate(-1deg)}.lp-preview-card-img{justify-content:space-between;align-items:flex-start;height:70px;padding:9px 11px;display:flex}.lp-preview-card-day{color:var(--lime-dark);text-transform:uppercase;letter-spacing:.5px;background:#fff;border-radius:20px;padding:3px 7px;font-size:9px;font-weight:800}.lp-preview-card-dots{align-items:center;gap:3px;display:flex}.lp-preview-dot{background:var(--lime);opacity:.7;border-radius:50%;width:5px;height:5px}.lp-preview-card-body{padding:9px 11px 10px}.lp-preview-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:11px;font-weight:700;overflow:hidden}.lp-preview-card-meta{color:var(--gray-400);gap:8px;font-size:9px;font-weight:600;display:flex}.lp-stat-pill{border:1.5px solid var(--gray-200);color:var(--gray-700);white-space:nowrap;z-index:10;background:#fff;border-radius:20px;align-items:center;gap:5px;padding:6px 11px;font-size:11px;font-weight:700;display:flex;position:absolute;box-shadow:0 4px 14px #00000014}.lp-stat-pill svg{stroke:var(--lime)}.lp-stat-1{animation:3.6s ease-in-out infinite lp-pill-1;bottom:24px;left:-10px}.lp-stat-2{animation:4s ease-in-out .8s infinite lp-pill-2;top:10px;right:-8px}.lp-section-inner{max-width:480px;margin:0 auto;padding:0 20px}.lp-section-eyebrow{text-transform:uppercase;letter-spacing:.8px;color:var(--lime-dark);margin-bottom:8px;font-size:11px;font-weight:800}.lp-section-title{color:var(--text);letter-spacing:-.3px;margin-bottom:28px;font-size:24px;font-weight:900;line-height:1.2}.lp-features{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:#fff;padding:56px 0}.lp-features-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.lp-feature-card{background:var(--gray-100);border:1.5px solid var(--gray-200);border-radius:18px;padding:18px 16px;transition:border-color .15s,box-shadow .15s}.lp-feature-card:hover{border-color:var(--lime-light);box-shadow:0 4px 16px #7ec8261a}.lp-feature-icon{background:var(--lime-pale);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:11px;display:flex}.lp-feature-icon svg{width:18px;height:18px;stroke:var(--lime-dark)}.lp-feature-title{color:var(--text);margin-bottom:5px;font-size:13px;font-weight:800}.lp-feature-desc{color:var(--gray-500);font-size:12px;line-height:1.55}.lp-pricing{background:var(--gray-100);padding:56px 0}.lp-pricing-grid{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.lp-plan-card{border:1.5px solid var(--gray-200);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:22px 20px;position:relative}.lp-plan-card.lp-plan-featured{border-color:var(--lime);background:#fff;box-shadow:0 6px 28px #7ec8262e}.lp-plan-badge{background:var(--lime);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:10px;font-weight:800;position:absolute;top:-12px;left:20px}.lp-plan-name{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:700}.lp-plan-price{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.lp-plan-amount{color:var(--text);letter-spacing:-1px;font-size:36px;font-weight:900}.lp-plan-period{color:var(--gray-500);font-size:13px;font-weight:500}.lp-plan-annual-note{color:var(--lime-dark);margin-bottom:16px;font-size:11px;font-weight:600}.lp-plan-features{flex-direction:column;gap:8px;margin:16px 0 20px;list-style:none;display:flex}.lp-plan-features li{color:var(--gray-700);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.lp-plan-features svg{width:14px;height:14px;stroke:var(--lime);flex-shrink:0}.lp-plan-btn{border:1.5px solid var(--gray-200);background:var(--gray-100);width:100%;color:var(--gray-700);cursor:pointer;border-radius:12px;padding:13px;font-size:14px;font-weight:800;transition:all .15s}.lp-plan-btn:hover{background:var(--lime-pale);border-color:var(--lime);color:var(--lime-dark)}.lp-plan-btn-featured{background:var(--lime);color:#fff;border-color:var(--lime);box-shadow:0 4px 14px #7ec8264d}.lp-plan-btn-featured:hover{background:var(--lime-dark);border-color:var(--lime-dark);color:#fff;box-shadow:0 6px 18px #7ec82666}.lp-pricing-note{text-align:center;color:var(--gray-400);font-size:12px;font-weight:500}.lp-footer{border-top:1px solid var(--gray-200);text-align:center;background:#fff;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;display:flex}.lp-footer-brand{align-items:center;gap:7px;display:flex}.lp-footer-links{align-items:center;gap:8px;display:flex}.lp-footer-link{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500;transition:color .15s}.lp-footer-link:hover{color:var(--lime-dark)}.lp-footer-sep{color:var(--gray-400);font-size:12px}.lp-footer-email{color:var(--gray-400);font-size:12px;font-weight:500;text-decoration:none;transition:color .15s}.lp-footer-email:hover{color:var(--lime-dark)}.lp-footer-copy{color:var(--gray-400);font-size:11px}.lp-policy-page{max-width:600px;margin:0 auto;padding:32px 20px 60px}.lp-policy-back{color:var(--lime-dark);cursor:pointer;background:0 0;border:none;margin-bottom:24px;padding:0;font-size:13px;font-weight:700;transition:opacity .15s;display:block}.lp-policy-back:hover{opacity:.7}.lp-policy-page h1{color:var(--text);margin-bottom:4px;font-size:26px;font-weight:900}.lp-policy-updated{color:var(--gray-400);margin-bottom:28px;font-size:12px}.lp-policy-page h2{color:var(--text);margin:20px 0 6px;font-size:14px;font-weight:800}.lp-policy-page p{color:var(--gray-500);font-size:13px;line-height:1.65}
