*{box-sizing:border-box}
:root{
  --cream:#f7efe9;
  --paper:#fffaf6;
  --coral:#ff785b;
  --coral-dark:#f05c3d;
  --ink:#171717;
  --muted:#8d837d;
  --line:#ddd3cd;
}
html,body{margin:0;min-height:100%;background:var(--cream);color:var(--ink)}
body{font-family:"Nunito",sans-serif}
button,input,textarea,select{font:inherit}
button{cursor:pointer;color:inherit}
img{display:block}
.app{min-height:100vh;overflow:hidden}

.topbar{
  height:86px;
  padding:0 clamp(22px,4.5vw,70px);
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  position:relative;
  z-index:20
}
.mini-logo{
  position:relative;
  width:100px;
  height:72px;
  display:block;
  text-decoration:none;
  justify-self:start
}
.mini-logo-shape{
  position:absolute;
  left:14px;top:11px;
  width:66px;height:50px;
  border-radius:45% 55% 43% 57% / 48% 46% 54% 52%;
  background:var(--coral);
  border:3px solid var(--ink);
  transform:rotate(-7deg)
}
.mini-logo-word{
  position:absolute;
  z-index:2;
  left:28px;top:22px;
  color:white;
  font:400 23px/1 "Luckiest Guy";
  -webkit-text-stroke:1.4px var(--ink);
  text-shadow:2px 2px 0 var(--ink);
  transform:rotate(-5deg)
}
.ray{position:absolute;width:16px;height:3px;background:var(--ink);border-radius:99px}
.ray-a{left:0;top:25px;transform:rotate(8deg)}
.ray-b{left:6px;top:48px;transform:rotate(-28deg)}
.ray-c{left:80px;top:15px;transform:rotate(-50deg)}

.main-nav{
  display:flex;align-items:center;gap:5px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(23,23,23,.06);
  border-radius:999px;
  padding:5px;
  box-shadow:0 10px 32px rgba(55,36,26,.07)
}
.nav-btn{
  border:0;background:transparent;
  padding:10px 18px;border-radius:999px;
  font-weight:800
}
.nav-btn.active{background:var(--coral)}
.top-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.language,.profile{
  height:40px;border:0;background:rgba(255,255,255,.84);
  border-radius:999px;font-weight:900
}
.language{padding:0 13px}.profile{width:40px;background:var(--ink);color:white}

.hero{
  min-height:590px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);
  align-items:center;
  padding:48px 0 28px clamp(24px,9vw,150px)
}
.hero-left{
  position:relative;z-index:6;
  max-width:850px;
  padding-bottom:8px
}
.eat-title-wrap{
  position:relative;
  width:max-content;
  padding:14px 40px 0 18px
}
.eat-title{
  margin:0;
  font:400 clamp(118px,11.5vw,190px)/.82 "Luckiest Guy",sans-serif;
  letter-spacing:-.055em;
  color:var(--coral);
  -webkit-text-stroke:9px var(--ink);
  paint-order:stroke fill;
  text-shadow:0 7px 0 var(--ink)
}
.chef-hat{
  position:absolute;
  width:74px;height:auto;
  top:-42px;left:220px;
  transform:rotate(5deg);
  z-index:3
}
.claim{
  margin:28px 0 0 33px;
  text-transform:uppercase;
  font-size:17px;
  line-height:1.22;
  letter-spacing:.04em;
  font-weight:900
}
.claim-underline{
  position:absolute;
  left:37px;bottom:-9px;
  width:230px;height:5px;
  background:var(--coral);
  border-radius:50%;
  transform:rotate(-4deg)
}
.burst{position:absolute;width:34px;height:7px;background:var(--ink);border-radius:99px}
.b1{left:-24px;top:100px;transform:rotate(8deg)}
.b2{left:-16px;top:155px;transform:rotate(-25deg)}
.b3{right:0;top:80px;transform:rotate(-15deg)}
.b4{right:-18px;top:128px;transform:rotate(8deg)}
.b5{left:-2px;top:47px;transform:rotate(52deg);width:25px}
.b6{right:18px;top:42px;transform:rotate(-50deg);width:25px}

.search-bar{
  width:min(820px,58vw);
  height:96px;
  margin-top:34px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  display:grid;
  grid-template-columns:60px 1fr 84px 44px;
  align-items:center;
  gap:2px;
  padding:8px 16px 8px 24px;
  box-shadow:0 15px 42px rgba(60,40,30,.08);
  border:1px solid rgba(24,23,22,.06)
}
.search-icon{
  font-size:34px;font-weight:900;
  transform:rotate(-20deg);
  margin-left:5px
}
.textarea{
  width:100%;height:60px;resize:none;
  border:0;outline:0;background:transparent;
  padding:16px 8px;
  overflow:hidden;
  font-size:20px;font-weight:700;
  line-height:1.25
}
.textarea::placeholder{color:#b7aea9}
.voice-btn{
  position:relative;
  width:70px;height:70px;
  border:0;border-radius:50%;
  background:var(--coral);
  display:grid;place-items:center;
  box-shadow:0 0 0 13px rgba(255,120,91,.10);
  transition:.2s ease
}
.voice-ring{
  position:absolute;inset:-13px;border-radius:50%;
  border:2px solid rgba(255,120,91,.18)
}
.mic{position:relative;width:28px;height:38px}
.mic-head{
  position:absolute;left:8px;top:0;width:13px;height:24px;
  border:4px solid white;border-radius:8px
}
.mic-stand{
  position:absolute;left:3px;top:19px;width:23px;height:13px;
  border:4px solid white;border-top:0;border-radius:0 0 13px 13px
}
.mic-stand:after{
  content:"";position:absolute;left:8px;bottom:-9px;width:4px;height:9px;background:white;border-radius:99px
}
.voice-ray{
  display:none;position:absolute;width:15px;height:3px;background:var(--ink);border-radius:99px
}
.voice-btn.listening{transform:scale(1.04);animation:pulse 1s infinite}
.voice-btn.listening .voice-ray{display:block}
.vr1{right:-30px;top:15px;transform:rotate(-22deg)}
.vr2{right:-36px;top:34px}
.vr3{right:-29px;top:52px;transform:rotate(24deg)}
.submit-arrow{
  border:0;background:transparent;
  font-size:30px;font-weight:600
}

.quick-actions{
  display:flex;gap:16px;
  margin-top:20px
}
.quick-action{
  min-width:190px;
  min-height:74px;
  border:1px solid rgba(23,23,23,.06);
  background:rgba(255,255,255,.38);
  border-radius:999px;
  padding:12px 22px;
  display:flex;align-items:center;gap:16px;
  text-align:left
}
.quick-action:hover{background:rgba(255,255,255,.65)}
.quick-icon{font-size:25px;font-weight:900;width:26px;text-align:center}
.quick-icon.coral{color:var(--coral-dark)}
.quick-action span:last-child{display:flex;flex-direction:column}
.quick-action strong{font-size:15px}
.quick-action small{color:var(--muted);font-size:12px}

.hero-right{
  position:absolute;
  right:-70px;top:-85px;
  width:50vw;height:700px;
  z-index:1
}
.coral-blob{
  position:absolute;
  inset:0;
  background:var(--coral);
  border-radius:48% 0 0 58% / 46% 0 0 58%;
  transform:rotate(-2deg)
}
.food-plate{
  position:absolute;
  right:-110px;top:110px;
  width:min(41vw,650px);
  aspect-ratio:1;
  border-radius:50%;
  padding:14px;
  background:#d7c8bd;
  box-shadow:0 25px 60px rgba(60,31,19,.20)
}
.food-plate:before{
  content:"";
  position:absolute;inset:14px;border-radius:50%;
  background:#f2e8df;z-index:0
}
.food-plate img{
  position:relative;z-index:1;
  width:100%;height:100%;object-fit:cover;
  border-radius:50%
}
.food-copy{
  position:absolute;
  z-index:4;
  left:12%;top:260px;
  color:white;
  font-family:"Comic Sans MS","Bradley Hand",cursive;
  transform:rotate(-7deg);
  text-align:center;
  font-size:26px;
  line-height:1.18;
  display:flex;flex-direction:column
}
.food-copy b{font-size:34px;font-weight:400}
.leaf{position:absolute;width:76px;height:34px;background:#4d8c38;border-radius:100% 0 100% 0;z-index:5;filter:drop-shadow(0 6px 5px rgba(0,0,0,.12))}
.leaf:after{content:"";position:absolute;left:7px;top:17px;width:62px;height:2px;background:#326b28;transform:rotate(-18deg)}
.leaf-1{left:26%;top:90px;transform:rotate(-20deg)}
.leaf-2{left:11%;top:390px;transform:rotate(15deg)}
.tomato{position:absolute;width:45px;height:45px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#ffb09c 0 8%,#ec3f20 9% 63%,#bb2514 64%);z-index:5;box-shadow:0 8px 10px rgba(0,0,0,.12)}
.tomato:after{content:"";position:absolute;inset:10px;border:2px solid rgba(255,255,255,.55);border-radius:50%}
.tomato-1{left:29%;top:175px}.tomato-2{left:22%;top:505px}

.inspiration{
  position:relative;
  padding:24px clamp(24px,9vw,150px) 70px
}
.section-label{
  display:flex;align-items:center;gap:13px;
  color:#8d847e;
  font-size:10px;font-weight:900;
  letter-spacing:.25em;
  margin-bottom:20px
}
.section-label span{width:42px;height:1px;background:#cfc5bf}
.category-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:24px
}
.category{
  border:0;background:transparent;
  display:flex;flex-direction:column;align-items:center;
  gap:10px
}
.category-img{
  width:92px;height:92px;border-radius:50%;
  overflow:hidden;background:white;
  box-shadow:0 8px 22px rgba(50,34,24,.10);
  transition:.18s ease
}
.category:hover .category-img{transform:translateY(-4px) scale(1.03)}
.category-img img{width:100%;height:100%;object-fit:cover}
.category strong{font-size:14px}

.bottom-accent{
  position:absolute;
  left:-70px;bottom:-95px;
  width:280px;height:220px;
  background:var(--coral);
  border-radius:0 75% 0 0;
  padding:78px 0 0 115px;
  font-size:11px;letter-spacing:.18em;
  transform:rotate(2deg)
}
.leaf-doodle{font-size:27px;display:block;margin-bottom:9px}
.new-cooking{
  position:absolute;
  right:40px;bottom:18px;
  border:0;background:transparent;
  display:flex;align-items:center;gap:14px
}
.circle-arrow{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.78);
  font-size:25px;
  box-shadow:0 8px 24px rgba(50,35,25,.08)
}
.new-cooking strong{
  background:var(--coral);
  padding:14px 22px;
  border-radius:999px
}

.results,.chat{margin:0 clamp(24px,9vw,150px)}
.status{min-height:1px}
.output:has(.output-placeholder){display:none}.output-placeholder{display:none}
.recipe-card,.recipe{
  background:#fff;border:1px solid rgba(23,23,23,.08);
  border-radius:28px;padding:28px;margin:0 0 18px;
  box-shadow:0 12px 34px rgba(60,40,30,.06)
}
.recipe-card h2,.recipe h2,.recipe-card h3,.recipe h3{font-family:"Nunito",sans-serif}
.button,.select-recipe-btn,.recipe-select-btn{
  border:0;border-radius:999px;background:var(--coral);
  padding:11px 17px;font-weight:900
}

.chat{
  display:none;margin-top:26px;margin-bottom:100px;
  background:#fff;border-radius:30px;padding:24px;
  box-shadow:0 12px 35px rgba(57,39,29,.07)
}
body.has-chat .chat{display:block}
.chat-head{display:flex;align-items:center;justify-content:space-between}
.chat-head small{color:var(--coral-dark);font-weight:900}
.chat-head h3{margin:2px 0 0;font-size:28px}
.chat-clear{width:38px;height:38px;border:0;border-radius:50%;background:#f9e5dc;font-size:22px}
.chat-messages{max-height:45vh;overflow:auto;margin:18px 0}
.chat-form{display:flex;gap:8px;background:var(--cream);border-radius:999px;padding:6px}
.chat-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 13px}
.chat-btn-send{width:44px;height:44px;border:0;border-radius:50%;background:var(--coral);font-size:20px}
.hidden{display:none!important}
.typing-indicator span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--coral);margin:0 2px;animation:pulse 1s infinite}
.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}
.mobile-nav{display:none}
@keyframes pulse{50%{transform:scale(.9);opacity:.55}}

