.splash{color:#fff;background:linear-gradient(160deg,#1a1a1d,#000);flex-direction:column;justify-content:center;align-items:center;gap:22px;width:100%;min-height:100dvh;display:flex}@media (min-width:640px){.splash{width:440px;max-width:440px;box-shadow:0 0 0 1px #ffffff0f,0 24px 60px #00000073}}.splash-logo{border-radius:50%;width:180px;height:180px}.splash-dots{gap:6px;margin-top:8px;display:flex}.splash-dots span{opacity:.3;background:#fff;border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite splash-pulse}.splash-dots span:nth-child(2){animation-delay:.15s}.splash-dots span:nth-child(3){animation-delay:.3s}@keyframes splash-pulse{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}
.landing{color:#f3f0ea;background:#17171a url(/food-pattern.svg) 0 0/480px 480px;flex-direction:column;width:100%;min-height:100dvh;font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.landing-header{justify-content:center;align-items:center;gap:20px;padding:24px 40px;display:flex}.landing-header img{object-fit:contain;width:68px;height:68px}.landing-header span{letter-spacing:-.01em;font-size:34px;font-weight:800}.landing-hero{flex:1;padding:0 24px;position:relative}.landing-hero-text{text-align:center;width:100%;position:absolute;bottom:calc(50% + 48px);left:50%;transform:translate(-50%)}.landing-hero h1{letter-spacing:-.02em;max-width:640px;margin:0 auto 14px;font-size:42px;font-weight:800}.landing-hero p{color:#b4aea5;font-size:17px}.landing-hero form{gap:10px;width:100%;max-width:480px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-addr-field{flex:1;min-width:0;position:relative}.landing-hero input{color:#f3f0ea;background:#232327;border:1px solid #ffffff1f;border-radius:999px;width:100%;padding:14px 40px 14px 20px;font-family:inherit;font-size:15px}.landing-hero input:focus{border-color:#f2762e;outline:none}.landing-addr-check{color:#7fd382;pointer-events:none;font-size:15px;font-weight:700;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.landing-addr-suggestions{z-index:10;text-align:left;background:#232327;border:1px solid #ffffff1a;border-radius:14px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 14px 32px #00000073}.landing-addr-suggestion{color:#f3f0ea;cursor:pointer;border-bottom:1px solid #ffffff0f;padding:11px 16px;font-size:13.5px}.landing-addr-suggestion:last-child{border-bottom:none}.landing-addr-suggestion:hover{background:#2e2e33}.landing-hero button{color:#1a1006;cursor:pointer;white-space:nowrap;background:#f2762e;border:none;border-radius:999px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s}.landing-hero button:hover{background:#ffab6e}
