*{
box-sizing:border-box;
}


body{

margin:0;
background:#1f1e33;
font-family:
Arial,
"Microsoft JhengHei";

}


.toolbar{

height:50px;

display:flex;

gap:5px;

padding:5px;

}


#address{

flex:1;

font-size:16px;

border-radius:6px;

border:0;

padding:8px;

}



button{

border:0;

border-radius:6px;

padding:8px 15px;

}



#tabs{

height:40px;

display:flex;

background:#111;

overflow-x:auto;

}



.tab{

color:white;

padding:10px 15px;

cursor:pointer;

white-space:nowrap;

}



.tab.active{

background:#444;

}



.page{

width:100%;

height:calc(100vh - 90px);

border:0;

display:none;

}