*{margin:0;padding:0;box-sizing:border-box}#__next,#root,body,html{height:100%}body{background:#f6f4ed;color:#3b2618;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font-family:inherit}:root{--coffee-cream:#f6f4ed;--coffee-sand:#efe7dc;--coffee-bean:#5a3f2e;--coffee-bean-dark:#3b2618;--coffee-leaf:#2e5747;--coffee-highlight:#d0b792;--coffee-muted:rgba(58,41,32,.1);--radius-lg:28px;--radius-md:20px;--radius-sm:14px;--shadow-soft:0 20px 40px rgba(58,41,32,.12)}body{background:var(--coffee-cream);font-family:Inter,Manrope,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--coffee-bean-dark)}.client-app{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-template-rows:minmax(0,1fr);grid-gap:32px;gap:32px;max-width:1240px;margin:0 auto;padding:32px 24px 48px;height:100vh;box-sizing:border-box;overflow:hidden}.menu-panel{height:100%;overflow:hidden}.menu-panel,.menu-scrollable{display:flex;flex-direction:column;gap:32px;min-height:0}.menu-scrollable{flex:1 1;overflow-y:auto;padding-right:8px}.menu-scrollable::-webkit-scrollbar{width:6px}.menu-scrollable::-webkit-scrollbar-thumb{background:rgba(58,41,32,.15);border-radius:6px}.menu-header{display:flex;justify-content:space-between;align-items:flex-start;padding:28px 32px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.menu-header__actions{display:flex;align-items:center;gap:16px}.language-switcher{display:flex;gap:4px;background:var(--coffee-sand);border-radius:var(--radius-sm);padding:4px}.lang-btn{background:transparent;border:none;padding:8px 12px;border-radius:calc(var(--radius-sm) - 4px);font-size:12px;font-weight:600;color:var(--coffee-bean);cursor:pointer;transition:all .2s ease}.lang-btn.active{background:var(--coffee-bean);color:#fff}.lang-btn:hover:not(.active){background:rgba(90,63,46,.1)}.menu-header__button{display:inline-flex;align-items:center;gap:8px;border:none;background:var(--coffee-bean);color:var(--coffee-cream);padding:10px 18px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.menu-header__button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(58,41,32,.2)}.menu-header__button:focus-visible{outline:2px solid var(--coffee-highlight);outline-offset:2px}.menu-headline h1{font-size:32px;margin:0;color:var(--coffee-bean-dark)}.menu-headline p{margin:12px 0 0;color:rgba(58,41,32,.7);max-width:360px;line-height:1.6;font-size:15px}.menu-avatar{width:56px;height:56px;border-radius:50%;background:var(--coffee-bean);color:var(--coffee-cream);justify-content:center;font-weight:700;font-size:18px}.menu-avatar,.menu-search{display:flex;align-items:center}.menu-search{gap:12px;padding:18px 20px;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}.menu-search input{flex:1 1;border:none;background:transparent;font-size:16px;color:inherit;outline:none}.menu-categories{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px}.menu-categories::-webkit-scrollbar{height:6px}.menu-categories::-webkit-scrollbar-thumb{background:rgba(58,41,32,.15);border-radius:6px}.category-pill{border:none;background:rgba(58,41,32,.08);color:var(--coffee-bean-dark);padding:10px 18px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-pill:hover{transform:translateY(-2px)}.category-pill.active{background:var(--coffee-bean);color:var(--coffee-cream);box-shadow:0 12px 24px rgba(58,41,32,.24)}.menu-promo .promo-card{display:flex;align-items:center;justify-content:space-between;padding:32px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#b59579,#8a674a);color:#fff;box-shadow:var(--shadow-soft);gap:24px}.promo-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:hsla(0,0%,100%,.15);border-radius:999px;font-size:13px;font-weight:600;margin-bottom:16px}.promo-card h2{margin:0 0 12px;font-size:22px;line-height:1.4}.promo-card p{margin:0;font-size:14px;opacity:.85}.promo-illustration{width:160px;height:160px;border-radius:32px;background:hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;overflow:hidden}.promo-illustration img{width:100%;height:100%;object-fit:cover}.menu-section{display:flex;flex-direction:column;gap:24px}.section-header{display:flex;justify-content:space-between;align-items:center;color:rgba(58,41,32,.7)}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.menu-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease}.menu-card:hover{transform:translateY(-6px)}.menu-card img{width:100%;height:180px;object-fit:cover}.menu-card__fallback{height:180px;display:flex;align-items:center;justify-content:center;font-size:42px;background:var(--coffee-muted);color:var(--coffee-bean)}.menu-card__body{display:flex;flex-direction:column;gap:8px;padding:20px 24px 0}.menu-card__category{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:rgba(58,41,32,.55)}.menu-card__body h3{margin:0;font-size:18px;color:var(--coffee-bean-dark)}.menu-card__price{font-weight:700;font-size:18px;color:var(--coffee-bean);margin-top:4px}.menu-card__actions{padding:20px 24px 24px;display:flex}.menu-card__add{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--coffee-bean);color:var(--coffee-cream);border:none;border-radius:var(--radius-sm);font-weight:600;padding:12px 0;cursor:pointer;transition:transform .2s ease}.menu-card__add:hover{transform:translateY(-2px)}.menu-card__quantity{display:inline-flex;align-items:center;gap:12px;width:100%;justify-content:center;background:rgba(58,41,32,.08);border-radius:var(--radius-sm);padding:10px 0}.menu-card__quantity button{border:none;background:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-soft)}.menu-card__quantity span{font-weight:700}.menu-empty{background:#fff;border-radius:var(--radius-lg);padding:48px;text-align:center;color:rgba(58,41,32,.6);box-shadow:var(--shadow-soft)}.order-panel{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:28px 24px;height:100%;overflow:hidden}.order-panel,.order-scrollable{display:flex;flex-direction:column;gap:24px;min-height:0}.order-scrollable{flex:1 1;overflow-y:auto;padding-right:4px}.order-scrollable::-webkit-scrollbar{width:6px}.order-scrollable::-webkit-scrollbar-thumb{background:rgba(58,41,32,.15);border-radius:6px}.order-header{display:flex;justify-content:space-between;align-items:baseline}.order-header h2{margin:0;font-size:22px}.order-header span{color:rgba(58,41,32,.6);font-weight:600}.order-list{display:flex;flex-direction:column;gap:12px}.order-empty{background:rgba(58,41,32,.06);padding:24px;text-align:center;color:rgba(58,41,32,.6);font-size:14px}.order-empty,.order-item{border-radius:var(--radius-md)}.order-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:rgba(58,41,32,.05)}.order-item__info{display:flex;flex-direction:column;gap:4px}.order-item__info strong{font-size:15px}.order-item__info span{font-size:13px;color:rgba(58,41,32,.65)}.order-item__quantity{display:inline-flex;align-items:center;gap:10px}.order-item__quantity button{width:32px;height:32px;border-radius:50%;border:none;background:#fff;box-shadow:var(--shadow-soft);cursor:pointer}.order-total{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:600;padding-top:16px;border-top:1px solid rgba(58,41,32,.1)}.order-form{display:flex;flex-direction:column;gap:16px}.order-form label{font-weight:600}.input-with-icon{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-sm);background:rgba(58,41,32,.05);border:1px solid transparent}.input-with-icon input{flex:1 1;border:none;background:transparent;outline:none;font-size:15px}.input-with-icon:focus-within{border-color:rgba(46,87,71,.4);box-shadow:0 0 0 3px rgba(46,87,71,.15)}.suggestions-panel{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);overflow:hidden}.suggestion-item{padding:12px 16px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:14px}.suggestion-item:hover{background:rgba(58,41,32,.08)}.toggle-group{display:flex;gap:16px}.toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:rgba(58,41,32,.7)}.toggle input{width:18px;height:18px}.order-submit{border:none;background:var(--coffee-bean-dark);color:var(--coffee-cream);padding:16px;border-radius:var(--radius-md);font-weight:700;font-size:16px;cursor:pointer;transition:transform .2s ease}.order-submit:disabled{opacity:.6;cursor:not-allowed}.order-submit:not(:disabled):hover{transform:translateY(-2px)}@media (max-width:1080px){.client-app{height:auto;min-height:100vh;grid-template-columns:1fr;max-width:720px;overflow:auto;padding-bottom:96px}.menu-panel{height:auto;overflow:visible}.menu-scrollable{overflow:visible;padding-right:0}.order-panel{height:auto;max-height:none;overflow:visible}.order-scrollable{overflow:visible;padding-right:0}}@media (max-width:640px){.client-app{padding:16px 16px 80px;gap:24px}.menu-header{flex-direction:column;align-items:flex-start;gap:18px}.menu-headline h1{font-size:26px}.menu-search{padding:16px}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.menu-card img,.menu-card__fallback{height:150px}.order-panel{padding:24px}.toggle-group{flex-direction:column;align-items:flex-start}}