23/03/2026
Lucky Ride Interface
9:41
☰
Lucky Ride
Lucky Mini
PKR 450
Lucky Bike
PKR 180
Confirm Lucky Ride
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: ;
display: flex;
justify-content: center;
}
app-container {
width: 375px;
height: 812px;
background: ;
position: relative;
overflow: hidden;
border-radius: 30px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
map-view {
height: 70%;
background: ; /* Placeholder for Google Maps */
position: relative;
}
status-bar { padding: 15px; font-weight: bold; }
menu-icon {
position: absolute;
top: 50px;
left: 20px;
background: white;
padding: 10px 15px;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
bottom-sheet {
position: absolute;
bottom: 0;
width: 100%;
background: white;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
padding: 20px;
box-sizing: border-box;
}
handle {
width: 40px;
height: 5px;
background: ;
margin: 0 auto 15px;
border-radius: 10px;
}
search-bar {
background: ;
display: flex;
align-items: center;
padding: 12px;
border-radius: 10px;
margin-bottom: 20px;
}
dot {
height: 10px;
width: 10px;
background: ;
border-radius: 50%;
margin-right: 10px;
}
input {
border: none;
background: transparent;
outline: none;
font-size: 16px;
width: 100%;
}
ride-options {
display: flex;
gap: 15px;
margin-bottom: 20px;
}
ride-card {
flex: 1;
border: 2px solid ;
padding: 10px;
border-radius: 12px;
text-align: center;
cursor: pointer;
}
ride-card.active { border-color: ; background: ; }
ride-card img { width: 50px; }
confirm-btn {
width: 100%;
padding: 15px;
background: #000;
color: white;
border: none;
border-radius: 12px;
font-size: 18px;
font-weight: bold;
}