
body{
background:#f3efe8;
font-family:system-ui;
margin:0;
}

.container{
max-width:900px;
margin:80px auto;
text-align:center;
}

h1{
font-size:40px;
margin-bottom:10px;
}

.subtitle{
color:#777;
margin-bottom:30px;
}

.tabs{
background:#ece6df;
padding:10px;
border-radius:30px;
display:inline-flex;
gap:10px;
margin-bottom:25px;
}

.tab{
border:0;
padding:12px 22px;
border-radius:20px;
background:transparent;
cursor:pointer;
}

.tab.active{
background:#2c7a68;
color:white;
}

.searchbox{
display:flex;
gap:10px;
margin-top:10px;
}

.searchbox input{
flex:1;
padding:16px;
font-size:18px;
border-radius:14px;
border:1px solid #ccc;
}

.searchbox button{
background:#88b3a6;
border:0;
padding:16px 18px;
border-radius:14px;
cursor:pointer;
color:white;
}

#results{
margin-top:40px;
text-align:left;
}

.entry{
padding:12px;
border-bottom:1px solid #ddd;
}

.word{
font-weight:bold;
font-size:18px;
}

.meaning{
color:#444;
}