@media(max-width:1100px){
  .hero{grid-template-columns:1fr;padding-left:45px}
  .hero-left{max-width:720px}
  .hero-right{opacity:.35;width:55vw}
  .search-bar{width:min(760px,70vw)}
  .quick-action{min-width:170px}
}

@media(max-width:900px){
  .topbar{height:72px;padding:0 16px;grid-template-columns:1fr auto}
  .main-nav{display:none}
  .mini-logo{width:90px;height:64px}
  .profile{display:none}
  .hero{
    min-height:800px;
    display:block;
    padding:50px 18px 330px
  }
  .hero-left{max-width:none}
  .eat-title-wrap{padding-left:8px}
  .eat-title{font-size:clamp(108px,32vw,155px);-webkit-text-stroke:7px;text-shadow:0 5px 0 var(--ink)}
  .chef-hat{width:62px;left:170px;top:-34px}
  .claim{margin-left:15px;font-size:14px}
  .claim-underline{left:18px;width:195px}
  .search-bar{width:100%;height:78px;margin-top:38px;grid-template-columns:42px 1fr 59px 30px;padding:7px 10px 7px 14px}
  .search-icon{font-size:25px}
  .textarea{font-size:16px;height:54px}
  .voice-btn{width:55px;height:55px;box-shadow:0 0 0 9px rgba(255,120,91,.1)}
  .quick-actions{overflow-x:auto;padding:0 1px 6px}
  .quick-action{min-width:165px;min-height:64px;padding:10px 16px}
  .hero-right{opacity:1;right:0;top:auto;bottom:0;width:100%;height:310px}
  .coral-blob{border-radius:52% 0 0 0;transform:none}
  .food-plate{width:290px;right:-45px;top:14px;padding:8px}
  .food-copy{left:11%;top:95px;font-size:18px}
  .leaf,.tomato{display:none}
  .inspiration{padding:34px 18px 120px}
  .category-row{grid-template-columns:repeat(3,1fr);gap:22px 12px}
  .category-img{width:78px;height:78px}
  .bottom-accent{display:none}
  .new-cooking{right:16px;bottom:72px}
  .results,.chat{margin-left:18px;margin-right:18px}
  .mobile-nav{
    position:fixed;left:12px;right:12px;bottom:9px;height:62px;
    display:grid;grid-template-columns:repeat(4,1fr);
    background:var(--ink);border-radius:22px;z-index:60;
    padding:5px;box-shadow:0 10px 30px rgba(0,0,0,.2)
  }
  .mobile-nav button{
    border:0;background:transparent;color:#aaa19b;
    border-radius:17px;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:1px;
    font-size:17px
  }
  .mobile-nav small{font-size:9px;font-weight:800}
  .mobile-nav button.active{background:var(--coral);color:var(--ink)}
}

@media(max-width:540px){
  .eat-title{font-size:112px}
  .chef-hat{left:155px}
  .burst{display:none}
  .quick-actions{gap:9px}
  .quick-action{min-width:145px}
  .quick-action strong{font-size:13px}
  .section-label{margin-bottom:17px}
}


/* =========================================================
   EAT V5 — TARGETED HOMEPAGE FIXES
   Only agreed visual corrections; application logic untouched.
   ========================================================= */

/* Top-left EAT becomes a little comic sun */
.mini-logo{
  width:112px;
  height:78px;
  overflow:visible;
}
.mini-logo-shape{
  left:25px;
  top:14px;
  width:58px;
  height:58px;
  border-radius:50%;
  transform:none;
  border:3px solid var(--ink);
  background:var(--coral);
}
.mini-logo-word{
  left:36px;
  top:31px;
  transform:rotate(-3deg);
  font-size:20px;
}
.mini-logo .ray{
  width:17px;
  height:3px;
  background:var(--ink);
  border-radius:99px;
  transform-origin:center;
}
.mini-logo .ray-a{left:5px;top:26px;transform:rotate(12deg)}
.mini-logo .ray-b{left:8px;top:55px;transform:rotate(-27deg)}
.mini-logo .ray-c{left:87px;top:18px;transform:rotate(-47deg)}
.mini-logo .ray-d{left:87px;top:51px;transform:rotate(25deg)}
.mini-logo .ray-e{left:47px;top:0px;transform:rotate(82deg);width:15px}
.mini-logo .ray-f{left:48px;top:72px;transform:rotate(87deg);width:15px}
.mini-logo .ray-g{left:8px;top:39px;transform:rotate(0deg);width:13px}
.mini-logo .ray-h{left:88px;top:37px;transform:rotate(0deg);width:13px}

/* Big EAT: keep the logo itself; move black comic rays farther away */
.eat-title-wrap{overflow:visible;padding-top:42px}
.eat-title-wrap .b1{left:-62px;top:122px}
.eat-title-wrap .b2{left:-50px;top:188px}
.eat-title-wrap .b3{right:-55px;top:102px}
.eat-title-wrap .b4{right:-72px;top:166px}
.eat-title-wrap .b5{left:-28px;top:56px}
.eat-title-wrap .b6{right:-26px;top:52px}

/* Chef hat: fully visible with safe breathing room above EAT */
.chef-hat{
  width:78px;
  top:-10px;
  left:222px;
  z-index:8;
  overflow:visible;
}

/* Right coral area: organic stain, not an ellipse */
.hero-right{
  overflow:visible;
}
.coral-blob{
  position:absolute;
  inset:-25px -15px -25px -35px;
  width:calc(100% + 50px);
  height:calc(100% + 50px);
  background:none;
  border-radius:0;
  transform:none;
  overflow:visible;
}
.coral-blob path{fill:var(--coral)}

/* Decorative leaves stay, but quieter */
.leaf{opacity:.82;transform-origin:center}
.leaf-1{transform:rotate(-24deg) scale(.82)}
.leaf-2{transform:rotate(12deg) scale(.78)}

/* Remove obsolete tomato styling from view if old markup ever appears */
.tomato{display:none!important}

/* New cooking is the only bottom-right action */
.new-cooking{
  gap:0;
  right:40px;
}
.new-cooking strong{
  display:block;
}
.circle-arrow{display:none!important}

@media(max-width:900px){
  .mini-logo{width:96px;height:66px}
  .mini-logo-shape{left:22px;top:9px;width:52px;height:52px}
  .mini-logo-word{left:32px;top:24px;font-size:18px}
  .mini-logo .ray-e{left:43px;top:-2px}
  .mini-logo .ray-f{left:43px;top:61px}
  .mini-logo .ray-c,.mini-logo .ray-d,.mini-logo .ray-h{left:78px}
  .chef-hat{left:170px;top:0;width:65px}
  .eat-title-wrap{padding-top:34px}
  .eat-title-wrap .burst{display:none}
  .coral-blob{
    inset:-10px -20px -20px -35px;
    width:calc(100% + 55px);
    height:calc(100% + 30px);
  }
  .new-cooking{right:16px}
}


/* =========================================================
   EAT V6 — SUN RAYS + ORGANIC CORAL SHAPE
   ========================================================= */

/* Paprsky malého EAT sluníčka: větší odstup od kruhu */
.mini-logo .ray-a{left:-2px!important; top:22px!important; transform:rotate(12deg)!important}
.mini-logo .ray-b{left:0!important; top:61px!important; transform:rotate(-31deg)!important}
.mini-logo .ray-c{left:96px!important; top:10px!important; transform:rotate(-47deg)!important}
.mini-logo .ray-d{left:99px!important; top:60px!important; transform:rotate(29deg)!important}
.mini-logo .ray-e{left:47px!important; top:-12px!important; transform:rotate(90deg)!important}
.mini-logo .ray-f{left:48px!important; top:82px!important; transform:rotate(90deg)!important}
.mini-logo .ray-g{left:-7px!important; top:40px!important; transform:rotate(0deg)!important}
.mini-logo .ray-h{left:102px!important; top:39px!important; transform:rotate(0deg)!important}

/* Skvrna musí být větší než viewportová pravá část a nesmí působit jako elipsa */
.hero-right{
  right:-95px!important;
  top:-105px!important;
  width:54vw!important;
  height:735px!important;
  overflow:visible!important;
}
.coral-blob{
  inset:-30px -35px -35px -95px!important;
  width:calc(100% + 145px)!important;
  height:calc(100% + 75px)!important;
  border-radius:0!important;
  background:none!important;
  transform:none!important;
}
.coral-blob path{
  fill:var(--coral)!important;
}

/* Talíř zůstává nad skvrnou */
.food-plate{z-index:3!important}
.food-copy,.leaf{z-index:5!important}

