@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;font-family:Nunito Sans,Segoe UI,sans-serif;--bg: #f6f2ec;--surface: #ffffff;--surface-muted: #efe7dc;--surface-soft: #f8f4ee;--text: #1f1d1a;--muted: #6e685f;--line: #e3dbcf;--accent: #d86f33;--accent-soft: #f5e3d8;--sage: #6f8b60;--sage-soft: #ebf0e6;--shadow-soft: 0 14px 32px rgba(75, 59, 41, .07);--radius-xl: 24px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 14px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{color:var(--text);background:radial-gradient(circle at top left,rgba(216,111,51,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(111,139,96,.1),transparent 26%),var(--bg)}button,input{font:inherit}button{color:inherit}input{border:0;background:transparent;color:inherit;outline:none}input::placeholder{color:#9d978d}svg{width:1.15rem;height:1.15rem}.app-shell{min-height:100vh;padding:0 1rem}.app-frame{position:relative;width:min(100%,460px);min-height:100vh;margin:0 auto;padding:16px 0 calc(114px + env(safe-area-inset-bottom))}.screen{display:grid;gap:18px}.section-card,.restaurant-card,.product-card,.cart-line,.order-card,.preference-item,.floating-cart,.bottom-nav{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-soft)}.section-card{border-radius:var(--radius-xl);padding:16px}.section-card--tight{padding:14px}.section-block{display:grid;gap:14px}.section-block--flush{gap:12px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 2px}.section-heading h2{margin:0;font-size:1.35rem;line-height:1.1}.section-heading p,.screen-title p,.restaurant-card p,.product-card p,.notice-card p,.profile-card p,.order-card p,.empty-card p,.cart-line p{margin:0;color:var(--muted)}.text-action{border:0;background:transparent;padding:0;color:var(--accent);font-weight:800;cursor:pointer}.hero-card{background:linear-gradient(180deg,#fffffff2,#f8f4eef5),var(--surface)}.hero-card__header,.toolbar-row,.toolbar-row__icons,.brand-lockup,.restaurant-card__row,.restaurant-card__meta,.product-card__footer,.cart-line,.cart-line__controls,.profile-card__top,.total-card__row,.bottom-nav,.bottom-nav__item,.delivery-summary__stats,.restaurant-hero__facts,.mode-switch,.floating-cart{display:flex;align-items:center}.hero-card__header{justify-content:space-between;gap:12px;margin-bottom:14px}.brand-lockup{gap:12px}.brand-lockup strong,.profile-card strong,.restaurant-card strong,.order-card strong{display:block;font-size:1rem}.brand-lockup span,.profile-card p{display:block;color:var(--muted);font-size:.92rem}.brand-mark{display:grid;place-items:center;width:50px;height:50px;border-radius:18px;background:linear-gradient(180deg,#e58a56,#d86f33);color:#fff;box-shadow:0 10px 20px #d86f333d}.brand-mark svg{width:28px;height:28px}.icon-button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);cursor:pointer}.screen-title{display:grid;gap:8px}.screen-title>span{color:var(--accent);font-size:.86rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.screen-title h1{margin:0;font-size:clamp(1.9rem,5vw,2.5rem);line-height:1.02}.screen-title p{margin-top:6px;font-size:.98rem;line-height:1.45}.delivery-summary{display:grid;gap:14px;margin-top:16px;padding:14px;border-radius:var(--radius-lg);background:var(--surface-soft)}.delivery-summary__main span,.delivery-summary__stat span,.profile-tile span{color:var(--muted);font-size:.86rem}.delivery-summary__main strong{display:block;margin-top:4px;font-size:1.05rem}.delivery-summary__main p{margin-top:4px;color:var(--muted)}.delivery-summary__stats{gap:10px;justify-content:space-between}.delivery-summary__stat{min-width:0;flex:1;padding:12px;border-radius:18px;background:var(--surface)}.delivery-summary__stat strong{display:block;font-size:1rem}.toolbar-row{gap:12px;justify-content:space-between}.toolbar-row__icons{gap:10px}.search-field{flex:1;display:flex;align-items:center;gap:10px;height:48px;padding:0 14px;border-radius:16px;background:var(--surface-muted);color:var(--muted)}.search-field input{width:100%}.mode-switch{gap:6px;padding:4px;border-radius:18px;background:var(--surface-muted)}.mode-switch--compact{width:fit-content}.mode-switch__item{border:0;border-radius:14px;background:transparent;padding:10px 14px;color:var(--muted);cursor:pointer}.mode-switch__item--active{background:var(--accent);color:#fff;font-weight:800}.restaurant-list,.cart-list,.preference-list,.order-list{display:grid;gap:12px}.restaurant-card{border-radius:var(--radius-lg);padding:14px;gap:12px}.restaurant-card__icon,.profile-avatar,.cart-line__art{flex-shrink:0;display:grid;place-items:center;width:54px;height:54px;border-radius:18px;color:#fff;font-size:1.25rem;font-weight:800}.restaurant-card__icon--terracotta{background:linear-gradient(180deg,#e58a56,#d86f33)}.restaurant-card__icon--sage{background:linear-gradient(180deg,#8fa581,#6f8b60)}.restaurant-card__icon--charcoal{background:linear-gradient(180deg,#5c534a,#332f2a)}.restaurant-card__body{min-width:0;flex:1;display:grid;gap:6px}.restaurant-card__row{justify-content:space-between;gap:10px}.restaurant-card__meta{flex-wrap:wrap;gap:10px}.restaurant-card__meta span,.pill{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--muted);font-size:.86rem}.pill{padding:8px 10px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line);color:var(--text);font-weight:700}.pill--soft{background:var(--sage-soft);border-color:transparent;color:var(--sage)}.ghost-button,.primary-button,.counter-button,.plus-button{border:0;cursor:pointer}.ghost-button{flex-shrink:0;padding:10px 14px;border-radius:16px;background:var(--surface-muted);font-weight:700}.chips-row{display:flex;gap:10px;overflow-x:auto;padding:2px 0 2px 2px;scrollbar-width:none}.chips-row::-webkit-scrollbar{display:none}.chips-row--menu{margin-top:12px}.chip{flex-shrink:0;border:0;border-radius:999px;background:var(--surface-muted);padding:11px 14px;color:var(--text);font-weight:700;cursor:pointer}.chip--active{background:var(--accent);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{display:grid;gap:12px;padding:12px;border-radius:var(--radius-lg)}.product-card__art{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.product-card__plate{position:relative;display:grid;place-items:center;aspect-ratio:1 / .92;border-radius:20px;overflow:hidden;background:var(--surface-soft)}.product-card__plate:before,.product-card__plate:after{content:"";position:absolute;border-radius:50%}.product-card__plate:before{width:76%;height:76%;background:#ffffffeb;box-shadow:inset 0 -10px 18px #6f685f14}.product-card__plate:after{width:58%;height:58%;filter:blur(4px);opacity:.3}.product-card__plate span,.cart-line__art span,.empty-card__art{position:relative;z-index:1;font-size:3rem}.product-card__plate--honey{background:linear-gradient(180deg,#f7eee0,#f2e4ce)}.product-card__plate--honey:after{background:#d86f3340}.product-card__plate--cream{background:linear-gradient(180deg,#f5efe5,#ece2d2)}.product-card__plate--cream:after{background:#a07e542e}.product-card__plate--sage,.cart-line__art--sage{background:linear-gradient(180deg,#edf3e8,#dfe9d6)}.product-card__plate--sage:after{background:#6f8b603d}.product-card__plate--sea{background:linear-gradient(180deg,#eef3f3,#dde7ea)}.product-card__plate--sea:after{background:#6f8ba038}.product-card__plate--pumpkin{background:linear-gradient(180deg,#f8eee5,#f4dcc8)}.product-card__plate--pumpkin:after{background:#d86f3338}.product-card__plate--berry{background:linear-gradient(180deg,#f8eef0,#efdfdf)}.product-card__plate--berry:after{background:#8f686833}.product-card__plate--grill,.cart-line__art--grill{background:linear-gradient(180deg,#f5ebe6,#e9ddd6)}.product-card__plate--grill:after{background:#674c3a3d}.product-card__plate--garden{background:linear-gradient(180deg,#edf2e8,#dbe5d2)}.product-card__plate--garden:after{background:#6f8b602e}.product-card__plate--ember{background:linear-gradient(180deg,#f6ebe7,#ead8d0)}.product-card__plate--ember:after{background:#6e4a3d38}.product-card__plate--earth{background:linear-gradient(180deg,#f2ede8,#e5ddd4)}.product-card__plate--earth:after{background:#80664b2e}.product-card__badge{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:#ffffffeb;color:var(--text);font-size:.75rem;font-weight:800}.product-card__body{display:grid;gap:6px}.product-card__body h3{margin:0;font-size:1.02rem;line-height:1.2}.product-card__body p{font-size:.92rem;line-height:1.38}.product-card__meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:.82rem}.product-card__footer{justify-content:space-between}.price-pill{padding:10px 12px;border-radius:16px;background:var(--surface-soft);font-weight:800}.plus-button,.counter-button{display:grid;place-items:center}.plus-button{width:42px;height:42px;border-radius:16px;background:var(--accent);color:#fff}.counter-button{width:34px;height:34px;border-radius:12px;background:var(--surface-muted)}.restaurant-hero{display:grid;gap:14px}.restaurant-hero__facts{flex-wrap:wrap;gap:10px}.notice-card{display:flex;gap:12px;padding:14px;border-radius:22px;background:var(--surface-soft)}.notice-card--warning{background:#f8f3eb}.notice-card__icon{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:var(--surface);color:var(--accent)}.notice-card strong,.total-card strong{display:block}.cart-list{gap:10px}.cart-line{gap:12px;padding:14px;border-radius:22px}.cart-line__art{width:64px;height:64px;border-radius:22px;background:var(--surface-soft)}.cart-line__body{flex:1;min-width:0;display:grid;gap:8px}.cart-line__controls{gap:10px}.cart-line__controls span{min-width:1.5rem;text-align:center;font-weight:800}.cart-line__price{flex-shrink:0;font-size:.98rem}.total-card{display:grid;gap:12px}.total-card__row{justify-content:space-between;gap:12px}.total-card__row--grand{padding-top:12px;border-top:1px solid var(--line);font-size:1.08rem}.primary-button{padding:14px 18px;border-radius:16px;background:var(--accent);color:#fff;font-weight:800}.primary-button--wide{width:100%}.empty-card{display:grid;justify-items:start;gap:12px}.empty-card__art{display:grid;place-items:center;width:82px;height:82px;border-radius:24px;background:var(--surface-soft)}.profile-card{display:grid;gap:14px}.profile-card__top{justify-content:space-between;gap:12px}.profile-avatar{background:linear-gradient(180deg,#8fa581,#6f8b60)}.profile-grid{display:grid;gap:10px}.profile-tile,.preference-item,.order-card{padding:14px;border-radius:22px;background:var(--surface)}.profile-tile{border:1px solid var(--line)}.preference-item{display:flex;align-items:center;gap:10px}.preference-item svg{color:var(--sage)}.order-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-card__side{display:grid;gap:8px;justify-items:end}.floating-cart{position:fixed;left:50%;bottom:calc(84px + env(safe-area-inset-bottom));transform:translate(-50%);width:min(calc(100% - 2rem),428px);justify-content:space-between;gap:12px;padding:14px 16px;border-radius:20px;background:#1f1d1af5;color:#fff;z-index:20}.floating-cart span{color:#ffffffc2}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(calc(100% - 2rem),428px);justify-content:space-between;gap:8px;padding:10px 10px calc(10px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;border-bottom:0;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:15}.bottom-nav__item{flex:1;flex-direction:column;justify-content:center;gap:5px;border:0;border-radius:18px;background:transparent;min-height:58px;color:var(--muted);cursor:pointer}.bottom-nav__item--active{background:var(--surface-muted);color:var(--text);font-weight:800}.bottom-nav__icon{position:relative;display:inline-grid;place-items:center}.bottom-nav__icon small{position:absolute;top:-8px;right:-12px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;line-height:20px}@media (max-width: 420px){.app-shell{padding:0 .75rem}.product-grid{gap:12px}.product-card,.section-card{padding:12px}.screen-title h1{font-size:1.75rem}.delivery-summary__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}.switch-panel{display:grid;gap:12px}.mode-switch--full{width:100%}.mode-switch--full .mode-switch__item{flex:1;text-align:center}.location-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:20px;background:var(--surface-soft)}.location-strip__body{display:grid;gap:4px}.location-strip__body span{color:var(--muted);font-size:.86rem}.location-strip__body strong{display:block}.location-strip__body p{margin:0;color:var(--muted)}.secondary-button{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:11px 14px;color:var(--text);cursor:pointer}.secondary-button:disabled{opacity:.45;cursor:not-allowed}.secondary-button--wide{width:100%}.secondary-button--icon{display:flex;align-items:center;justify-content:center;gap:10px}.icon-button--small{width:36px;height:36px}.notice-card--payment{background:var(--accent-soft)}.auth-inline{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-inline__copy{display:grid;gap:4px}.auth-inline__copy strong{display:block}.auth-inline__copy p{margin:0;color:var(--muted)}.auth-panel{display:grid;gap:14px}.auth-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.auth-panel__header strong{display:block;font-size:1.15rem}.auth-panel__header p{margin:6px 0 0;color:var(--muted)}.auth-panel__divider{position:relative;text-align:center;color:var(--muted);font-size:.86rem}.auth-panel__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--line)}.auth-panel__divider span{position:relative;z-index:1;padding:0 10px;background:var(--surface)}.phone-form{display:grid;gap:12px}.phone-input{display:flex;align-items:center;gap:10px;height:50px;padding:0 14px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft);color:var(--muted)}.phone-input input{width:100%}.form-note,.form-error{margin:0;font-size:.88rem}.form-note{color:var(--muted)}.form-error{color:#c15a32}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#1f1d1a3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-sheet{position:absolute;left:50%;bottom:calc(82px + env(safe-area-inset-bottom));transform:translate(-50%);width:min(calc(100% - 1.5rem),428px);padding:0}
