:root{font-family:Helvetica,sans-serif}body{min-height:100vh;background:linear-gradient(135deg,#95bec4,#b6ced5,#a8bdcd);margin:0;padding:0;color:#2c353d}.log-entry{border-left:3px solid #2c6e8e;padding:12px;margin:0;transition:background-color .2s ease;animation:flashFade 5s ease-out}.log-entry:hover{background-color:#2c6e8e0d}.log-entry:nth-child(odd){background-color:#f8fbfdcc}.log-entry:nth-child(2n){background-color:#fff}@keyframes flashFade{0%{background-color:#2c6e8e26}to{background-color:transparent}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}::-webkit-scrollbar-thumb{background:#2c6e8e4d;border-radius:10px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#2c6e8e80}