@media(max-width:900px){
  .mini-logo .ray-a{left:-4px!important;top:18px!important}
  .mini-logo .ray-b{left:-1px!important;top:55px!important}
  .mini-logo .ray-c{left:84px!important;top:5px!important}
  .mini-logo .ray-d{left:86px!important;top:54px!important}
  .mini-logo .ray-e{left:42px!important;top:-13px!important}
  .mini-logo .ray-f{left:43px!important;top:70px!important}
  .mini-logo .ray-g{left:-8px!important;top:35px!important}
  .mini-logo .ray-h{left:89px!important;top:34px!important}

  .hero-right{
    right:0!important;
    top:auto!important;
    bottom:0!important;
    width:100%!important;
    height:320px!important;
  }
  .coral-blob{
    inset:-10px -25px -25px -70px!important;
    width:calc(100% + 95px)!important;
    height:calc(100% + 35px)!important;
  }
}


/* =========================================================
   EAT V7 — FINAL HOMEPAGE POLISH
   Organic coral shape + sun position/rays
   ========================================================= */

/* SUN: lower it so top rays are fully visible */
.mini-logo{
  margin-top:18px!important;
  overflow:visible!important;
}
.mini-logo-shape{
  top:16px!important;
}
.mini-logo-word{
  top:33px!important;
}

/* Rays moved farther from sun AND fully inside viewport */
.mini-logo .ray-a{left:-4px!important; top:25px!important}
.mini-logo .ray-b{left:-1px!important; top:61px!important}
.mini-logo .ray-c{left:97px!important; top:15px!important}
.mini-logo .ray-d{left:98px!important; top:61px!important}
.mini-logo .ray-e{left:46px!important; top:-2px!important; width:16px!important}
.mini-logo .ray-f{left:47px!important; top:84px!important; width:16px!important}
.mini-logo .ray-g{left:-10px!important; top:43px!important}
.mini-logo .ray-h{left:102px!important; top:42px!important}

/* CORAL BLOB: more like the reference — starts farther right, less oval */
.hero-right{
  right:-70px!important;
  top:-70px!important;
  width:48vw!important;
  height:680px!important;
  overflow:visible!important;
}

/* SVG itself is larger than the visible right side, so the blob feels natural */
.coral-blob{
  inset:-20px -30px -18px -70px!important;
  width:calc(100% + 110px)!important;
  height:calc(100% + 38px)!important;
  background:none!important;
  border-radius:0!important;
  transform:none!important;
  overflow:visible!important;
}
.coral-blob path{fill:var(--coral)!important}

/* Plate: slightly more contained so the coral shape remains visible around it */
.food-plate{
  right:-72px!important;
  top:112px!important;
  width:min(39vw,610px)!important;
  z-index:4!important;
}

/* Copy sits within the coral area without colliding with input */
.food-copy{
  left:15%!important;
  top:250px!important;
}

/* Leaves cleaner and quieter */
.leaf-1{left:30%!important;top:92px!important;transform:rotate(-22deg) scale(.74)!important}
.leaf-2{left:14%!important;top:392px!important;transform:rotate(14deg) scale(.72)!important}

/* Prevent decorative region from visually invading the search bar */
.hero-left{z-index:8!important}
.search-bar{z-index:9!important;position:relative!important}

@media(max-width:1100px){
  .hero-right{
    width:50vw!important;
    right:-80px!important;
  }
  .food-plate{
    width:min(43vw,560px)!important;
  }
}

@media(max-width:900px){
  .mini-logo{
    margin-top:12px!important;
  }
  .mini-logo-shape{
    top:12px!important;
  }
  .mini-logo-word{
    top:27px!important;
  }

  .mini-logo .ray-a{left:-5px!important;top:21px!important}
  .mini-logo .ray-b{left:-2px!important;top:56px!important}
  .mini-logo .ray-c{left:87px!important;top:10px!important}
  .mini-logo .ray-d{left:87px!important;top:56px!important}
  .mini-logo .ray-e{left:42px!important;top:-1px!important}
  .mini-logo .ray-f{left:43px!important;top:73px!important}
  .mini-logo .ray-g{left:-8px!important;top:38px!important}
  .mini-logo .ray-h{left:91px!important;top:37px!important}

  .hero-right{
    right:0!important;
    top:auto!important;
    bottom:0!important;
    width:100%!important;
    height:305px!important;
  }
  .coral-blob{
    inset:-8px -20px -18px -52px!important;
    width:calc(100% + 72px)!important;
    height:calc(100% + 26px)!important;
  }
  .food-plate{
    width:282px!important;
    right:-42px!important;
    top:18px!important;
  }
  .food-copy{
    left:10%!important;
    top:95px!important;
  }
}


/* =========================================================
   EAT V8 — CORAL STAIN ONLY
   No other homepage element changed.
   ========================================================= */

/*
  Reference silhouette:
  - enters from above/right as a broad field
  - left edge is NOT circular
  - first gently moves left, then pulls inward
  - creates a visible waist around the middle
  - lower part flows back left/outward
  - continues naturally beyond right/bottom viewport
*/
.hero-right .coral-blob{
  position:absolute!important;
  left:-150px!important;
  top:-35px!important;
  right:auto!important;
  bottom:auto!important;

  width:calc(100% + 220px)!important;
  height:calc(100% + 85px)!important;

  margin:0!important;
  padding:0!important;
  background:none!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  overflow:visible!important;
}

.hero-right .coral-blob path{
  fill:var(--coral)!important;
}

/* Keep the same organic principle on smaller screens */
@media(max-width:1100px){
  .hero-right .coral-blob{
    left:-125px!important;
    width:calc(100% + 190px)!important;
  }
}

@media(max-width:900px){
  .hero-right .coral-blob{
    left:-75px!important;
    top:-12px!important;
    width:calc(100% + 105px)!important;
    height:calc(100% + 35px)!important;
  }
}

/* =========================================================
   EAT V9 — RIGHT HERO COMPOSITION POLISH
   Coral path untouched. Only plate/copy/leaves placement.
   ========================================================= */
@media(min-width:1101px){
  .food-plate{
    right:-38px!important;
    top:104px!important;
    width:min(38vw,590px)!important;
  }
  .food-copy{
    left:18%!important;
    top:252px!important;
  }
  .leaf-1{
    left:38%!important;
    top:86px!important;
    transform:rotate(-25deg) scale(.70)!important;
  }
  .leaf-2{
    left:20%!important;
    top:398px!important;
    transform:rotate(10deg) scale(.68)!important;
  }
}

/* =========================================================
   EAT V10 — COMPLETE HOMEPAGE FINAL POLISH
   One-pass alignment, rhythm, hierarchy and responsiveness.
   Coral SVG path is intentionally untouched.
   ========================================================= */
@media (min-width:1101px){
  .topbar{
    height:94px!important;
    padding-left:clamp(34px,4.6vw,76px)!important;
    padding-right:clamp(34px,4.6vw,76px)!important;
  }
  .main-nav{transform:translateY(2px)}
  .nav-btn{padding:10px 20px!important}

  .hero{
    min-height:600px!important;
    padding-top:34px!important;
    padding-bottom:18px!important;
    padding-left:clamp(54px,8.2vw,138px)!important;
    grid-template-columns:minmax(620px,1.08fr) minmax(430px,.92fr)!important;
  }
  .hero-left{max-width:820px!important;padding-bottom:0!important}
  .eat-title-wrap{padding-top:38px!important}
  .eat-title{font-size:clamp(124px,10.7vw,178px)!important}
  .chef-hat{top:-28px!important;left:218px!important;width:72px!important}
  .claim{margin-top:25px!important;margin-left:32px!important}
  .claim-underline{left:35px!important;width:220px!important}

  .search-bar{
    width:min(790px,57vw)!important;
    height:92px!important;
    margin-top:31px!important;
    grid-template-columns:56px 1fr 80px 42px!important;
    padding-left:22px!important;
    padding-right:15px!important;
  }
  .textarea{font-size:19px!important}
  .voice-btn{width:66px!important;height:66px!important}
  .quick-actions{gap:13px!important;margin-top:18px!important;flex-wrap:nowrap!important}
  .quick-action{min-width:0!important;min-height:68px!important;padding:10px 18px!important;gap:12px!important}
  .quick-action:nth-child(1){width:180px!important}
  .quick-action:nth-child(2){width:205px!important}
  .quick-action:nth-child(3){width:180px!important}

  /* Right composition: balanced around the final coral silhouette */
  .hero-right{
    right:-58px!important;
    top:-66px!important;
    width:49vw!important;
    height:690px!important;
  }
  .hero-right .coral-blob{
    left:-150px!important;
    top:-35px!important;
    width:calc(100% + 220px)!important;
    height:calc(100% + 85px)!important;
  }
  .food-plate{
    right:-34px!important;
    top:116px!important;
    width:min(37.5vw,585px)!important;
    padding:13px!important;
    box-shadow:0 24px 55px rgba(60,31,19,.18)!important;
  }
  .food-copy{
    left:17.5%!important;
    top:258px!important;
    font-size:24px!important;
    line-height:1.15!important;
  }
  .leaf-1{left:38%!important;top:94px!important;transform:rotate(-25deg) scale(.68)!important}
  .leaf-2{left:19%!important;top:410px!important;transform:rotate(10deg) scale(.66)!important}

  .inspiration{
    padding-top:20px!important;
    padding-bottom:76px!important;
    padding-left:clamp(54px,8.2vw,138px)!important;
    padding-right:clamp(54px,8.2vw,138px)!important;
  }
  .section-label{margin-bottom:18px!important}
  .category-row{gap:clamp(18px,2vw,30px)!important;max-width:920px!important}
  .category-img{width:88px!important;height:88px!important}
  .category strong{font-size:13.5px!important}
  .new-cooking{right:clamp(34px,5vw,78px)!important;bottom:22px!important}
  .new-cooking strong{padding:13px 21px!important}
}

@media (max-width:1100px) and (min-width:901px){
  .hero{padding-left:54px!important;grid-template-columns:minmax(520px,1.1fr) minmax(360px,.9fr)!important}
  .search-bar{width:min(690px,64vw)!important}
  .quick-action{min-width:160px!important;padding:10px 16px!important}
  .hero-right{width:50vw!important;right:-70px!important}
  .food-plate{right:-34px!important;top:120px!important;width:min(41vw,520px)!important}
  .food-copy{left:16%!important;top:260px!important;font-size:22px!important}
  .inspiration{padding-left:54px!important;padding-right:54px!important}
  .category-row{gap:18px!important}
}

