@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,600&family=Jost:wght@300;400;500;600&display=swap";:root{--yellow:#f3c680;--peach:#f8daba;--terracotta:#bc7057;--orange:#d39b64;--olive:#738740;--olive-light:#899766;--green:#546c44;--green-dark:#474e32;--white:#fff;--grey:#9a9590;--cream:#fbf6ec;--line:#948e802e;--display:"Cormorant Garamond", Georgia, serif;--ui:"Jost", system-ui, sans-serif;--bottom-nav-height:72px;--bottom-nav-reserved:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));color:var(--green-dark);background:var(--cream);font-family:var(--ui)}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{background:var(--cream);margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}h1,h2,p{margin:0}.app-shell{background:var(--cream);flex-direction:column;width:100%;height:100dvh;margin:0 auto;display:flex;overflow:hidden}.screens{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-height:0;position:relative;overflow:hidden auto}.screens::-webkit-scrollbar{display:none}.screen{min-height:100%}.auth-screen{background:linear-gradient(178deg, var(--yellow) 0%, var(--peach) 48%, var(--cream) 100%)}.auth-wrap{min-height:100%;padding:calc(34px + env(safe-area-inset-top,0px)) 26px 26px;flex-direction:column;align-items:center;display:flex}.auth-brand{text-align:center}.auth-brand span,.brand span{color:var(--green);letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:500;display:block}.auth-brand strong,.brand strong{color:var(--green-dark);font-family:var(--display);margin-top:4px;font-size:36px;font-weight:600;line-height:1;display:block}.auth-subtitle{color:var(--green);text-align:center;margin-top:10px;font-size:14.5px;font-weight:300}.auth-card{background:var(--white);border-radius:26px;width:100%;margin-top:30px;padding:24px 20px;box-shadow:0 16px 40px #474e3229}.auth-card h1{color:var(--green-dark);font-family:var(--display);margin-bottom:8px;font-size:29px;font-weight:600;line-height:1.08}.auth-card p{color:var(--green);font-size:14.5px;font-weight:300;line-height:1.5}.mail-sent{background:linear-gradient(155deg,#89976629,#f3c6803d);border:1.5px solid #7387402e;border-radius:18px;margin:18px 0;padding:16px}.mail-sent strong,.mail-sent span{display:block}.mail-sent strong{color:var(--green-dark);font-family:var(--display);margin-top:12px;font-size:23px;line-height:1.1}.mail-sent span{color:var(--green);margin-top:6px;font-size:14px;font-weight:300}.mail-icon{background:var(--olive);width:42px;height:42px;color:var(--white);border-radius:13px;justify-content:center;align-items:center;display:flex}.mail-icon svg{width:22px;height:22px}.field-label{color:var(--olive);letter-spacing:.04em;text-transform:uppercase;margin:18px 2px 8px;font-size:12px;font-weight:500;display:block}.text-field{background:var(--cream);border:1.5px solid #948e8038;border-radius:14px;align-items:center;gap:10px;height:52px;padding:0 14px;transition:all .16s;display:flex}.text-field:focus-within{background:var(--white);border-color:var(--olive)}.text-field svg{width:20px;height:20px;color:var(--olive);flex:none}.text-field input{width:100%;min-width:0;color:var(--green-dark);background:0 0;border:0;outline:0;font-size:15.5px}.text-field input::placeholder{color:var(--grey)}.code-field input{text-align:center;letter-spacing:.26em;font-weight:600}.primary-button{background:var(--terracotta);width:100%;height:54px;color:var(--white);border:0;border-radius:15px;margin-top:18px;font-size:16px;font-weight:600}.primary-button:disabled,.auth-actions button:disabled{cursor:default;opacity:.62}.auth-actions{flex-direction:column;gap:8px;margin-top:14px;display:flex}.auth-actions button,.section-head button{color:var(--olive);background:0 0;border:0;font-size:13.5px;font-weight:500}.auth-card .form-message{text-align:left;border-radius:12px;margin-top:14px;padding:10px 12px;font-size:13px;line-height:1.35}.form-message.success{color:var(--green);background:#7387401f}.form-message.error{color:var(--terracotta);background:#bc705724}.debug-code-card{text-align:center;background:#f3c68042;border:1.5px dashed #bc70576b;border-radius:16px;margin-top:16px;padding:16px}.debug-code-card span{color:var(--terracotta);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:600;display:block}.debug-code-card strong{color:var(--green-dark);letter-spacing:.18em;margin-top:6px;font-size:31px;line-height:1;display:block}.debug-code-card button{background:var(--olive);min-height:38px;color:var(--white);border:0;border-radius:12px;margin-top:12px;padding:0 14px;font-size:13px;font-weight:600}.auth-card .legal-note{color:var(--grey);text-align:center;margin-top:14px;font-size:12px}.legal-note b{color:var(--olive);font-weight:500}.home-screen{background:var(--cream)}.home-scroll{min-height:100%;padding-bottom:26px}.home-scroll::-webkit-scrollbar{display:none}.hero{background:linear-gradient(170deg, var(--yellow) 0%, var(--peach) 100%);padding:14px 22px 30px}.topbar{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.brand strong{font-size:27px}.avatar-button{background:var(--white);width:44px;height:44px;color:var(--olive);border:0;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 14px #474e3229}.avatar-button svg{width:22px;height:22px}.hero h1{color:var(--green-dark);font-family:var(--display);font-size:38px;font-weight:600;line-height:1.05}.hero h1 em{color:var(--terracotta);display:block}.hero p{max-width:270px;color:var(--green);margin-top:8px;font-size:15px;font-weight:300;line-height:1.45}.home-search{background:var(--white);width:100%;min-height:76px;color:var(--terracotta);text-align:left;border:0;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:22px;padding:14px 12px 14px 18px;display:grid;box-shadow:0 8px 22px #474e3221}.home-search:focus-within{box-shadow:0 0 0 2px #c270572e,0 8px 22px #474e3221}.home-search svg{width:22px;height:22px}.home-search input{min-width:0;color:var(--green-dark);background:0 0;border:0;outline:0;font-size:15.5px}.home-search input::placeholder{color:var(--grey)}.home-search button,.week-banner i{background:var(--terracotta);width:44px;height:44px;color:var(--white);border:0;border-radius:14px;justify-content:center;align-items:center;font-style:normal;display:flex}.section-block{padding:26px 22px 0}.section-head{justify-content:space-between;align-items:baseline;margin-bottom:15px;display:flex}.section-head h2{color:var(--green-dark);font-family:var(--display);font-size:34px;font-weight:600;line-height:1}.section-head button{font-size:14px;font-weight:600}.categories-row{gap:13px;padding:2px 22px 4px;display:flex;overflow-x:auto}.categories-row::-webkit-scrollbar{display:none}.category-tile{width:108px;height:132px;color:var(--white);text-align:left;background:linear-gradient(145deg,#899766,#546c44);border:0;border-radius:18px;flex-direction:column;flex:0 0 108px;justify-content:flex-end;align-items:flex-start;padding:14px;display:flex;position:relative;overflow:hidden}.category-tile:before{content:"";background:linear-gradient(#0000 30%,#0000008c 100%);position:absolute;inset:0}.category-tile-image{object-fit:contain;object-position:center;background:#2f3329;width:100%;height:100%;position:absolute;inset:0}.category-tile span,.category-tile small{z-index:1;position:relative}.category-tile span{font-size:14.5px;font-weight:500;line-height:1.15}.category-tile small{color:#ffffffdb;margin-top:3px;font-size:11.5px;font-weight:300}.category-tile.orange{background:linear-gradient(145deg,#d39b64,#738740)}.category-tile.red{background:linear-gradient(145deg,#bc7057,#899766)}.category-tile.olive{background:linear-gradient(145deg,#738740,#474e32)}.category-tile.peach{background:linear-gradient(145deg,#f3c680,#bc7057)}.category-tile.sage{background:linear-gradient(145deg,#899766,#d39b64)}.category-tile.clay{background:linear-gradient(145deg,#bc7057,#546c44)}.category-tile.moss{background:linear-gradient(145deg,#546c44,#899766)}.week-banner{background:linear-gradient(120deg, var(--olive-light) 0%, var(--olive) 100%);width:calc(100% - 44px);color:var(--white);text-align:left;background-position:50%;background-size:cover;border:0;border-radius:20px;margin:26px 22px 8px;padding:22px 20px;position:relative;overflow:hidden}.week-banner:before{content:"";background:linear-gradient(90deg,#474e32bd 0%,#546c44a8 52%,#474e3238 100%);position:absolute;inset:0}.week-banner span{z-index:1;color:#ffffffd9;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:600;display:block;position:relative}.week-banner strong{z-index:1;font-family:var(--display);margin:6px 0 4px;font-size:26px;font-weight:600;line-height:1.05;display:block;position:relative}.week-banner small{z-index:1;color:#ffffffe6;max-width:210px;font-size:13px;font-weight:300;line-height:1.35;display:block;position:relative}.week-banner i{z-index:1;background:#fff3;width:40px;height:40px;position:absolute;bottom:18px;right:18px}.search-screen{background:var(--cream);min-height:100%}.search-header{padding:calc(18px + env(safe-area-inset-top,0px)) 22px 16px;background:linear-gradient(180deg, var(--yellow) 0%, var(--peach) 100%)}.search-topline{grid-template-columns:52px 1fr;align-items:center;gap:12px;display:grid}.back-button{width:52px;height:52px;color:var(--green-dark);background:#ffffffa3;border:0;border-radius:15px;justify-content:center;align-items:center;display:flex}.back-button svg{width:23px;height:23px}.search-field{background:var(--white);min-width:0;height:56px;color:var(--terracotta);border-radius:15px;align-items:center;gap:10px;padding:0 14px;display:flex}.search-field svg{flex:none;width:21px;height:21px}.search-field input{width:100%;min-width:0;color:var(--green-dark);background:0 0;border:0;outline:0;font-size:15px}.search-field input::placeholder{color:var(--grey)}.mode-switch{gap:10px;margin-top:14px;display:flex}.mode-switch button,.time-filters button{min-height:42px;color:var(--green);white-space:nowrap;background:#ffffff85;border:0;border-radius:13px;padding:0 14px;font-size:13.5px;font-weight:600}.mode-switch button.active,.time-filters button.active{background:var(--olive);color:var(--white);box-shadow:0 8px 18px #546c442e}.time-filters{border-bottom:1px solid var(--line);background:#ffffff6b;gap:10px;padding:14px 22px;display:flex;overflow-x:auto}.time-filters::-webkit-scrollbar{display:none}.time-filters button{background:var(--white);border:1px solid #948e8038}.search-results{min-height:calc(100% - 181px);padding:20px 22px 28px}.result-count{color:var(--green);font-size:15px}.result-count b{color:var(--green-dark);font-weight:600}.recipe-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.load-more{justify-content:center;padding:22px 0 8px;display:flex}.load-more button{background:var(--green);min-width:188px;color:var(--white);border:0;border-radius:18px;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:600;box-shadow:0 10px 22px #4a5a3224}.load-more button:disabled{opacity:.72}.recipe-card{background:var(--white);text-align:left;border:0;border-radius:20px;grid-template-columns:82px 1fr auto 24px;align-items:center;gap:14px;width:100%;min-height:104px;padding:14px 12px;display:grid;box-shadow:0 10px 24px #474e3214}.recipe-thumb{background-position:50%;background-size:cover;border-radius:15px;width:82px;height:82px;position:relative;overflow:hidden}.recipe-thumb:after{content:"";background:radial-gradient(circle at 26% 24%,#ffffffa3,#0000 18%),linear-gradient(#0000 38%,#00000038);position:absolute;inset:0}.lock-badge{z-index:1;width:30px;height:30px;color:var(--yellow);background:#474e32e6;border-radius:10px;justify-content:center;align-items:center;font-style:normal;display:flex;position:absolute;top:9px;left:9px}.lock-badge svg{width:16px;height:16px}.recipe-info{min-width:0}.recipe-info strong{color:var(--green-dark);font-family:var(--display);font-size:25px;font-weight:600;line-height:1.05;display:block}.recipe-info span{color:var(--green);align-items:center;gap:7px;margin-top:10px;font-size:15px;font-weight:500;display:flex}.recipe-info svg{width:17px;height:17px}.recipe-info em{color:var(--terracotta);background:#bc70571a;border-radius:10px;margin-left:4px;padding:5px 10px;font-size:13px;font-style:normal;font-weight:600}.recipe-arrow{color:var(--grey);width:22px;height:22px}.recipe-favorite-mark{width:20px;height:20px;color:var(--terracotta);fill:currentColor}.recipe-favorite-mark.empty{visibility:hidden}.search-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:28px 6px;display:flex}.state-icon{background:var(--peach);width:72px;height:72px;color:var(--terracotta);border-radius:22px;justify-content:center;align-items:center;display:flex}.search-state.error .state-icon{background:#bc70571f}.state-icon svg{width:30px;height:30px}.search-state h1{color:var(--green-dark);font-family:var(--display);margin-top:18px;font-size:28px;font-weight:600;line-height:1}.search-state p{max-width:280px;color:var(--green);margin-top:12px;font-size:15px;line-height:1.45}.suggestions{color:var(--grey);flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;font-size:13px;display:flex}.suggestions span{width:100%}.suggestions button{color:var(--olive);background:0 0;border:0;font-size:13.5px;font-weight:600}.retry-button{background:var(--terracotta);min-height:42px;color:var(--white);border:0;border-radius:13px;margin-top:20px;padding:0 22px;font-size:14px;font-weight:600}.detail-screen{background:var(--cream);padding-bottom:60px}.detail-hero{min-height:320px;padding:calc(24px + env(safe-area-inset-top,0px)) 22px 24px;background-position:50%;background-size:cover;justify-content:space-between;display:flex;position:relative}.detail-hero:after{content:"";background:radial-gradient(circle at 22% 18%,#ffffff94,#0000 15%),linear-gradient(#00000014,#0000005c);position:absolute;inset:0}.detail-back,.detail-favorite{z-index:1;width:58px;height:58px;color:var(--green-dark);background:#ffffffdb;border:0;border-radius:18px;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 12px 28px #474e3224}.detail-back.floating{top:calc(22px + env(safe-area-inset-top,0px));position:absolute;left:22px}.detail-favorite{color:var(--terracotta)}.detail-favorite.active svg{fill:currentColor}.detail-favorite:disabled{opacity:.72}.detail-card{background:var(--cream);z-index:2;border-radius:28px 28px 0 0;margin-top:-46px;padding:28px 22px 32px;position:relative}.copy-protected{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.detail-category{min-height:38px;color:var(--terracotta);letter-spacing:.08em;text-transform:uppercase;background:#bc70571a;border-radius:12px;align-items:center;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.detail-card h1{color:var(--green-dark);font-family:var(--display);margin-top:20px;font-size:42px;font-weight:600;line-height:1.04}.detail-time{color:var(--green);align-items:center;gap:9px;margin-top:18px;font-size:18px;font-weight:500;display:flex}.detail-time svg{width:20px;height:20px}.nutrition-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:28px;display:grid}.nutrition-grid span{background:var(--white);min-height:70px;color:var(--green);border-radius:16px;justify-content:center;align-items:center;gap:5px;font-weight:600;display:flex;box-shadow:0 8px 18px #474e320f}.nutrition-grid b{color:var(--green-dark);font-family:var(--display);font-size:30px;line-height:1}.nutrition-grid span:first-child b{color:var(--terracotta)}.serving-note{color:var(--grey);text-align:center;margin-top:10px;font-size:14px}.recipe-preamble{color:var(--green);margin-top:22px;font-size:16px;line-height:1.5}.detail-section{margin-top:30px}.detail-section h2{color:var(--green-dark);font-family:var(--display);font-size:32px;font-weight:600;line-height:1}.ingredient-list,.steps-list{margin:16px 0 0;padding:0;list-style:none}.ingredient-list{background:var(--white);border-radius:20px;overflow:hidden}.ingredient-list li{border-bottom:1px solid var(--line);min-height:54px;color:var(--green-dark);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;font-size:16px;display:flex}.ingredient-list li:last-child{border-bottom:0}.ingredient-list b{color:var(--green);text-align:right;font-weight:500}.steps-list{flex-direction:column;gap:14px;display:flex}.steps-list li{background:var(--white);border-radius:20px;grid-template-columns:34px 1fr;gap:12px;padding:18px;display:grid}.steps-list b{background:var(--olive);width:34px;height:34px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;display:flex}.steps-list p,.notes-section p{color:var(--green);font-size:15.5px;line-height:1.5}.paywall-card{background:linear-gradient(180deg, var(--olive-light), var(--olive));color:var(--white);text-align:center;border-radius:24px;margin-top:28px;padding:26px 20px}.paywall-icon{width:64px;height:64px;color:var(--yellow);background:#ffffff2e;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.paywall-card h2{color:var(--white);font-family:var(--display);font-size:34px;font-weight:600;line-height:1}.paywall-card p{color:#ffffffe6;max-width:280px;margin:14px auto 0;font-size:16px;line-height:1.45}.benefit-list{text-align:left;gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.benefit-list li{color:currentColor;grid-template-columns:20px 1fr;align-items:start;gap:8px;font-size:14px;line-height:1.35;display:grid}.benefit-list svg{width:16px;height:16px;color:var(--yellow);stroke-width:2.4px;margin-top:1px}.paywall-card button{background:var(--orange);width:100%;min-height:54px;color:var(--white);border:0;border-radius:16px;margin-top:24px;font-size:16px;font-weight:700}.paywall-card button:disabled{opacity:.58}.paywall-card small{color:#ffffffeb;margin-top:14px;font-size:12.5px;font-weight:600;display:block}.profile-screen,.subscription-screen,.support-screen,.legal-screen{background:var(--cream);min-height:100%;padding-bottom:28px}.profile-header{padding:calc(34px + env(safe-area-inset-top,0px)) 22px 24px;background:linear-gradient(180deg, var(--yellow), var(--peach))}.profile-header h1{color:var(--green-dark);font-family:var(--display);font-size:35px;font-weight:600;line-height:1}.profile-content{padding:0 22px 28px}.profile-user-card{background:var(--white);border-radius:20px;grid-template-columns:56px 1fr 34px;align-items:center;gap:12px;min-height:76px;margin-top:-12px;padding:12px 14px;display:grid;box-shadow:0 10px 26px #474e3214}.profile-avatar{background:var(--olive-light);width:56px;height:56px;color:var(--white);font-family:var(--display);border-radius:50%;justify-content:center;align-items:center;font-size:28px;font-weight:600;display:flex}.profile-user-card strong{color:var(--green-dark);font-size:15px;font-weight:700;display:block}.profile-user-card small{color:var(--green);margin-top:3px;font-size:13px;display:block}.profile-user-card button{color:var(--grey);background:0 0;border:0}.profile-section-title{color:var(--olive);letter-spacing:.08em;text-transform:uppercase;margin-top:28px;font-size:13px;font-weight:800}.subscription-card{background:var(--white);color:var(--green-dark);border-radius:20px;margin-top:12px;padding:22px 20px}.subscription-card.active{background:var(--olive);color:var(--white)}.subscription-card.free{border:1px solid var(--line)}.profile-subscription-card.free{grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:76px;padding:14px;display:grid}.profile-subscription-card.free .subscription-icon{grid-row:1/span 2}.profile-subscription-card.free h3{font-family:var(--ui);margin:0;font-size:15px;font-weight:800;line-height:1.2}.profile-subscription-card.free p{margin-top:4px;font-size:13px;line-height:1.25}.profile-subscription-card.free button{width:auto;min-height:0;color:var(--grey);border:0;grid-area:1/3/span 2;margin:0;padding:0;font-size:0}.profile-subscription-card.free button:after{content:"›";font-size:34px;line-height:1}.profile-full-access{background:var(--olive);color:var(--white);border-radius:20px;margin-top:12px;padding:24px 20px 20px;box-shadow:0 10px 26px #474e3214}.profile-full-access h3{font-family:var(--display);margin:0;font-size:28px;font-weight:600;line-height:1}.profile-full-access strong{color:var(--white);font-family:var(--display);margin-top:24px;font-size:31px;font-weight:600;line-height:1;display:block}.profile-full-access strong span{font-family:var(--ui);font-size:14px;font-weight:500}.profile-full-access button{background:var(--orange);width:100%;min-height:54px;color:var(--white);border:0;border-radius:16px;margin-top:18px;font-size:16px;font-weight:700}.subscription-icon{width:44px;height:44px;color:var(--yellow);background:#ffffff2e;border-radius:14px;justify-content:center;align-items:center;display:flex}.subscription-card.free .subscription-icon{color:var(--olive);background:#7387401f}.subscription-card h3{font-family:var(--display);margin:12px 0 0;font-size:27px;font-weight:600;line-height:1.05}.subscription-card p{color:currentColor;opacity:.9;margin-top:10px;font-size:14px;line-height:1.45}.subscription-card button{color:currentColor;background:0 0;border:1px solid;border-radius:14px;width:100%;min-height:48px;margin-top:18px;font-size:14px;font-weight:700}.subscription-date{color:currentColor;opacity:.84;margin-top:10px;font-size:13px;display:block}.subscription-content{padding:22px 22px 28px}.subscription-offer{background:var(--olive);color:var(--white);border-radius:20px;margin-top:18px;padding:24px 20px;box-shadow:0 10px 26px #474e3214}.subscription-offer .offer-icon{width:48px;height:48px;color:var(--yellow);background:#ffffff29;border-radius:15px;justify-content:center;align-items:center;display:flex}.subscription-offer h2{color:var(--white);font-family:var(--display);margin-top:14px;font-size:31px;font-weight:600;line-height:1}.subscription-offer p{color:#ffffffeb;margin-top:10px;font-size:15px;line-height:1.45}.subscription-offer strong{color:var(--white);font-family:var(--display);margin-top:18px;font-size:30px;line-height:1;display:block}.subscription-offer button{background:var(--terracotta);width:100%;min-height:54px;color:var(--white);border:0;border-radius:16px;margin-top:18px;font-size:16px;font-weight:700}.subscription-offer button:disabled{opacity:.58}.subscription-offer button.secondary{color:var(--white);background:0 0;border:1px solid #ffffffb8}.payment-consent{color:#fffffff2;background:#ffffff1a;border:1px solid #ffffff5c;border-radius:16px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px;margin-top:12px;padding:12px;font-size:13px;line-height:1.38;display:grid}.payment-consent input{width:18px;height:18px;accent-color:var(--yellow);margin:2px 0 0}.payment-consent button{width:auto;min-height:0;color:var(--yellow);font-size:inherit;font-weight:700;line-height:inherit;overflow-wrap:anywhere;text-underline-offset:2px;background:0 0;border:0;border-radius:0;margin:0;padding:0;text-decoration:underline;display:inline}.subscription-notice{color:var(--green-dark);background:#7387401f;border-radius:14px;padding:12px 14px}.support-content,.legal-content{padding:22px 22px 28px}.support-card{background:var(--white);border-radius:20px;padding:24px 20px;box-shadow:0 10px 26px #474e3214}.support-card>span{width:48px;height:48px;color:var(--olive);background:#7387401f;border-radius:15px;justify-content:center;align-items:center;display:flex}.support-card h2{color:var(--green-dark);font-family:var(--display);margin-top:14px;font-size:31px;font-weight:600;line-height:1}.support-card p{color:var(--green);margin-top:10px;font-size:15px;line-height:1.45}.support-card form{margin-top:18px}.support-card label{color:var(--green-dark);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:800;display:block}.support-card textarea{border:1px solid var(--line);background:var(--cream);width:100%;min-height:160px;color:var(--green-dark);font:inherit;resize:vertical;border-radius:16px;margin-top:10px;padding:16px;font-size:16px;line-height:1.45}.support-card textarea:focus{border-color:var(--olive);outline:2px solid #73874038}.support-card form small{color:var(--grey);text-align:right;margin-top:8px;font-size:12px;display:block}.support-card button{background:var(--terracotta);width:100%;min-height:54px;color:var(--white);border:0;border-radius:16px;margin-top:16px;font-size:16px;font-weight:700}.support-card button:disabled{opacity:.56}.legal-menu button{grid-template-columns:42px 1fr auto}.legal-placeholder{color:var(--green);padding:20px 16px}.legal-card{background:var(--white);border-radius:20px;padding:24px 20px;box-shadow:0 10px 26px #474e3214}.legal-card>p{color:var(--green);font-size:15px;line-height:1.45}.legal-document-body{color:var(--green-dark);font-size:16px;line-height:1.58}.legal-document-body h1,.legal-document-body h2,.legal-document-body h3{color:var(--green-dark);font-family:var(--display);margin:0 0 12px;font-weight:600;line-height:1.05}.legal-document-body h1{font-size:34px}.legal-document-body h2{font-size:29px}.legal-document-body h3{font-size:24px}.legal-document-body p,.legal-document-body ul,.legal-document-body ol{margin:0 0 14px}.legal-document-body ul,.legal-document-body ol{padding-left:22px}.legal-document-body a{color:var(--terracotta);font-weight:600}.profile-menu{background:var(--white);border-radius:20px;margin-top:12px;overflow:hidden;box-shadow:0 10px 26px #474e320f}.profile-menu button{border:0;border-bottom:1px solid var(--line);width:100%;min-height:66px;color:var(--green-dark);text-align:left;background:0 0;grid-template-columns:42px 1fr auto auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.profile-menu button:last-child{border-bottom:0}.profile-menu span{width:38px;height:38px;color:var(--olive);background:#7387401a;border-radius:12px;justify-content:center;align-items:center;display:flex}.profile-menu strong{font-size:15px;font-weight:700}.profile-menu small{color:var(--grey);font-size:14px}.profile-menu svg{width:20px;height:20px}.profile-menu .danger{color:var(--terracotta)}.profile-menu .danger span{color:var(--terracotta);background:#bc70571a}.profile-menu button:disabled{cursor:wait;opacity:.6}.install-tip-backdrop{z-index:60;background:#262c1c57;justify-content:center;align-items:flex-end;padding:22px;display:flex;position:fixed;inset:0}.install-tip{background:var(--white);width:min(100%,420px);color:var(--green-dark);border-radius:24px;padding:24px 20px 20px;box-shadow:0 18px 48px #262c1c2e}.install-tip>span{width:48px;height:48px;color:var(--olive);background:#7387401f;border-radius:15px;justify-content:center;align-items:center;display:flex}.install-tip h2{color:var(--green-dark);font-family:var(--display);margin-top:14px;font-size:31px;font-weight:600;line-height:1}.install-tip p{color:var(--green);margin-top:10px;font-size:15px;line-height:1.45}.install-tip button{background:var(--terracotta);width:100%;min-height:52px;color:var(--white);border:0;border-radius:16px;margin-top:18px;font-size:16px;font-weight:700}.bottom-nav{width:100%;max-width:520px;height:var(--bottom-nav-reserved);min-height:var(--bottom-nav-height);flex:0 0 var(--bottom-nav-reserved);z-index:50;padding:8px 22px calc(8px + env(safe-area-inset-bottom,0px));background:var(--white);border-top:1px solid var(--line);margin:0 auto;display:flex;position:relative;box-shadow:0 -10px 24px #474e320f}.bottom-nav button{color:var(--grey);background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:5px;font-size:11px;font-weight:500;display:flex;position:relative}.bottom-nav svg{stroke-width:1.7px;width:23px;height:23px}.nav-dot{background:0 0;border-radius:1px;width:6px;height:6px;position:absolute;top:0}.bottom-nav button.active{color:var(--green-dark)}.bottom-nav button.active svg{color:var(--terracotta)}.bottom-nav button.active .nav-dot{background:var(--terracotta)}.favorites-screen{background:var(--cream);min-height:100%;padding-bottom:28px}.plain-header{padding:calc(34px + env(safe-area-inset-top,0px)) 22px 24px;background:linear-gradient(180deg, var(--yellow), var(--peach))}.plain-header.with-back{grid-template-columns:48px 1fr;align-items:center;gap:12px;display:grid}.plain-header button{width:48px;height:48px;color:var(--green-dark);background:#ffffffb3;border:0;border-radius:15px;justify-content:center;align-items:center;display:flex}.plain-header h1{color:var(--green-dark);font-family:var(--display);font-size:35px;font-weight:600;line-height:1}.loading-screen{background:linear-gradient(178deg, var(--yellow) 0%, var(--peach) 56%, var(--cream) 100%);text-align:center;justify-content:center;align-items:center;min-height:100%;padding:28px;display:flex}.loading-screen span,.loading-screen strong{display:block}.loading-screen span{color:var(--green);letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:500}.loading-screen strong{color:var(--green-dark);font-family:var(--display);margin-top:8px;font-size:34px;font-weight:600;line-height:1}@media (width>=760px){body{background:var(--cream)}.app-shell{max-width:520px}.hero,.search-header,.section-block,.bottom-nav,.time-filters,.search-results,.categories-row{padding-left:34px;padding-right:34px}.week-banner{width:calc(100% - 68px);margin-left:34px;margin-right:34px}}
