
body{
background:#f4f4f4;
font-family:Arial;
margin:0;
}
#ams-app{
max-width:430px;
margin:auto;
min-height:100vh;
background:white;
position:relative;
overflow:hidden;
}
.card{
padding:20px;
}
.step{display:none;}
.step.active{display:block;}
input,select{
width:100%;
padding:14px;
margin-top:12px;
border-radius:12px;
border:1px solid #ddd;
}
button{
padding:14px;
border:none;
border-radius:30px;
margin-top:15px;
cursor:pointer;
}
.topbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px;
font-size:24px;
font-weight:bold;
}
.mini-profile{
width:45px;
height:45px;
border-radius:50%;
object-fit:cover;
}
.swipe-container{
padding:10px;
}
.profile-card{
height:620px;
border-radius:25px;
overflow:hidden;
position:relative;
box-shadow:0 4px 20px rgba(0,0,0,0.2);
}
.profile-card img{
width:100%;
height:100%;
object-fit:cover;
}
.overlay{
position:absolute;
bottom:0;
left:0;
right:0;
padding:20px;
color:white;
background:linear-gradient(transparent,rgba(0,0,0,0.9));
}
.actions{
display:flex;
gap:10px;
margin-top:20px;
}
.accept{
background:#00c853;
color:white;
flex:1;
}
.reject{
background:#ff1744;
color:white;
flex:1;
}
.bottom-nav{
position:fixed;
bottom:0;
max-width:430px;
width:100%;
display:flex;
justify-content:space-around;
background:white;
padding:12px 0;
border-top:1px solid #ddd;
}
.bottom-nav button{
background:#111;
color:white;
padding:10px 18px;
margin:0;
}
.tab-content{
display:none;
padding-bottom:80px;
}
.tab-content.active{
display:block;
}
.match-item{
display:flex;
align-items:center;
gap:10px;
background:#fff;
padding:10px;
margin:10px;
border-radius:15px;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
}
.match-item img{
width:60px;
height:60px;
border-radius:50%;
object-fit:cover;
}
.profile-box{
padding:20px;
text-align:center;
}
.profile-box img{
width:120px;
height:120px;
border-radius:50%;
object-fit:cover;
}
.chat-box{
padding:20px;
}