@media (max-width:900px){
  .topbar{height:80px!important;padding:0 18px!important}
  .main-nav{gap:2px!important;padding:4px!important}
  .nav-btn{padding:8px 11px!important;font-size:13px!important}
  .top-actions{gap:6px!important}
  .language,.profile{height:36px!important}
  .profile{width:36px!important}

  .hero{
    min-height:760px!important;
    display:block!important;
    padding:26px 20px 0!important;
  }
  .hero-left{max-width:none!important}
  .eat-title-wrap{margin-left:4px!important;padding-top:34px!important}
  .eat-title{font-size:clamp(100px,27vw,145px)!important;-webkit-text-stroke-width:7px!important}
  .chef-hat{left:170px!important;top:-20px!important;width:62px!important}
  .claim{font-size:14px!important;margin-top:22px!important;margin-left:25px!important}
  .claim-underline{left:27px!important;width:190px!important}

  .search-bar{
    width:100%!important;
    height:82px!important;
    margin-top:28px!important;
    grid-template-columns:42px 1fr 64px 34px!important;
    padding:7px 10px 7px 14px!important;
  }
  .search-icon{font-size:27px!important;margin-left:0!important}
  .textarea{height:54px!important;font-size:16px!important;padding:15px 5px!important}
  .voice-btn{width:58px!important;height:58px!important}
  .submit-arrow{font-size:25px!important}
  .quick-actions{gap:8px!important;margin-top:13px!important;overflow-x:auto!important;padding-bottom:5px!important;scrollbar-width:none}
  .quick-actions::-webkit-scrollbar{display:none}
  .quick-action{flex:0 0 auto!important;min-width:150px!important;min-height:58px!important;padding:9px 14px!important;gap:9px!important}
  .quick-action strong{font-size:13px!important}

  .hero-right{
    top:auto!important;
    right:0!important;
    bottom:-4px!important;
    width:100%!important;
    height:300px!important;
  }
  .hero-right .coral-blob{
    left:-78px!important;
    top:-14px!important;
    width:calc(100% + 115px)!important;
    height:calc(100% + 42px)!important;
  }
  .food-plate{right:-38px!important;top:26px!important;width:270px!important;padding:9px!important}
  .food-copy{left:11%!important;top:108px!important;font-size:17px!important}
  .food-copy b{font-size:25px!important}
  .leaf-1{left:45%!important;top:18px!important;transform:rotate(-25deg) scale(.48)!important}
  .leaf-2{left:19%!important;top:205px!important;transform:rotate(12deg) scale(.48)!important}

  .inspiration{padding:24px 20px 92px!important}
  .category-row{display:flex!important;gap:18px!important;overflow-x:auto!important;padding:2px 2px 10px!important;scrollbar-width:none}
  .category-row::-webkit-scrollbar{display:none}
  .category{flex:0 0 82px!important}
  .category-img{width:76px!important;height:76px!important}
  .category strong{font-size:12px!important}
  .bottom-accent{left:-92px!important;bottom:-112px!important;transform:scale(.82) rotate(2deg)!important}
  .new-cooking{right:18px!important;bottom:24px!important}
  .new-cooking strong{padding:11px 17px!important;font-size:13px!important}
}

@media (max-width:560px){
  .mini-logo{transform:scale(.78);transform-origin:left center!important;width:76px!important}
  .main-nav{position:absolute!important;left:50%!important;transform:translateX(-50%)!important}
  .nav-btn{padding:7px 8px!important;font-size:11px!important}
  .language{display:none!important}
  .hero{min-height:735px!important}
  .eat-title{font-size:clamp(92px,29vw,125px)!important}
  .chef-hat{left:150px!important}
  .food-plate{width:245px!important;right:-50px!important;top:42px!important}
  .food-copy{left:7%!important;top:118px!important;font-size:15px!important}
}

/* =========================================================
   EAT V11 — VAŘÍM / aktivní kuchařský režim
   ========================================================= */
