
body{
margin:0;
font-family:Inter,sans-serif;
background:#050816;
color:white;
}

.hero{
position:relative;
height:58vh;
margin:12px;
overflow:hidden;
border-radius:42px;
}

.hero-image{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
border-radius:42px;
}

.hero-fade{
position:absolute;
inset:0;
background:linear-gradient(to bottom,rgba(0,0,0,.03),rgba(5,8,22,.15) 65%,rgba(5,8,22,.88));
}

.hero-text{
position:absolute;
left:22px;
bottom:140px;
z-index:10;
}

.hero-text h1{
font-family:'Cormorant Garamond',serif;
font-size:5.5rem;
margin:0;
line-height:.9;
text-shadow:0 0 25px rgba(255,80,160,.8);
}

.hero-text p{
font-size:1.4rem;
margin-top:6px;
text-shadow:0 2px 10px rgba(0,0,0,.8);
}

.content{padding:20px}

.glass{
background:rgba(17,25,40,.45);
backdrop-filter:blur(24px);
border:1px solid rgba(255,255,255,.08);
border-radius:28px;
padding:20px;
margin-bottom:18px;
}

.today{
padding:16px 20px;
display:flex;
flex-direction:column;
gap:8px;
}

.today span{opacity:.9}

.temp{
font-size:4rem;
font-weight:800;
}

.chips{
display:flex;
gap:12px;
}

.chips span{
background:rgba(255,255,255,.08);
padding:10px 14px;
border-radius:16px;
}

.badge{
display:inline-block;
padding:10px 16px;
border-radius:999px;
background:rgba(255,79,163,.15);
color:#ff85c0;
}

.plan-image{
width:100%;
border-radius:24px;
}

.routes{
display:flex;
flex-direction:column;
gap:12px;
padding-bottom:120px;
}

.route{
display:flex;
justify-content:space-between;
align-items:center;
padding:16px 20px;
border-radius:24px;
text-decoration:none;
color:white;
min-height:74px;
}

.route div{
display:flex;
flex-direction:column;
gap:6px;
}

.route strong{font-size:1.05rem}
.route small{opacity:.9}

.start{background:linear-gradient(135deg,#179a47,#1c7b3f)}
.lake{background:linear-gradient(135deg,#2550d7,#1d3faa)}
.pier{background:linear-gradient(135deg,#ab20c0,#7b39ea)}

.bottom-nav{
position:fixed;
left:18px;
right:18px;
bottom:max(18px,env(safe-area-inset-bottom));
background:rgba(15,20,35,.45);
backdrop-filter:blur(30px);
border:1px solid rgba(255,255,255,.08);
border-radius:26px;
padding:10px;
display:flex;
justify-content:space-around;
z-index:999;
}

.bottom-nav a{
color:white;
text-decoration:none;
display:flex;
flex-direction:column;
align-items:center;
}

#modal{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.95);
justify-content:center;
align-items:center;
z-index:9999;
}

#modal img{
width:95%;
border-radius:24px;
}
