body { font-family: 'Segoe UI', sans-serif; background:#fff0f5; display:flex; justify-content:center; padding:20px;}
#chat-container { width:500px; background:#ffe4f0; border-radius:15px; padding:20px; box-shadow:0 4px 10px rgba(0,0,0,0.2);}
#text-log { background:#fff0f5; padding:10px; height:300px; overflow-y:auto; border:2px solid #ffb6c1; border-radius:10px; margin-bottom:10px;}
#rei-sprite { width:200px; display:block; margin:10px auto;}
#love-meter-container { display:flex; align-items:center; margin:10px 0;}
#love-bar { width:200px; height:20px; background:#fff; border:2px solid #ff69b4; border-radius:10px; margin:0 10px;}
#love-fill { width:10%; height:100%; background:#ff69b4; border-radius:10px; transition: width 0.5s;}
button { padding:5px 10px; background:#ffb6c1; border:none; border-radius:10px; cursor:pointer; font-size:16px;}
button:hover { background:#ff69b4; color:#fff;}
input { width:75%; padding:5px; border-radius:5px; border:1px solid #ffb6c1;}