[hidden]{display:none!important}
.cooking-view{min-height:calc(100vh - 96px);padding:34px 5.5vw 70px;background:#f7efe9;color:#171717}
.cook-shell{max-width:1500px;margin:0 auto}
.cook-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.cook-back,.cook-more{border:0;background:transparent;font:800 14px/1 Nunito,sans-serif;color:#171717;cursor:pointer}.cook-back{display:flex;gap:9px;align-items:center}.cook-more{font-size:20px;letter-spacing:3px}
.cook-status{font:900 12px/1 Nunito,sans-serif;letter-spacing:.13em;display:flex;align-items:center;gap:8px}.cook-status i{width:9px;height:9px;border-radius:50%;background:#ff7258;box-shadow:0 0 0 5px rgba(255,114,88,.15)}
.cook-grid{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(520px,1.22fr);gap:28px;align-items:stretch}
.recipe-panel,.step-panel{border-radius:34px;overflow:hidden}.recipe-panel{background:#ff7258;padding:18px 18px 28px}.recipe-photo{height:330px;border-radius:25px;overflow:hidden;position:relative;background:#ddd}.recipe-photo img{width:100%;height:100%;object-fit:cover;display:block}.recipe-time{position:absolute;right:14px;top:14px;background:#fffaf5;border-radius:999px;padding:9px 13px;font:900 12px Nunito,sans-serif}
.recipe-panel .eyebrow{margin:23px 12px 7px;font:900 11px Nunito,sans-serif;letter-spacing:.15em}.recipe-panel h2{margin:0 12px;font:900 clamp(29px,3vw,48px)/.98 Nunito,sans-serif;letter-spacing:-.045em}.recipe-meta{display:flex;gap:8px;flex-wrap:wrap;margin:20px 12px}.recipe-meta span{background:rgba(255,255,255,.42);padding:8px 11px;border-radius:999px;font:800 11px Nunito,sans-serif}.ingredients-toggle{width:calc(100% - 24px);margin:5px 12px 0;padding:14px 0;border:0;border-top:1px solid rgba(0,0,0,.24);background:transparent;display:flex;justify-content:space-between;font:900 14px Nunito,sans-serif;cursor:pointer}
.step-panel{background:#fffaf5;padding:42px 48px;display:flex;flex-direction:column;min-height:600px}.step-progress{display:flex;align-items:center;gap:18px;font:900 11px Nunito,sans-serif;letter-spacing:.12em}.step-progress>div{height:5px;flex:1;background:#eadfd7;border-radius:99px;overflow:hidden}.step-progress i{display:block;height:100%;width:20%;background:#ff7258;border-radius:99px;transition:.3s}.step-kicker{margin:72px 0 12px;color:#ff7258;font:900 11px Nunito,sans-serif;letter-spacing:.15em}.step-panel h3{max-width:850px;margin:0;font:900 clamp(36px,4.5vw,68px)/.98 Nunito,sans-serif;letter-spacing:-.055em}.step-text{max-width:760px;margin:24px 0 30px;font:700 17px/1.55 Nunito,sans-serif;color:#625b56}
.timer-card{display:flex;align-items:center;justify-content:space-between;border:1.5px solid #e5d8cf;border-radius:22px;padding:16px 18px 16px 22px;max-width:470px}.timer-card div{display:flex;align-items:baseline;gap:14px}.timer-card small{font:900 10px Nunito,sans-serif;letter-spacing:.13em}.timer-card strong{font:900 28px Nunito,sans-serif}.timer-card button{border:0;border-radius:999px;background:#171717;color:white;padding:12px 16px;font:900 12px Nunito,sans-serif;cursor:pointer}
.cook-help{margin-top:auto;padding-top:34px;display:flex;align-items:center;gap:13px}.eat-dot{width:46px;height:46px;border-radius:50%;background:#ff7258;display:grid;place-items:center;font:900 12px Nunito,sans-serif}.cook-help div{display:flex;flex-direction:column}.cook-help strong{font:900 14px Nunito,sans-serif}.cook-help small{font:700 12px Nunito,sans-serif;color:#7a716b}.cook-help button{margin-left:auto;width:46px;height:46px;border-radius:50%;border:0;background:#ff7258;cursor:pointer;color:#171717}
.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.step-actions button{border-radius:999px;padding:15px 22px;font:900 13px Nunito,sans-serif;cursor:pointer}.step-secondary{border:1.5px solid #d9cbc1;background:transparent}.step-secondary:disabled{opacity:.35;cursor:default}.step-primary{border:0;background:#ff7258;color:#171717;margin-left:auto}
@media(max-width:900px){.cooking-view{padding:20px 18px 95px}.cook-grid{grid-template-columns:1fr}.recipe-panel{display:grid;grid-template-columns:145px 1fr;column-gap:18px;align-items:center;border-radius:24px;padding:12px}.recipe-photo{height:145px;grid-row:1/5}.recipe-panel .eyebrow{margin:4px 0 0}.recipe-panel h2{margin:0;font-size:27px}.recipe-meta{margin:8px 0}.ingredients-toggle{display:none}.step-panel{padding:28px 22px;border-radius:24px;min-height:520px}.step-kicker{margin-top:48px}.step-panel h3{font-size:clamp(36px,10vw,54px)}.step-text{font-size:15px}.timer-card{max-width:none}.cook-help{margin-top:35px}}

/* EAT V12 — SPÍŽ */
.pantry-view{min-height:calc(100vh - 96px);padding:124px 5vw 72px;background:#f7eee8;color:#111}
.pantry-shell{max-width:1280px;margin:0 auto}
.pantry-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:36px}.pantry-head h1{font-size:clamp(42px,5vw,76px);line-height:.95;margin:8px 0 14px}.pantry-head p{max-width:650px;font-size:18px;line-height:1.55;margin:0;color:#514b47}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.14em;color:#ff7359}.pantry-count{width:130px;height:130px;border-radius:50%;background:#ff7359;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto}.pantry-count strong{font-size:44px;line-height:1}.pantry-count span{font-size:13px;margin-top:5px}
.pantry-import{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.import-card{border:1px solid rgba(0,0,0,.1);border-radius:28px;background:#fff;padding:26px;min-height:210px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;transition:.2s;box-shadow:0 12px 35px rgba(50,30,20,.05);font:inherit;color:inherit}.import-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(50,30,20,.09)}.import-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ff7359;color:#fff;font-size:22px;margin-bottom:25px}.import-card strong{font-size:22px}.import-card small{font-size:14px;color:#716a66;margin:7px 0 22px}.import-card b{margin-top:auto;font-size:13px}.manual-card .import-icon{background:#111}
.pantry-review,.pantry-list-wrap{margin-top:24px;background:#fff;border-radius:30px;padding:30px;border:1px solid rgba(0,0,0,.08)}.review-head,.pantry-list-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.review-head h2,.pantry-list-head h2{font-size:28px;margin:5px 0}.review-head>button{border:0;background:#f2ece8;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer}.pantry-list-head>button{border:0;background:none;font-weight:800;cursor:pointer}.pantry-review>p{color:#6b6460}.review-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.review-chip{border:1px solid #e4dcd7;background:#faf7f5;border-radius:999px;padding:10px 13px;font:inherit;font-weight:700;cursor:pointer}.review-chip span{margin-left:8px;color:#ff7359}.review-add{display:flex;gap:10px}.review-add input{flex:1;border:1px solid #ded5d0;border-radius:16px;padding:14px 16px;font:inherit}.review-add button,.save-pantry{border:0;border-radius:16px;padding:14px 20px;background:#111;color:#fff;font-weight:800;cursor:pointer}.save-pantry{margin-top:14px;background:#ff7359;width:100%;font-size:16px}.pantry-empty{padding:28px 0;color:#766f6b}.pantry-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.pantry-item{display:flex;justify-content:space-between;align-items:center;background:#f8f3ef;border-radius:15px;padding:13px 15px;font-weight:700}.pantry-item button{border:0;background:none;font-size:19px;cursor:pointer;color:#ff7359}
@media(max-width:850px){.pantry-view{padding:96px 18px 100px}.pantry-head{align-items:flex-start}.pantry-count{width:90px;height:90px}.pantry-count strong{font-size:30px}.pantry-import{grid-template-columns:1fr}.import-card{min-height:165px}.pantry-list{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.pantry-head{display:block}.pantry-count{margin-top:20px}.pantry-list{grid-template-columns:1fr}.review-add{flex-direction:column}}

/* EAT V13 — PLÁN */
.plan-view{min-height:calc(100vh - 96px);padding:124px 5vw 80px;background:#f7eee8;color:#111}.plan-shell{max-width:1320px;margin:0 auto}.plan-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px}.plan-head h1{font-size:clamp(42px,5vw,76px);line-height:.95;margin:8px 0 14px}.plan-head p{max-width:690px;margin:0;color:#5f5752;font-size:17px;line-height:1.55}.plan-days{display:flex;background:#fff;border-radius:999px;padding:5px;box-shadow:0 10px 30px rgba(50,30,20,.05)}.plan-days button{border:0;background:transparent;border-radius:999px;padding:12px 18px;font:800 13px Nunito,sans-serif;cursor:pointer}.plan-days button.active{background:#ff7359;color:#111}.plan-toolbar{margin:32px 0 22px;background:#111;color:#fff;border-radius:24px;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.plan-toolbar div{display:flex;flex-direction:column;gap:4px}.plan-toolbar strong{font-size:15px}.plan-toolbar small{color:#c9c3bf}.plan-toolbar button{border:0;border-radius:999px;background:#ff7359;padding:14px 20px;font:900 13px Nunito,sans-serif;cursor:pointer}.plan-empty{min-height:360px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.plan-empty>span{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#ff7359;font-size:25px}.plan-empty h2{font-size:30px;margin:18px 0 5px}.plan-empty p{margin:0;color:#756d68}.plan-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.plan-section-title h2,.shopping-card h2{font-size:30px;margin:5px 0 18px}.meal-plan{display:grid;gap:12px}.meal-day{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:25px;padding:18px;display:grid;grid-template-columns:72px 1fr auto;gap:18px;align-items:center}.meal-day-num{width:68px;height:68px;border-radius:20px;background:#f5ece6;display:flex;flex-direction:column;align-items:center;justify-content:center}.meal-day-num small{font-size:10px;font-weight:900;text-transform:uppercase}.meal-day-num strong{font-size:25px}.meal-main h3{margin:0 0 7px;font-size:21px}.meal-meta{display:flex;gap:13px;color:#706762;font-size:12px;font-weight:800}.meal-needs{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.meal-needs span{font-size:10px;font-weight:800;padding:6px 8px;border-radius:999px}.meal-needs .have{background:#e7f3e8}.meal-needs .missing{background:#fff0ec;color:#b54836}.meal-actions{display:flex;flex-direction:column;gap:7px}.meal-actions button{border:1px solid #ded4ce;background:#fff;border-radius:999px;padding:9px 13px;font:800 11px Nunito,sans-serif;cursor:pointer}.meal-actions .cook-this{border-color:#ff7359;background:#ff7359}.shopping-card{position:sticky;top:118px;background:#ff7359;border-radius:28px;padding:25px}.shopping-card p{font-size:13px;margin:-10px 0 18px}.shopping-list{display:grid;gap:7px}.shopping-list label{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.48);border-radius:13px;padding:11px 12px;font-weight:800;font-size:13px}.shopping-list input{accent-color:#111}.shopping-done{background:rgba(255,255,255,.55);border-radius:14px;padding:15px;font-weight:900}.shopping-card>button{width:100%;margin-top:18px;border:0;border-radius:999px;background:#111;color:#fff;padding:13px;font:900 12px Nunito,sans-serif;cursor:pointer}
@media(max-width:900px){.plan-view{padding:96px 18px 100px}.plan-head{display:block}.plan-days{width:max-content;margin-top:20px}.plan-content{grid-template-columns:1fr}.shopping-card{position:static}.meal-day{grid-template-columns:58px 1fr}.meal-day-num{width:56px;height:56px}.meal-actions{grid-column:2;flex-direction:row}.plan-toolbar{align-items:flex-start;flex-direction:column}.plan-toolbar button{width:100%}}
@media(max-width:520px){.plan-days button{padding:10px 13px}.meal-day{padding:14px;gap:12px}.meal-needs{display:none}}

/* EAT V14 — integration states */
.cook-ingredients{margin-top:12px;padding:14px 16px;border:1px solid rgba(20,20,20,.12);border-radius:18px;background:#fff}
.cook-ingredients span{display:block;padding:6px 0;font-weight:800}
.cook-finished{margin-top:18px;padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(20,20,20,.1);box-shadow:0 16px 40px rgba(20,20,20,.06)}
.cook-finished h3{font-size:28px;margin:4px 0 6px}.cook-finished p{margin:0 0 14px;color:#666}.cook-finished div{display:flex;gap:10px;flex-wrap:wrap}.cook-finished button{border:1px solid #171717;border-radius:999px;padding:11px 16px;font-weight:900;background:#fff;cursor:pointer}.cook-finished button:first-child{background:#ff7258;border-color:#ff7258}

/* ===== EAT V18 – structured AI recipe cards ===== */
.eat-suggestions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%}
.eat-recipe-card{position:relative;display:flex;flex-direction:column;gap:14px;min-height:300px;padding:24px;border:1px solid rgba(0,0,0,.12);border-radius:24px;background:#fff}
.eat-recipe-card h3{margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.02}
.eat-recipe-card p{margin:0;color:rgba(0,0,0,.66);line-height:1.45}
.eat-recipe-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.eat-recipe-time{font-size:.9rem;font-weight:700;white-space:nowrap}
.eat-recipe-ingredients{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}
.eat-recipe-ingredients span{padding:7px 10px;border-radius:999px;background:#f4f0e9;font-size:.78rem}
.eat-start-cooking{margin-top:8px;border:0;border-radius:999px;padding:13px 18px;background:#111;color:#fff;font-weight:800;cursor:pointer}
@media(max-width:900px){.eat-suggestions{grid-template-columns:1fr}.eat-recipe-card{min-height:0}}

/* EAT V19–V21: contextual cooking assistant */
.cook-assistant{margin-top:18px;border:1px solid rgba(23,23,23,.10);background:#fff;border-radius:22px;padding:14px}.cook-chat-messages{max-height:190px;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:2px}.cook-ai-msg,.cook-user-msg{max-width:86%;padding:10px 13px;border-radius:15px;font:700 13px/1.45 Nunito,sans-serif}.cook-ai-msg{align-self:flex-start;background:#f5f0e9;color:#26211e}.cook-user-msg{align-self:flex-end;background:#171717;color:#fff}.cook-chat-typing{padding:8px 4px;color:#8b817a;font:700 11px Nunito,sans-serif}.cook-chat-form{display:flex;gap:8px;margin-top:10px}.cook-chat-form input{min-width:0;flex:1;border:1px solid #ddd4cc;border-radius:14px;padding:12px 13px;font:700 13px Nunito,sans-serif;outline:none}.cook-chat-form input:focus{border-color:#ff7258}.cook-chat-form button{width:44px;border:0;border-radius:14px;background:#ff7258;font-size:20px;cursor:pointer}.cook-quick-asks{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.cook-quick-asks button{border:1px solid #e4dcd5;background:#fff;border-radius:999px;padding:7px 10px;font:800 10px Nunito,sans-serif;cursor:pointer}.cook-help button.listening{outline:5px solid rgba(255,114,88,.22);animation:eatPulse 1s infinite alternate}@keyframes eatPulse{to{transform:scale(1.08)}}

/* EAT V22 — cooking countdown & finish alerts */
.timer-card .timer-main{display:grid;grid-template-columns:auto auto;column-gap:14px;align-items:baseline}.timer-card .timer-main em{grid-column:1/-1;margin-top:2px;font:800 10px Nunito,sans-serif;color:#8b817a;font-style:normal}.timer-card.timer-ending{border-color:#ff7258;box-shadow:0 0 0 4px rgba(255,114,88,.09)}.timer-card.timer-ending strong{color:#e9573e}.cook-time-alert{max-width:470px;margin-top:10px;padding:12px 15px;border-radius:15px;background:#fff0ec;color:#9e3d2e;font:900 12px/1.4 Nunito,sans-serif;border:1px solid rgba(255,114,88,.28)}.cook-time-alert.final{background:#171717;color:#fff;border-color:#171717}@media(max-width:900px){.cook-time-alert{max-width:none}}

/* EAT V29–V31 — inventory quantities, consumption & smart shopping */
.pantry-item>div{display:flex;flex-direction:column;gap:2px;min-width:0}.pantry-item strong{font:900 14px Nunito,sans-serif}.pantry-item small,.pantry-list-head small{font:700 11px/1.35 Nunito,sans-serif;color:#8b817a}.consume-panel{margin-top:14px;padding:16px;border-radius:18px;background:#f7efe9;border:1px solid rgba(0,0,0,.08)}.consume-panel>strong{display:block;font:900 15px Nunito,sans-serif}.consume-panel>p{font:700 12px/1.45 Nunito,sans-serif;color:#716761;margin:6px 0 12px}.consume-panel>div{display:grid;gap:7px}.consume-panel label{display:flex;align-items:center;gap:9px;background:#fff;padding:10px 12px;border-radius:12px;font:800 12px Nunito,sans-serif}.consume-panel input{accent-color:#ff7258}.consume-panel button{margin-top:12px;border:0;border-radius:999px;background:#171717;color:#fff;padding:11px 15px;font:900 11px Nunito,sans-serif;cursor:pointer}.cook-ingredients small{font-size:10px;color:#b54836}.shopping-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.shopping-actions button{margin:0!important;width:100%;border:0;border-radius:999px;background:#111;color:#fff;padding:13px 8px;font:900 11px Nunito,sans-serif;cursor:pointer}.shopping-actions button:first-child{background:rgba(255,255,255,.6);color:#111}


/* EAT V32–V34 — freshness, expiry & use-first intelligence */
.pantry-priority{margin:24px 0;background:#171717;color:#fff;border-radius:28px;padding:24px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr) auto;gap:20px;align-items:center}.pantry-priority h2{margin:4px 0 5px;font-size:27px}.pantry-priority p{margin:0;color:#cfc8c3;font:700 12px/1.45 Nunito,sans-serif}.pantry-priority-items{display:flex;gap:8px;flex-wrap:wrap}.pantry-priority-items>span{display:flex;flex-direction:column;background:#fff;color:#171717;border-radius:14px;padding:9px 11px;min-width:112px}.pantry-priority-items strong{font:900 12px Nunito,sans-serif}.pantry-priority-items small{font:800 9px Nunito,sans-serif;color:#766d67;margin-top:2px}.pantry-priority-items .urgent,.pantry-priority-items .expired{background:#ff7258}.pantry-priority button{border:0;border-radius:999px;background:#ff7258;padding:13px 17px;font:900 11px Nunito,sans-serif;cursor:pointer}.expiry-edit{display:flex;align-items:center;gap:6px;margin-top:5px;font:800 9px Nunito,sans-serif;color:#8b817a}.expiry-edit input{border:1px solid #ded5ce;border-radius:8px;background:#fff;padding:3px 5px;font:700 9px Nunito,sans-serif}.expiry-label{font-weight:900!important}.expiry-label.urgent,.expiry-label.expired{color:#c9422d!important}.expiry-label.soon{color:#a46b14!important}.pantry-item-urgent{box-shadow:inset 4px 0 0 #ff7258}.pantry-item-soon{box-shadow:inset 4px 0 0 #e7b95b}@media(max-width:900px){.pantry-priority{grid-template-columns:1fr}.pantry-priority button{width:100%}}

/* V35 — explicit recipe/planner modes */
.eat-mode-switch{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:4px;margin:20px 0 12px;box-shadow:0 8px 24px rgba(40,20,10,.05)}
.eat-mode-switch button{border:0;background:transparent;border-radius:999px;padding:8px 15px;font:900 10px/1 Nunito,sans-serif;letter-spacing:.08em;cursor:pointer;color:#6e655f}
.eat-mode-switch button.active{background:#171717;color:#fff}
.plan-mode-row{margin-top:24px}.plan-mode-row .eat-mode-switch{margin:0}
.pantry-priority{grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr)}
@media(max-width:700px){.eat-mode-switch{margin-top:16px;margin-bottom:9px}.eat-mode-switch button{padding:8px 13px}.plan-mode-row{margin-top:18px}}


/* V36 — mode spacing + explicit pantry check after every recipe */
.hero-left>.eat-mode-switch{margin-top:20px}
.eat-stock-check{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.eat-stock-check>div{padding:12px;border-radius:15px;background:#f7f3ee}.eat-stock-check strong{display:block;margin-bottom:7px;font:900 9px/1 Nunito,sans-serif;letter-spacing:.09em}.eat-stock-check>div>div{display:flex;flex-wrap:wrap;gap:5px}.eat-stock-check span{padding:6px 8px;border-radius:999px;background:#fff;font:800 10px Nunito,sans-serif}.eat-stock-check small{font:700 10px/1.35 Nunito,sans-serif;color:#827872}.eat-stock-missing{background:#fff0ec!important}.eat-stock-missing span{color:#a64232}@media(max-width:700px){.hero-left>.eat-mode-switch{margin-top:17px}.eat-stock-check{grid-template-columns:1fr}}

/* =========================================================
   EAT V38 — UX 2.0 APP BAR + DUAL INPUT CONTROLS
   ========================================================= */
:root{--voice-blue:#4f7cff;--send-green:#43b66f}
body{padding-top:82px}
.topbar{
  position:fixed!important;
  inset:0 0 auto 0!important;
  width:100%!important;
  height:82px!important;
  padding:0 clamp(24px,4vw,72px)!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  background:rgba(247,239,233,.94)!important;
  border-bottom:1px solid rgba(23,23,23,.08)!important;
  box-shadow:0 8px 30px rgba(55,36,26,.06)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  z-index:1000!important;
}
.main-nav{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  gap:10px!important;
}
.nav-btn{padding:10px 15px!important}
.nav-btn.active{background:var(--coral)!important;border-radius:999px!important}
.top-actions{gap:9px!important}
.app-reset{
  width:40px;height:40px;border:1px solid rgba(23,23,23,.08);border-radius:50%;
  background:rgba(255,255,255,.84);display:grid;place-items:center;
  font-size:22px;font-weight:900;line-height:1;transition:.18s ease
}
.app-reset:hover{transform:rotate(-20deg);background:#fff}

@media (min-width:1101px){
  .hero{padding-left:clamp(150px,14vw,270px)!important;padding-top:28px!important}
  .inspiration{padding-left:clamp(150px,14vw,270px)!important}
}

.search-bar{
  grid-template-columns:76px minmax(0,1fr) 76px!important;
  gap:12px!important;
  padding:9px 11px!important;
}
.search-icon,.voice-ring,.voice-ray{display:none!important}
.voice-btn,.submit-arrow{
  width:68px!important;height:68px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;border:0!important;
  margin:0!important;box-shadow:none!important;transform:none;
}
.voice-btn{background:var(--voice-blue)!important}
.voice-btn:hover{transform:scale(1.04)!important}
.voice-btn.listening{transform:scale(1.04)!important;animation:pulse 1s infinite!important}
.submit-arrow{background:var(--send-green)!important;color:white!important;padding:0!important}
.submit-arrow:hover{transform:scale(1.04)!important}
.submit-arrow svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.textarea{padding-left:12px!important;padding-right:12px!important}
.new-cooking{display:none!important}

@media (max-width:900px){
  body{padding-top:74px}
  .topbar{height:74px!important;padding:0 14px!important;grid-template-columns:auto 1fr auto!important}
  .main-nav{justify-self:center!important;gap:1px!important}
  .nav-btn{padding:8px 8px!important;font-size:12px!important}
  .language{display:none!important}
  .app-reset{width:36px;height:36px}
  .hero{padding-left:24px!important;padding-right:24px!important}
  .inspiration{padding-left:24px!important;padding-right:24px!important}
  .search-bar{grid-template-columns:58px minmax(0,1fr) 58px!important;gap:7px!important;padding:7px!important}
  .voice-btn,.submit-arrow{width:56px!important;height:56px!important}
  .submit-arrow svg{width:25px;height:25px}
}

/* =========================================================
   EATi V39 — NEW HOME VISUAL / locked reference direction
   ========================================================= */
:root{
  --cream:#f7efe9;
  --coral:#ff7358;
  --coffee:#2a190f;
  --control-gray:#686868;
}
body{padding-top:78px;background:var(--cream)}
.topbar{
  height:78px!important;
  background:linear-gradient(90deg,#24150d 0%,#352014 48%,#24150d 100%)!important;
  border-bottom:0!important;
  box-shadow:0 5px 20px rgba(42,25,15,.16)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#fff!important;
}
.mini-logo{width:92px!important;height:58px!important}
.mini-logo-shape{display:none!important}
.mini-logo-word{
  left:13px!important;top:18px!important;color:var(--cream)!important;
  font-size:25px!important;-webkit-text-stroke:0!important;text-shadow:none!important;
  transform:none!important;letter-spacing:.01em
}
.ray{background:var(--cream)!important;height:2px!important;width:12px!important;opacity:.9}
.ray-a{left:0!important;top:20px!important}.ray-b{left:2px!important;top:43px!important}
.ray-c{left:76px!important;top:11px!important}.ray-d{background:var(--cream)!important}.ray-e{background:var(--cream)!important}.ray-f{background:var(--cream)!important}.ray-g{background:var(--cream)!important}.ray-h{background:var(--cream)!important}
.main-nav{color:#fff!important}
.nav-btn{color:#fff!important;font-weight:900!important}
.nav-btn.active{color:#171717!important;background:var(--coral)!important}
.language,.profile,.app-reset{
  background:var(--control-gray)!important;color:#fff!important;border:0!important;
  box-shadow:none!important
}
.profile{background:#303030!important}

/* Full orange field + ONE clean cream semicircle cut-out. */
.hero{
  min-height:690px!important;
  display:block!important;
  padding:0!important;
  overflow:hidden!important;
  background:var(--coral)!important;
  isolation:isolate;
}
.hero::after{
  content:"";
  position:absolute;
  z-index:2;
  left:-18vw;
  top:270px;
  width:136vw;
  height:760px;
  border-radius:50% 50% 0 0 / 26% 26% 0 0;
  background:var(--cream);
  pointer-events:none;
}
.hero-left{
  position:relative!important;
  z-index:6!important;
  width:min(820px,62vw)!important;
  max-width:820px!important;
  margin:0 auto!important;
  padding:44px 0 36px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.eat-title-wrap{padding:8px 44px 0!important;margin:0 auto!important;text-align:center!important}
.eat-title{
  color:var(--cream)!important;
  -webkit-text-stroke:0!important;
  text-shadow:none!important;
  font-size:clamp(105px,9.2vw,158px)!important;
  letter-spacing:-.045em!important;
}
.eat-title span{font-size:.68em;margin-left:.015em;text-transform:none}
.chef-hat{width:62px!important;top:-27px!important;left:50%!important;transform:translateX(-50%) rotate(4deg)!important}
.chef-hat path{fill:var(--cream)!important;stroke:var(--cream)!important}
.burst{background:var(--cream)!important;height:5px!important;width:27px!important}
.b1{left:-5px!important;top:91px!important}.b2{left:5px!important;top:139px!important}.b3{right:5px!important;top:77px!important}.b4{right:-7px!important;top:125px!important}.b5{left:18px!important;top:45px!important}.b6{right:24px!important;top:42px!important}
.claim{
  color:var(--cream)!important;margin:17px 0 0!important;
  font-size:17px!important;line-height:1.14!important;text-align:center!important
}
.claim-underline{display:none!important}
.hero-left>.eat-mode-switch{
  position:relative;z-index:7;margin:94px 0 16px!important;
  background:#fff!important
}
.eat-mode-switch button.active{background:var(--coffee)!important}
.search-bar{
  position:relative;z-index:7;
  width:min(820px,62vw)!important;
  height:88px!important;margin:0!important;
  background:#fff!important;
}
.quick-actions{position:relative;z-index:7;justify-content:center!important;margin-top:18px!important}
.quick-action{background:rgba(255,255,255,.62)!important}
.hero-right{
  z-index:5!important;right:-82px!important;top:0!important;
  width:42vw!important;height:690px!important;pointer-events:none
}
.hero-right .coral-blob{display:none!important}
.food-plate{
  z-index:7!important;right:-115px!important;top:175px!important;
  width:min(39vw,620px)!important;padding:13px!important
}
.leaf{z-index:8!important}
.leaf-1{left:58%!important;top:52px!important;transform:rotate(-24deg) scale(.72)!important}
.leaf-2{left:7%!important;top:410px!important;transform:rotate(16deg) scale(.62)!important}
.hero-slogan{
  position:absolute;z-index:8;color:var(--cream);
  font-family:"Comic Sans MS","Bradley Hand",cursive;
  font-size:22px;line-height:1.18;text-align:center;transform:rotate(-5deg)
}
.hero-slogan-left{left:17vw;top:105px}.hero-slogan-left b{display:block;font-size:30px;font-weight:400;margin-top:5px}
.hero-slogan-right{right:18vw;top:102px;transform:rotate(-6deg)}

.inspiration{
  position:relative!important;z-index:10!important;
  margin-top:-178px!important;
  padding:0 clamp(24px,18vw,360px) 72px!important;
  background:transparent!important
}
.section-label{justify-content:center!important;color:#795f50!important;margin-bottom:18px!important}
.section-label::after{content:"";width:42px;height:1px;background:#cfc5bf}
.category-row{gap:22px!important}
.bottom-accent{z-index:11!important}

@media(max-width:1100px){
  .hero-left{width:min(720px,78vw)!important}
  .search-bar{width:min(720px,78vw)!important}
  .hero-slogan{display:none}
  .food-plate{opacity:.82!important}
  .inspiration{padding-left:8vw!important;padding-right:8vw!important}
}
@media(max-width:700px){
  body{padding-top:70px}
  .topbar{height:70px!important}
  .mini-logo{width:62px!important}.mini-logo-word{font-size:19px!important;left:7px!important}
  .hero{min-height:730px!important}
  .hero::after{left:-55vw;top:255px;width:210vw;height:760px;border-radius:50% 50% 0 0 / 18% 18% 0 0}
  .hero-left{width:calc(100% - 32px)!important;padding-top:42px!important}
  .eat-title{font-size:clamp(86px,25vw,120px)!important}
  .claim{font-size:14px!important}
  .hero-left>.eat-mode-switch{margin-top:96px!important}
  .search-bar{width:100%!important;height:72px!important}
  .hero-right{width:100%!important;height:730px!important;opacity:.38!important}
  .food-plate{width:270px!important;right:-90px!important;top:260px!important}
  .inspiration{margin-top:-145px!important;padding:0 18px 105px!important}
}


/* =========================================================
   EATi V40 — user visual corrections 13/09/2026
   ========================================================= */
:root{--coffee:#120101;}
.topbar{
  background:#120101!important;
  box-shadow:0 5px 20px rgba(18,1,1,.18)!important;
}
/* compact EATi mark, vertically centered in the menu */
.mini-logo{
  width:72px!important;height:46px!important;
  align-self:center!important;margin:0!important;
  overflow:visible!important;
}
.mini-logo-word{
  left:12px!important;top:50%!important;transform:translateY(-50%)!important;
  color:var(--coral)!important;font-size:20px!important;line-height:1!important;
}
.ray{background:var(--coral)!important;width:9px!important;height:2px!important}
.ray-a{left:1px!important;top:13px!important}.ray-b{left:2px!important;top:32px!important}
.ray-c{left:60px!important;top:8px!important}.ray-d,.ray-e,.ray-f,.ray-g,.ray-h{background:var(--coral)!important}
/* keep all ray artwork inside the visual height of the bar */
.mini-logo .ray-d{right:0!important;top:31px!important}.mini-logo .ray-e{left:34px!important;top:1px!important}.mini-logo .ray-f{left:34px!important;bottom:1px!important}.mini-logo .ray-g{left:8px!important;top:22px!important}.mini-logo .ray-h{right:5px!important;top:21px!important}

/* explicit dot for the lowercase i in the large EATi wordmark */
.eat-title span{position:relative!important;display:inline-block!important}
.eat-title span::after{
  content:"";position:absolute;width:.23em;height:.23em;border-radius:50%;
  background:var(--cream);left:50%;top:-.10em;transform:translateX(-50%);
}

/* 8 green leaves distributed over the hero field */
.hero-right .leaf{position:absolute!important;display:block!important;opacity:.9!important;z-index:8!important}
.leaf-1{left:7%!important;top:115px!important;transform:rotate(-32deg) scale(.66)!important}
.leaf-2{left:18%!important;top:365px!important;transform:rotate(20deg) scale(.52)!important}
.leaf-3{left:34%!important;top:82px!important;transform:rotate(42deg) scale(.46)!important}
.leaf-4{left:47%!important;top:455px!important;transform:rotate(-12deg) scale(.56)!important}
.leaf-5{left:60%!important;top:115px!important;transform:rotate(-28deg) scale(.55)!important}
.leaf-6{left:70%!important;top:395px!important;transform:rotate(32deg) scale(.47)!important}
.leaf-7{left:80%!important;top:82px!important;transform:rotate(-45deg) scale(.58)!important}
.leaf-8{left:88%!important;top:485px!important;transform:rotate(14deg) scale(.50)!important}

/* move inspiration circles down: no collision with search / quick actions */
.inspiration{
  margin-top:-112px!important;
  padding-top:34px!important;
}
.section-label{margin-bottom:28px!important}
.category-row{transform:translateY(8px)}

@media(max-width:1100px){
  .leaf-3,.leaf-4,.leaf-6,.leaf-8{display:none!important}
  .inspiration{margin-top:-92px!important;padding-top:38px!important}
}
@media(max-width:700px){
  .mini-logo{width:58px!important;height:40px!important}
  .mini-logo-word{font-size:17px!important;left:8px!important}
  .hero-right .leaf{opacity:.55!important}
  .inspiration{margin-top:-72px!important;padding-top:34px!important}
}

/* =========================================================
   EATi V41 — screenshot corrections
   ========================================================= */
:root{--coffee:#1a1a1a;}
.topbar{
  background:#1a1a1a!important;
  box-shadow:0 5px 20px rgba(0,0,0,.16)!important;
}
/* EATi in the hero is dark; the orange field remains unchanged. */
.eat-title{color:#1a1a1a!important;}
.eat-title span::after{background:#1a1a1a!important;}
.chef-hat path{fill:#1a1a1a!important;stroke:#1a1a1a!important;}
.burst{background:#1a1a1a!important;}
.claim{color:#1a1a1a!important;}

/* Leaves belong to the hero canvas, never to the fixed menu. */
.hero>.leaf{position:absolute!important;display:block!important;z-index:4!important;opacity:.88!important;pointer-events:none!important;}
.hero>.leaf-1{left:5%!important;top:120px!important;transform:rotate(-28deg) scale(.52)!important;}
.hero>.leaf-2{left:13%!important;top:260px!important;transform:rotate(18deg) scale(.40)!important;}
.hero>.leaf-3{left:25%!important;top:92px!important;transform:rotate(42deg) scale(.43)!important;}
.hero>.leaf-4{left:37%!important;top:235px!important;transform:rotate(-12deg) scale(.38)!important;}
.hero>.leaf-5{left:57%!important;top:112px!important;transform:rotate(-28deg) scale(.46)!important;}
.hero>.leaf-6{left:68%!important;top:238px!important;transform:rotate(30deg) scale(.40)!important;}
.hero>.leaf-7{left:80%!important;top:105px!important;transform:rotate(-43deg) scale(.47)!important;}
.hero>.leaf-8{left:90%!important;top:225px!important;transform:rotate(15deg) scale(.42)!important;}

/* Keep the full plate visible inside the hero. */
.hero{min-height:760px!important;overflow:hidden!important;}
.hero-right{right:0!important;width:39vw!important;height:760px!important;}
.food-plate{
  width:min(31vw,520px)!important;
  right:18px!important;
  top:168px!important;
  padding:13px!important;
}

/* Inspiration is a centered horizontal row, not a diagonal / shifted group. */
.inspiration{
  margin-top:-150px!important;
  padding:58px 24px 78px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.section-label{width:min(900px,100%)!important;margin:0 auto 34px!important;}
.category-row{
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:34px!important;
  align-items:start!important;
  transform:none!important;
}
.category{align-self:start!important;transform:none!important;margin:0!important;}
.category-img{margin:0 auto 10px!important;}

@media(max-width:1100px){
  .hero-right{width:44vw!important;}
  .food-plate{width:min(38vw,460px)!important;right:-12px!important;top:185px!important;}
  .category-row{gap:20px!important;}
}
@media(max-width:700px){
  .hero{min-height:790px!important;}
  .hero>.leaf-2,.hero>.leaf-4,.hero>.leaf-6,.hero>.leaf-8{display:none!important;}
  .hero-right{width:100%!important;height:790px!important;}
  .food-plate{width:250px!important;right:-28px!important;top:280px!important;}
  .inspiration{margin-top:-95px!important;padding:48px 18px 110px!important;align-items:stretch!important;}
  .category-row{display:flex!important;width:100%!important;max-width:none!important;gap:18px!important;overflow-x:auto!important;}
}

/* =========================================================
   EATi V42 — final logo colors + menu mark + inspiration lift
   13/09/2026
   ========================================================= */
:root{
  --coffee:#1a1a1a;
  --eati-logo-fill:#9c784f;
}

/* Top app bar stays #1a1a1a; compact EATi mark + rays are white. */
.topbar{background:#1a1a1a!important;}
.mini-logo-word{color:#fff!important;}
.mini-logo .ray{background:#fff!important;}
.mini-logo .ray-a,
.mini-logo .ray-b,
.mini-logo .ray-c,
.mini-logo .ray-d,
.mini-logo .ray-e,
.mini-logo .ray-f,
.mini-logo .ray-g,
.mini-logo .ray-h{background:#fff!important;}

/* Large EATi: warm brown fill with a crisp black outline. */
.eat-title{
  color:var(--eati-logo-fill)!important;
  -webkit-text-stroke:3px #1a1a1a!important;
  paint-order:stroke fill!important;
  text-shadow:0 2px 0 rgba(0,0,0,.08)!important;
}
.eat-title span{
  color:var(--eati-logo-fill)!important;
  -webkit-text-stroke:3px #1a1a1a!important;
  paint-order:stroke fill!important;
}
.eat-title span::after{
  background:var(--eati-logo-fill)!important;
  border:3px solid #1a1a1a!important;
  box-sizing:border-box!important;
}

/* Chef hat and rays belong to the same large mark. */
.chef-hat path{
  fill:var(--eati-logo-fill)!important;
  stroke:#1a1a1a!important;
}
.burst{background:#1a1a1a!important;}
.claim{color:#1a1a1a!important;}

/* Lift the inspiration image bubbles a little, while preserving the centered grid. */
.category-row{transform:translateY(-22px)!important;}
.section-label{margin-bottom:24px!important;}
.inspiration{padding-bottom:72px!important;}

@media(max-width:1100px){
  .category-row{transform:translateY(-16px)!important;}
}
@media(max-width:700px){
  .category-row{transform:translateY(-10px)!important;}
}

/* =========================================================
   EATi V43 — ray centering + stronger hero outline + inspiration lift
   ========================================================= */
/* Compact menu logo: symmetric white rays around the EATi wordmark. */
.mini-logo{position:relative!important;width:78px!important;height:48px!important;overflow:visible!important;}
.mini-logo-word{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;color:#fff!important;}
.mini-logo .ray{position:absolute!important;background:#fff!important;width:11px!important;height:2px!important;border-radius:999px!important;transform-origin:center!important;}
.mini-logo .ray-a{left:2px!important;top:13px!important;transform:rotate(28deg)!important;}
.mini-logo .ray-b{left:2px!important;top:33px!important;transform:rotate(-28deg)!important;}
.mini-logo .ray-c{left:65px!important;top:13px!important;transform:rotate(-28deg)!important;}
.mini-logo .ray-d{left:65px!important;top:33px!important;transform:rotate(28deg)!important;}
.mini-logo .ray-e{left:33px!important;top:0!important;transform:rotate(90deg)!important;}
.mini-logo .ray-f{left:33px!important;top:46px!important;transform:rotate(90deg)!important;}
.mini-logo .ray-g{left:-2px!important;top:23px!important;transform:none!important;}
.mini-logo .ray-h{left:69px!important;top:23px!important;transform:none!important;}

/* Large EATi: outline visually matches the chef-hat line weight. */
.eat-title,.eat-title span{
  -webkit-text-stroke:5px #1a1a1a!important;
  paint-order:stroke fill!important;
}
.eat-title span::after{border:5px solid #1a1a1a!important;}

/* Large logo rays: balanced left/right and centered around the wordmark. */
.eat-title-wrap .burst{width:27px!important;height:5px!important;border-radius:999px!important;background:#1a1a1a!important;}
.eat-title-wrap .b1{left:4px!important;top:91px!important;transform:rotate(8deg)!important;}
.eat-title-wrap .b2{left:9px!important;top:145px!important;transform:rotate(-24deg)!important;}
.eat-title-wrap .b3{right:4px!important;top:91px!important;transform:rotate(-8deg)!important;}
.eat-title-wrap .b4{right:9px!important;top:145px!important;transform:rotate(24deg)!important;}
.eat-title-wrap .b5{left:31px!important;top:43px!important;transform:rotate(48deg)!important;}
.eat-title-wrap .b6{right:31px!important;top:43px!important;transform:rotate(-48deg)!important;}

/* Lift both INSPIRUJ SE label and the complete centered image row. */
.inspiration{margin-top:-188px!important;padding-top:42px!important;padding-bottom:72px!important;}
.section-label{margin-bottom:22px!important;}
.category-row{transform:translateY(-8px)!important;}

@media(max-width:1100px){
  .inspiration{margin-top:-145px!important;}
  .category-row{transform:translateY(-5px)!important;}
}
@media(max-width:700px){
  .mini-logo{width:66px!important;height:42px!important;transform:scale(.88)!important;transform-origin:left center!important;}
  .inspiration{margin-top:-96px!important;}
  .category-row{transform:none!important;}
}

/* =========================================================
   EATi FINAL — active hero wordmark rules
   ========================================================= */
.eat-title{
  letter-spacing:.015em!important;
  -webkit-text-stroke:8px #1a1a1a!important;
  paint-order:stroke fill!important;
}
.eat-title span{
  margin-left:.075em!important;
  -webkit-text-stroke:8px #1a1a1a!important;
  paint-order:stroke fill!important;
}
.eat-title span::after{
  width:.26em!important;
  height:.26em!important;
  border:4px solid #1a1a1a!important;
  border-radius:1px!important;
  background:#9c784f!important;
  box-sizing:border-box!important;
  left:50%!important;
  top:-.14em!important;
  transform:translateX(-50%)!important;
}
.chef-hat path:first-child{fill:#fffaf5!important;}
.eat-title-wrap .b1{left:-44px!important;top:88px!important;transform:rotate(8deg)!important;}
.eat-title-wrap .b2{left:-36px!important;top:148px!important;transform:rotate(-24deg)!important;}
.eat-title-wrap .b3{right:-44px!important;top:88px!important;transform:rotate(-8deg)!important;}
.eat-title-wrap .b4{right:-36px!important;top:148px!important;transform:rotate(24deg)!important;}
.eat-title-wrap .b5{left:-8px!important;top:35px!important;transform:rotate(48deg)!important;}
.eat-title-wrap .b6{right:-8px!important;top:35px!important;transform:rotate(-48deg)!important;}

/* =========================================================
   EATi FINAL TEST — recipe detail + resilient states
   ========================================================= */
.recipe-detail{
  width:min(1040px,calc(100vw - 32px));
  max-height:calc(100vh - 32px);
  padding:0;
  border:0;
  border-radius:28px;
  background:#f7efe9;
  color:#1a1a1a;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.recipe-detail::backdrop{background:rgba(18,18,18,.58);backdrop-filter:blur(6px)}
.recipe-detail-card{position:relative;padding:34px;overflow:auto;max-height:calc(100vh - 32px)}
.recipe-detail-close{position:absolute;right:22px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#1a1a1a;color:#fff;font-size:27px;line-height:1;cursor:pointer}
.recipe-detail-head{max-width:760px;padding-right:55px}
.recipe-detail-head h2{font-family:"Luckiest Guy",system-ui,sans-serif;font-size:clamp(34px,5vw,64px);line-height:.98;margin:8px 0 12px;letter-spacing:.01em}
.recipe-detail-head p{font-size:17px;line-height:1.55;margin:14px 0 0;max-width:720px}
.recipe-detail-meta{display:flex;gap:10px;flex-wrap:wrap}
.recipe-detail-meta span{background:#fff;border:2px solid #1a1a1a;border-radius:999px;padding:8px 12px;font-weight:900}
.recipe-detail-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(320px,1.2fr);gap:28px;margin-top:30px}
.recipe-detail-grid>section{background:#fff;border:2px solid #1a1a1a;border-radius:22px;padding:22px}
.recipe-detail-grid h3{font-size:19px;margin:0 0 16px}
.recipe-detail-stock{display:grid;gap:14px}
.recipe-detail-stock>div{display:grid;gap:8px;padding:14px;border-radius:16px;background:#f7efe9}
.recipe-detail-stock strong{font-size:12px;letter-spacing:.12em}
.recipe-detail-stock span{font-weight:800}
.detail-have span{color:#2d6a4f}.detail-missing span{color:#a64232}
.recipe-detail-steps{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.recipe-detail-steps li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}
.recipe-detail-steps li>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ff7358;border:2px solid #1a1a1a}
.recipe-detail-steps p{margin:4px 0 0;line-height:1.45;color:#555}
.recipe-detail-actions{display:flex;justify-content:flex-end;margin-top:24px}
.recipe-detail-actions button{border:2px solid #1a1a1a;background:#65b96f;color:#102313;border-radius:999px;padding:14px 22px;font-weight:900;font-size:16px;cursor:pointer}
.eat-recipe-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}
.eat-detail{border:2px solid #1a1a1a;background:#fff;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer}
.eat-error{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:18px 20px;border:2px solid #1a1a1a;border-radius:18px;background:#fff}
.eat-error strong{font-size:17px}.eat-error span{color:#555}.eat-error button{margin-left:auto;border:2px solid #1a1a1a;background:#ff7358;border-radius:999px;padding:9px 14px;font-weight:900;cursor:pointer}
@media(max-width:760px){
  .recipe-detail{width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:22px}
  .recipe-detail-card{padding:24px 18px;max-height:calc(100vh - 16px)}
  .recipe-detail-grid{grid-template-columns:1fr;gap:16px}
  .recipe-detail-head{padding-right:44px}
  .recipe-detail-head h2{font-size:38px}
  .recipe-detail-actions button{width:100%}
}
.chat-message{max-width:84%;padding:10px 13px;border-radius:15px;margin:7px 0;line-height:1.45;white-space:pre-wrap}
.chat-message.user{margin-left:auto;background:#1a1a1a;color:#fff}
.chat-message.assistant{margin-right:auto;background:#fff;border:1px solid rgba(26,26,26,.12)}


/* EATi V54 — food spending */
.food-spending{margin-top:24px;display:grid;grid-template-columns:1.35fr .65fr;gap:16px}.food-spending-main,.food-spending-history{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:28px;padding:24px}.food-spending-total{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:8px}.food-spending-total>div{display:flex;flex-direction:column}.food-spending-total strong{font:900 24px Nunito,sans-serif}.food-spending-total small{font:700 11px Nunito,sans-serif;color:#8b817a;margin-top:4px}.food-spending-total b{font:900 34px Nunito,sans-serif;white-space:nowrap}.food-spending-add{display:grid;grid-template-columns:150px 1fr auto;gap:8px;margin-top:18px}.food-spending-add input{min-width:0;border:1px solid #ded5d0;border-radius:14px;padding:12px 14px;font:700 12px Nunito,sans-serif}.food-spending-add button,.food-spending-history-head button{border:0;border-radius:999px;background:#111;color:#fff;padding:12px 16px;font:900 11px Nunito,sans-serif;cursor:pointer}.food-spending-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.food-spending-history-head strong{font:900 16px Nunito,sans-serif}.spending-month-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid #eee5df;font:800 12px Nunito,sans-serif}.spending-month-row:last-child{border-bottom:0}.spending-current-list{margin-top:14px;display:grid;gap:6px}.spending-entry{display:flex;justify-content:space-between;gap:12px;font:700 10px Nunito,sans-serif;color:#756c66}.spending-entry button{border:0;background:none;color:#ff7258;cursor:pointer;font-weight:900}.receipt-spend-note{margin-top:12px;padding:11px 13px;border-radius:13px;background:#f8f3ef;font:800 11px Nunito,sans-serif}@media(max-width:850px){.food-spending{grid-template-columns:1fr}.food-spending-add{grid-template-columns:1fr}.food-spending-total{align-items:flex-start}.food-spending-total b{font-size:28px}}
