:root{--background:#fffaf0;--foreground:#193826;--card:#fff;--card-foreground:#193826;--popover:#fff;--popover-foreground:#193826;--primary:#14532d;--primary-foreground:#fff;--secondary:#eaf3e8;--secondary-foreground:#14532d;--muted:#f2f4ec;--muted-foreground:#647067;--accent:#f5c451;--accent-foreground:#193826;--destructive:#b83b37;--border:#e4e9df;--input:#e4e9df;--ring:#15803d;--radius:1rem}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#fffaf0;color:#193826;font-family:Arial,Helvetica,sans-serif}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.app-shell{min-height:100vh;padding-bottom:88px}.topbar{height:80px;border-bottom:1px solid #e7eadf;background:#fffdf7;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1120px)/2))}.brand{display:flex;align-items:center;gap:11px;color:#14532d}.brand-icon{height:42px;width:42px;background:#14532d;color:#fff;display:grid;place-items:center;border-radius:14px}.brand strong{display:block;font-family:Georgia,serif;font-size:1.5rem;line-height:1}.brand em{display:block;font-size:.62rem;letter-spacing:.22em;font-style:normal;font-weight:800;color:#ac8236;margin-top:3px}.member-pill{border:1px solid #eddca9;color:#7e6a37;background:#fff8dc;padding:9px 14px;border-radius:100px;font-size:.82rem;font-weight:700}.main-content{max-width:1120px;margin:auto;padding:42px 24px 60px}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.18em;color:#9b833d;margin-bottom:12px}.welcome{background:linear-gradient(120deg,#eaf4df,#fdf6df 70%);border-radius:28px;min-height:225px;padding:38px 44px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.welcome h1{font:700 clamp(2.1rem,4vw,3.7rem)/1.08 Georgia,serif;margin-bottom:14px}.welcome h1 i{color:#15803d;font-weight:400}.welcome p:last-child{color:#647067;font-size:1rem;margin:0;line-height:1.5}.welcome-paw{display:grid;place-items:center;width:100px;height:100px;border-radius:50%;background:#f5c451;color:#14532d;transform:rotate(-12deg);margin-right:55px;box-shadow:0 16px 0 #e4d292}.day-section,.quick-section{margin-top:38px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-heading h2{font:700 1.8rem Georgia,serif;margin:0}.section-heading .eyebrow{margin:0 0 7px}.sparkle{font-size:1.5rem;color:#d6a93f}.featured{display:grid;grid-template-columns:43% 1fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 38px rgba(20,83,45,.07);min-height:295px}.featured img{width:100%;height:100%;object-fit:cover;background:#eaf1e5}.featured-content{padding:32px 34px;display:flex;flex-direction:column;align-items:start}.tag{font-size:.68rem;font-weight:800;letter-spacing:.13em;color:#1b7d40;background:#e8f5e9;border-radius:100px;padding:8px 12px}.featured h3{font:700 2.2rem/1.12 Georgia,serif;margin:20px 0 10px}.featured p{color:#647067;line-height:1.55}.featured-bottom{margin-top:auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px}.featured-bottom>span{font-size:.9rem;color:#596d5c}.featured-bottom button{background:#14532d;color:white;border-radius:12px;height:44px;padding:0 19px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-grid button{min-height:155px;text-align:left;background:#fff;border:1px solid #e8ecdf;border-radius:20px;padding:22px;display:flex;flex-direction:column;align-items:start;transition:transform .2s,box-shadow .2s}.quick-grid button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #14532d12}.quick-grid svg{color:#15803d;background:#eaf4e8;padding:8px;width:40px;height:40px;border-radius:12px;margin-bottom:16px}.quick-grid strong{font-size:.95rem}.quick-grid span{font-size:.8rem;color:#647067;margin-top:6px;line-height:1.35}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:20;height:74px;background:#fff;border-top:1px solid #e4e9df;display:flex;align-items:stretch;justify-content:center;gap:38px;box-shadow:0 -8px 30px #19382608}.bottom-nav button{min-width:70px;border:0;background:none;color:#738176;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:.72rem;font-weight:700}.bottom-nav button.active{color:#14532d}.bottom-nav button.active svg{fill:#dff2db}
@media(max-width:720px){.topbar{height:66px;padding:0 18px}.brand strong{font-size:1.25rem}.brand-icon{width:38px;height:38px}.member-pill{font-size:.72rem}.main-content{padding:22px 15px 30px}.welcome{padding:27px 25px;min-height:190px}.welcome h1{font-size:2.2rem}.welcome p:last-child{font-size:.88rem;max-width:250px}.welcome-paw{margin-right:-15px;width:65px;height:65px;flex:none}.welcome-paw svg{width:25px}.day-section,.quick-section{margin-top:28px}.section-heading h2{font-size:1.5rem}.featured{grid-template-columns:1fr}.featured img{height:215px}.featured-content{padding:22px}.featured h3{font-size:1.8rem;margin:16px 0 8px}.featured-bottom{align-items:start;flex-direction:column}.featured-bottom button{width:100%}.quick-grid{grid-template-columns:repeat(2,1fr);gap:10px}.quick-grid button{padding:16px;min-height:145px}.bottom-nav{height:70px;gap:0;justify-content:space-around}.bottom-nav button{min-width:0;flex:1;font-size:.68rem}}

.topbar .brand{border:0;background:none;text-align:left;padding:0}.top-actions{display:flex;align-items:center;gap:12px}.dog-chip{border:1px solid #d6e8d1;background:#edf7e9;border-radius:100px;padding:8px 12px;color:#14532d;font-weight:700;display:flex;align-items:center;gap:6px}.status-banner{border:1px solid #e7d498;background:#fff8dc;border-radius:13px;padding:12px 16px;color:#745f23;margin-bottom:20px;font-size:.9rem}.welcome-cta{margin-top:20px;background:#14532d;color:#fff;border-radius:12px;height:46px;padding:0 18px}.home-products{margin-top:40px;background:#14532d;color:white;border-radius:24px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.home-products .eyebrow{color:#f5c451}.home-products h2{font:700 1.8rem Georgia,serif;margin-bottom:8px}.home-products p:last-child{color:#cde4ce;margin:0}.home-products button{color:#14532d;background:#fff;border-radius:12px;height:46px}.page-heading{margin-bottom:26px}.page-heading h1{font:700 clamp(2.2rem,4vw,3rem)/1.1 Georgia,serif;margin-bottom:10px}.page-heading p:last-child{color:#647067;margin:0}.search-row{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e4e9df;padding:9px 11px 9px 17px;border-radius:16px}.search-row>svg{color:#718874;flex:none}.search-row input{border:0;box-shadow:none;font-size:1rem;min-width:0;flex:1}.search-row button{border-radius:11px;height:42px}.filter-row{display:flex;gap:9px;overflow:auto;padding:17px 0 4px;scrollbar-width:none}.filter-row button{white-space:nowrap;border:1px solid #dfe9da;background:#fff;border-radius:100px;padding:10px 17px;color:#4d6652;font-size:.9rem;font-weight:700}.filter-row button.chosen{background:#14532d;color:#fff;border-color:#14532d}.advanced-filters{display:flex;gap:14px;align-items:end;background:#f1f6eb;border-radius:18px;padding:18px;margin-top:15px}.advanced-filters label{display:grid;gap:7px;font-size:.85rem;font-weight:700;flex:1}.advanced-filters input,.advanced-filters [data-slot=select-trigger]{background:#fff;height:42px;border-radius:10px}.results-count{color:#647067;font-size:.88rem;margin:25px 0 14px}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.recipe-card{position:relative;border-radius:20px;background:#fff;overflow:hidden;border:1px solid #e8eadf;box-shadow:0 6px 20px #19382608}.card-open{display:block;width:100%;border:0;background:transparent;text-align:left;padding:0}.card-open>img{display:block;width:100%;height:180px;object-fit:cover;background:#e7eadf}.recipe-copy{display:flex;flex-direction:column;padding:17px 18px 19px;min-height:145px}.recipe-copy small{font-size:.7rem;color:#188243;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}.recipe-copy strong{font:700 1.18rem/1.2 Georgia,serif;min-height:2.4em}.recipe-copy>span{display:flex;align-items:center;gap:4px;color:#6b7869;font-size:.79rem;margin-top:auto}.heart{position:absolute;right:12px;top:12px;width:39px;height:39px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:#14532d;box-shadow:0 4px 12px #0002}.heart.saved{color:#ce4948}.heart.saved svg{fill:#ce4948}.empty-box{padding:70px 20px;background:#fff;border:1px solid #e8eadf;border-radius:22px;text-align:center;color:#55715b}.empty-box>svg{color:#15803d;margin:auto auto 15px}.empty-box h2{font:700 1.6rem Georgia,serif;color:#193826}.empty-box p{color:#647067}.empty-box button{background:#14532d;color:white;border-radius:10px;height:44px;margin-top:8px}.week-bar{display:flex;align-items:center;justify-content:center;gap:22px;background:#fff;border:1px solid #e8eadf;border-radius:16px;padding:14px;margin-bottom:22px}.week-bar>div{text-align:center;min-width:170px}.week-bar strong{display:block;font:700 1.2rem Georgia,serif}.week-bar span{font-size:.76rem;color:#718575}.week-bar button{border-radius:10px}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.day-card{background:#fff;border:1px solid #e8eadf;border-radius:18px;padding:18px}.day-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf1e9;padding-bottom:12px;margin-bottom:13px}.day-title strong{font:700 1.25rem Georgia,serif}.day-title span{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:#e9f5e7;color:#14532d;font-size:.78rem;font-weight:800}.plan-slot{margin:13px 0}.plan-slot small{display:block;color:#748574;font-weight:800;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}.add-plan{border:1px dashed #b5ceb5;background:#f7fbf4;color:#14532d;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:7px;width:100%;font-size:.85rem}.planned{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:10px;background:#edf6e8;padding:9px 11px}.planned button{border:0;background:none;color:#14532d;text-align:left;font-size:.88rem;font-weight:700}.generate-button{background:#14532d;color:#fff;border-radius:12px;height:50px;margin:22px 0 0;width:100%;font-weight:700}.shopping-form{display:flex;gap:10px;background:#fff;border-radius:16px;border:1px solid #e4e9df;padding:12px}.shopping-form input{height:43px}.shopping-form button{background:#14532d;color:#fff;border-radius:10px;height:43px}.shopping-list{background:#fff;border:1px solid #e4e9df;border-radius:18px;margin-top:20px;overflow:hidden}.shopping-item{display:flex;align-items:center;gap:13px;padding:14px 17px;border-bottom:1px solid #eef0e8}.shopping-item:last-child{border:0}.shopping-item [data-slot=checkbox]{width:22px;height:22px;border-radius:6px}.shopping-item span{flex:1;font-size:.94rem}.shopping-item.done span{text-decoration:line-through;color:#93a097}.shopping-item>button{border:0;background:none;color:#829187;display:grid;place-items:center;width:34px;height:34px}.list-actions{display:flex;justify-content:flex-end;gap:20px;margin-top:14px}.list-actions button,.text-link{border:0;background:none;color:#14532d;font-size:.86rem;font-weight:700;text-decoration:underline}.more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.more-card{background:#fff;border:1px solid #e8eadf;border-radius:20px;padding:24px}.more-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:20px}.more-head>svg{background:#e9f4e6;color:#15803d;width:42px;height:42px;padding:10px;border-radius:12px;flex:none}.more-head h2{font:700 1.45rem Georgia,serif;margin:0 0 4px}.more-head p{color:#718575;font-size:.84rem;margin:0}.more-card>button{border-radius:10px;height:43px}.more-card>button:not([data-variant=outline]){background:#14532d;color:#fff}.dog-row{display:flex;align-items:center;gap:8px;margin-bottom:11px}.dog-row>button:first-child{flex:1;display:flex;align-items:center;gap:9px;border:1px solid #e8eadf;background:#fbfdf7;padding:8px 10px;border-radius:12px;text-align:left}.dog-row>button.current{border-color:#9fcb9f;background:#edf6e8}.dog-avatar{width:34px;height:34px;border-radius:50%;background:#dcefd9;color:#14532d;display:grid;place-items:center}.dog-avatar svg{width:17px}.dog-row span:nth-child(2){flex:1}.dog-row strong,.dog-row small{display:block}.dog-row small{color:#768679;font-size:.72rem}.dog-row>button:last-child{border:0;background:none;color:#14532d;font-size:.8rem;font-weight:700}.product-list{display:grid;gap:10px;margin-bottom:20px;color:#406c46;font-size:.9rem}.info-card p{font-size:.91rem;line-height:1.6;color:#647067}.recipe-dialog,.product-dialog{width:min(92vw,720px);max-width:720px;max-height:90vh;overflow:auto;padding:0!important;border-radius:22px}.recipe-dialog [data-slot=dialog-header],.product-dialog [data-slot=dialog-header]{padding:17px 24px 0}.recipe-dialog [data-slot=dialog-header]{position:absolute}.detail-img{display:block;width:100%;height:260px;object-fit:cover}.detail-body{padding:26px 30px 35px}.detail-body h2{font:700 2.2rem/1.13 Georgia,serif;margin:16px 0 10px}.detail-meta{display:flex;align-items:center;gap:7px;color:#657867;font-size:.88rem}.image-note{font-size:.74rem;color:#879388;margin:4px 0 20px}.detail-actions{display:flex;gap:9px;margin-bottom:30px}.detail-actions button{height:42px;border-radius:10px}.detail-body h3{font:700 1.4rem Georgia,serif;margin:29px 0 10px}.detail-hint{color:#798778;font-size:.82rem}.ingredient-list{list-style:none;padding:0;display:grid;gap:10px}.ingredient-list li{display:flex;gap:10px;line-height:1.45;font-size:.94rem}.ingredient-list svg{color:#15803d;flex:none;margin-top:3px}.wide-button{width:100%;height:44px;background:#14532d;color:#fff;border-radius:11px;margin:12px 0}.step-list{list-style:none;padding:0;display:grid;gap:13px}.step-list li{display:flex;gap:13px;align-items:start}.step-list li span{font-size:.75rem;font-weight:800;color:#15803d;background:#eaf5e6;border-radius:8px;padding:7px}.step-list p{line-height:1.58;font-size:.93rem;margin:2px 0 0}.detail-note{background:#f2f7eb;border-radius:12px;padding:17px;margin-top:12px}.detail-note strong{font-size:.86rem;color:#14532d}.detail-note p{font-size:.9rem;line-height:1.5;margin:6px 0 0}.disclaimer{font-size:.8rem;color:#829084;line-height:1.5;margin-top:22px}.picker-dialog,.dog-dialog{width:min(92vw,530px);max-height:88vh;overflow:auto;border-radius:20px}.picker-list{overflow:auto;max-height:50vh;display:grid;gap:5px}.picker-list button{border:1px solid #ecf0e8;background:white;border-radius:11px;display:flex;align-items:center;gap:11px;text-align:left;padding:7px}.picker-list img{width:55px;height:52px;object-fit:cover;border-radius:8px}.picker-list span{flex:1}.picker-list strong,.picker-list small{display:block}.picker-list strong{font-size:.88rem}.picker-list small{font-size:.72rem;color:#819082;margin-top:4px}.picker-list svg{color:#15803d}.dog-form{display:grid;gap:14px}.dog-form label{font-size:.85rem;font-weight:700;display:grid;gap:7px}.dog-form input,.dog-form [data-slot=select-trigger]{height:43px;border-radius:10px}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dog-form .disclaimer{margin:0}.dog-form>button{background:#14532d;color:#fff;border-radius:10px;height:45px}.library-content{padding:12px 24px 28px;display:grid;gap:8px}.library-content>button{border:1px solid #e7ecdf;background:#fff;border-radius:12px;padding:13px;display:flex;align-items:center;text-align:left;gap:12px}.library-content>button>svg:first-child{color:#15803d;background:#eaf5e7;padding:8px;width:38px;height:38px;border-radius:10px}.library-content>button>svg:last-child{margin-left:auto;color:#97a898;width:17px}.library-content strong,.library-content small{display:block}.library-content strong{font-size:.92rem}.library-content small{color:#839084;font-size:.75rem;margin-top:4px}.chapter-heading{margin:20px 0 5px}.chapter-heading h3{font:700 1.3rem Georgia,serif;margin-bottom:4px}.chapter-heading p{font-size:.83rem;color:#829084}.chapter-number{background:#edf6e9;border-radius:9px;color:#15803d;font-size:.75rem;font-weight:800;padding:9px}.chapter-content{padding:12px 28px 30px}.chapter-content h2{font:700 1.9rem Georgia,serif;margin:15px 0 23px}.chapter-page{border-top:1px solid #e8ebdf;padding-top:18px}.chapter-page p{font-size:.92rem;line-height:1.58;margin-bottom:10px}.toast-message{position:fixed;z-index:100;bottom:88px;left:50%;transform:translateX(-50%);background:#193826;color:#fff;border-radius:12px;padding:12px 18px;box-shadow:0 8px 24px #0002;text-align:center;min-width:min(360px,90vw);font-size:.9rem}
@media(max-width:850px){.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.more-grid{grid-template-columns:1fr}}
@media(max-width:640px){.top-actions .member-pill{display:none}.home-products{align-items:start;flex-direction:column;padding:24px}.home-products button{width:100%}.recipe-grid{gap:10px}.card-open>img{height:120px}.recipe-copy{padding:12px;min-height:136px}.recipe-copy strong{font-size:1rem}.recipe-copy>span{font-size:.7rem}.heart{width:32px;height:32px;right:7px;top:7px}.heart svg{width:17px}.search-row{gap:6px}.search-row button{font-size:0;width:42px;padding:0}.search-row button svg{width:18px}.advanced-filters{flex-direction:column;align-items:stretch}.advanced-filters label{width:100%}.plan-grid{grid-template-columns:1fr}.shopping-form button{font-size:0;width:45px;padding:0}.shopping-form button svg{width:18px}.recipe-dialog,.product-dialog{width:100vw;max-width:100vw;max-height:95vh;border-radius:20px 20px 0 0;align-self:end}.detail-img{height:190px}.detail-body{padding:22px}.detail-body h2{font-size:1.8rem}.detail-actions{flex-wrap:wrap}.form-pair{grid-template-columns:1fr}}

[data-slot=button]{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;font-weight:700;border:1px solid transparent;padding:0 16px;white-space:nowrap;transition:opacity .15s}[data-slot=button]:hover{opacity:.88}[data-slot=button][data-variant=outline]{background:#fff;border-color:#dce6d9;color:#14532d}[data-slot=button][data-variant=secondary]{background:#e9f5e7;color:#14532d}[data-slot=button][data-variant=ghost]{background:transparent;color:#14532d}input[data-slot=input]{display:block;width:100%;border:1px solid #dce6d9;border-radius:10px;padding:0 13px;background:#fff;color:#193826;font:inherit;outline:none}input[data-slot=input]:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d20}[data-slot=dialog-overlay]{position:fixed;inset:0;z-index:80;background:#10281cb0}[data-slot=dialog-content]{position:fixed;z-index:81;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0 25px 90px #0a281c50;border:1px solid #e2e9de;padding:26px;overflow:auto}[data-slot=dialog-content] [data-slot=dialog-close]{position:absolute;right:16px;top:16px;z-index:5;border:0;background:#fff;color:#36583f;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;box-shadow:0 2px 12px #0002}[data-slot=dialog-title]{font:700 1.5rem Georgia,serif;color:#193826}[data-slot=dialog-description]{color:#718575;font-size:.88rem;margin:7px 0 18px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[data-slot=select-trigger]{border:1px solid #dce6d9;border-radius:10px;background:#fff;color:#193826;display:flex;align-items:center;justify-content:space-between;padding:0 12px;width:100%;font:inherit}[data-slot=select-content]{z-index:100;background:#fff;border:1px solid #dce6d9;box-shadow:0 10px 30px #0002;border-radius:10px;overflow:hidden}[data-slot=select-item]{padding:8px 12px;display:flex;gap:8px;cursor:pointer;font-size:.9rem}[data-slot=select-item]:hover{background:#ecf6e9}[data-slot=checkbox]{width:20px;height:20px;border:1px solid #a5baa5;border-radius:5px;background:#fff;color:#fff;display:grid;place-items:center;flex:none}[data-slot=checkbox][data-state=checked]{background:#14532d;border-color:#14532d}@media(max-width:640px){[data-slot=dialog-content].recipe-dialog,[data-slot=dialog-content].product-dialog{top:auto;bottom:0;left:0;transform:none}}