*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #FC8019;--black: #1C1C1C;--gray-mid: #6B6B6B;--gray-light: #F5F5F5;--gray-border: #F0F0F0;--white: #FFFFFF;--green: #1BA672;--font: "Poppins", sans-serif;--radius-card: 16px;--shadow-card: 0 4px 16px rgba(0, 0, 0, .1)}html,body{height:100%;background:#ededed;font-family:var(--font);-webkit-font-smoothing:antialiased}#root{height:100%;display:flex;justify-content:center}.app-shell{width:100%;max-width:430px;min-height:100%;background:var(--white);position:relative;overflow-x:hidden;box-shadow:0 0 48px #0000001f;display:flex;flex-direction:column}.screen{flex:1;display:flex;flex-direction:column;min-height:100vh}.login-screen{background:var(--orange);justify-content:center;align-items:center;padding:40px 32px}.login-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:0}.login-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.login-icon svg{width:72px;height:72px;fill:none;stroke:#ffffffe6;stroke-width:1.5}.login-title{font-size:28px;font-weight:700;color:var(--white);margin-bottom:10px;text-align:center}.login-subtitle{font-size:15px;font-weight:400;color:#ffffffd1;text-align:center;line-height:1.55;margin-bottom:56px}.login-btn{width:100%;height:52px;background:var(--white);color:var(--orange);border:none;border-radius:12px;font-family:var(--font);font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s}.login-btn:hover{opacity:.92}.login-btn:active{opacity:.8}.home-screen{padding:0;min-height:100vh;overflow:hidden}.home-top{padding:28px 20px 0}.address-header{display:flex;align-items:center;gap:0}.address-tap{flex:1;display:flex;align-items:flex-start;gap:6px;cursor:pointer;min-width:0}.address-tap svg{width:22px;height:22px;flex-shrink:0;margin-top:2px;fill:var(--orange)}.address-text{min-width:0;flex:1}.address-label{display:flex;align-items:center;gap:3px}.address-label span{font-size:16px;font-weight:600;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address-label.unset span{color:var(--orange)}.address-label svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}.address-line{font-size:12px;color:var(--gray-mid);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.signout-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#9b9b9b;transition:background .15s;flex-shrink:0}.signout-btn:hover{background:var(--gray-light)}.signout-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-top:28px}.section-title{font-size:17px;font-weight:600;color:var(--black)}.section-hint{font-size:12px;color:#9b9b9b}.combo-grid{flex:1;padding:14px 20px 24px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:12px}.search-bar{margin-top:22px;height:52px;background:var(--gray-light);border-radius:12px;padding:0 16px;display:flex;align-items:center;gap:10px;cursor:pointer}.search-bar svg{width:20px;height:20px;color:#9b9b9b;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;flex-shrink:0}.search-bar-text{flex:1;display:flex;align-items:center;gap:0;font-size:14px;font-weight:500;color:var(--gray-mid);overflow:hidden}.search-plus{flex-shrink:0;margin:0 2px;color:#9b9b9b}.rolling-word{display:inline-block;overflow:hidden;max-width:120px;position:relative;height:1.4em;vertical-align:bottom}.rolling-word-inner{display:inline-block;white-space:nowrap}@keyframes roll-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes roll-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.rolling-word-inner.entering{animation:roll-in .28s cubic-bezier(.22,1,.36,1) forwards}.rolling-word-inner.exiting{animation:roll-out .28s ease-in forwards;position:absolute;top:0;left:0}.combo-tile{position:relative;border-radius:var(--radius-card);overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #00000029;background:#2a2a2a}.combo-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease}.combo-tile img.loaded{opacity:1}.combo-tile .img-right{clip-path:polygon(53% 0%,100% 0%,100% 100%,40% 100%)}.combo-tile .diagonal-line{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.combo-tile-footer{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.78) 100%);padding:28px 12px 12px}.combo-dish1{font-size:13px;font-weight:700;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.combo-dish2{font-size:12px;font-weight:500;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:flex-end;justify-content:center}.popup-sheet{width:100%;max-width:430px;background:var(--white);border-radius:24px 24px 0 0;padding:8px 20px 32px;animation:sheet-up .3s cubic-bezier(.22,1,.36,1);max-height:75vh;display:flex;flex-direction:column}.popup-sheet-scroll{overflow-y:auto;flex:1}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.popup-handle{width:36px;height:4px;background:#e0e0e0;border-radius:2px;margin:8px auto 20px}.popup-title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:20px}.craving-list{display:flex;flex-direction:column;gap:12px}.craving-row{display:flex;align-items:center;gap:8px}.craving-number{width:28px;height:28px;border-radius:50%;background:var(--orange);color:var(--white);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.craving-input{flex:1;height:44px;border:1.5px solid var(--gray-border);border-radius:10px;padding:0 14px;font-family:var(--font);font-size:14px;color:var(--black);background:var(--white);outline:none;transition:border-color .15s}.craving-input:focus{border-color:var(--orange)}.craving-input::placeholder{color:#bdbdbd}.craving-remove{background:none;border:none;cursor:pointer;padding:4px;color:#bdbdbd;display:flex;align-items:center;transition:color .15s}.craving-remove:hover{color:#9b9b9b}.craving-remove svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.add-craving-btn{margin-top:8px;background:none;border:1.5px dashed #CCCCCC;border-radius:10px;height:44px;width:100%;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font);font-size:13px;color:#9b9b9b;cursor:pointer;transition:border-color .15s,color .15s}.add-craving-btn:hover{border-color:var(--orange);color:var(--orange)}.add-craving-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.find-btn{margin-top:20px;width:100%;height:52px;background:var(--orange);color:var(--white);border:none;border-radius:12px;font-family:var(--font);font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s}.find-btn:hover{opacity:.9}.find-btn:disabled{opacity:.45;cursor:not-allowed}.addr-item{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid var(--gray-border);cursor:pointer}.addr-item:last-child{border-bottom:none}.addr-item svg{width:20px;height:20px;fill:var(--orange);flex-shrink:0;margin-top:1px}.addr-tag{font-size:14px;font-weight:600;color:var(--black)}.addr-line{font-size:12px;color:var(--gray-mid);margin-top:2px}.addr-loading{text-align:center;padding:24px 0;color:var(--gray-mid);font-size:14px}.results-screen{min-height:100vh;display:flex;flex-direction:column;background:var(--white)}.results-header{display:flex;align-items:center;padding:10px 20px 10px 8px;gap:4px}.back-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;color:var(--black)}.back-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.results-header-text{flex:1;min-width:0}.results-query{font-size:18px;font-weight:700;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.results-count{font-size:12px;color:var(--gray-mid);margin-top:1px}.results-divider{height:1px;background:var(--gray-border)}.results-body{flex:1;overflow-y:auto;padding:16px 20px 32px;display:flex;flex-direction:column;gap:16px}.results-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px;gap:16px;text-align:center}.results-center svg{width:56px;height:56px}.results-center h2{font-size:20px;font-weight:600;color:var(--black)}.results-center p{font-size:13px;color:var(--gray-mid);line-height:1.6}.retry-btn{height:48px;padding:0 32px;background:var(--orange);color:var(--white);border:none;border-radius:12px;font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;margin-top:8px}.load-more-btn{width:100%;height:48px;background:transparent;border:2px solid var(--orange);color:var(--orange);border-radius:12px;font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;margin-top:4px}.load-more-btn:hover{background:#fc80190f}.spinner{width:36px;height:36px;border:3px solid rgba(252,128,25,.2);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;transition:opacity .15s}.card.closed{opacity:.55;cursor:default;pointer-events:none}.card-image{position:relative;aspect-ratio:4 / 3;background:var(--gray-light);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .35s ease}.card-image img.loaded{opacity:1}.card-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.card-image-placeholder svg{width:40px;height:40px;stroke:#e0e0e0;fill:none}.card-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 45%,rgba(0,0,0,.73) 100%);pointer-events:none}.card-offer{position:absolute;bottom:10px;left:12px;font-size:12px;font-weight:700;color:var(--white);line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.4);max-width:55%}.card-eta{position:absolute;bottom:10px;right:10px;background:var(--white);border-radius:8px;padding:6px 10px;box-shadow:0 2px 8px #0000001a;text-align:right}.card-eta-mins{font-size:11px;font-weight:700;color:var(--black);display:block}.card-eta-label{font-size:9px;font-weight:600;color:var(--orange);display:block}.card-body{padding:12px 14px 14px}.card-name{font-size:20px;font-weight:700;color:var(--black);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-info-row{display:flex;align-items:center;gap:6px;margin-top:6px}.card-rating{display:inline-flex;align-items:center;gap:3px;background:var(--green);border-radius:6px;padding:3px 6px;flex-shrink:0}.card-rating svg{width:12px;height:12px;fill:var(--white)}.card-rating span{font-size:12px;font-weight:700;color:var(--white);line-height:1}.card-info-text{font-size:13px;color:var(--gray-mid);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.card-meta{font-size:13px;color:var(--gray-mid);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-closed-banner{background:var(--gray-light);padding:8px 14px;font-size:12px;font-weight:500;color:var(--gray-mid)}.card-wrapper{opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s cubic-bezier(.22,1,.36,1)}.card-wrapper.visible{opacity:1;transform:translateY(0)}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.dialog{background:var(--white);border-radius:16px;padding:24px;width:100%;max-width:320px}.dialog h3{font-size:17px;font-weight:600;color:var(--black);margin-bottom:8px}.dialog p{font-size:14px;color:var(--gray-mid);margin-bottom:20px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.dialog-cancel{background:none;border:none;font-family:var(--font);font-size:14px;color:var(--gray-mid);cursor:pointer;padding:8px 12px;border-radius:8px}.dialog-confirm{background:none;border:none;font-family:var(--font);font-size:14px;font-weight:600;color:var(--orange);cursor:pointer;padding:8px 12px;border-radius:8px}
