body { background: #0d0d0d; color: #f7931a; font-family: 'Arial', sans-serif; margin: 0; }
#bonk-header { display: flex; align-items: center; background: #1a1a1a; padding: 1em; box-shadow: 0 0 20px #f7931a; }
#bonk-img { height: 60px; margin-right: 1em; filter: drop-shadow(0 0 10px #f7931a); }
nav button { background: transparent; border: none; color: #f7931a; font-size: 1em; margin-right: 1em; cursor: pointer; transition: 0.3s; }
nav button:hover { text-shadow: 0 0 10px #f7931a; }
.panel { display: none; background: #1e1e1e; margin: 1em; padding: 1em; border-radius: 12px; box-shadow: 0 0 15px #f7931a; }
.log { max-height: 200px; overflow-y: auto; background: #111; padding: 1em; margin-bottom: 1em; border-radius: 8px; }
input, button { padding: 0.5em; border-radius: 6px; border: none; }
input { width: 70%; background: #333; color: #fff; }
button { background: #f7931a; color: black; font-weight: bold; cursor: pointer; }
#twitter-feed { max-width: 100%; overflow: hidden; }