body { font-family: Arial, sans-serif; margin: 0; padding: 20px; background: oklab(87.698% 0.00526 0.00153 / 0); }
h1 { color: #ff0000;text-align: left }
.container { max-width: 600px; margin: auto; background: rgb(0, 0, 0); padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(232, 226, 226, 0.1); }
input { padding: 10px; width: 70%; margin-right: 10px; }
button { padding: 10px 20px; background: #fa2100; color: rgb(255, 255, 255); border: none; border-radius: 5px; cursor: pointer; }
button:hover { background: #f0ecec0f; }
#statsList { list-style: none; padding: 0; }
#statsList li { background: #f9f9f9; margin: 10px 0; padding: 15px; border-radius: 5px; display: flex; justify-content: space-between; }
h2 { color: #ffffff; }
#statsList li div { margin-left: auto; }
#statsList li button { 
    padding: 5px 10px; 
    margin-left: 5px; 
    background: #28a745; 
    font-weight: bold; 
}
#statsList li button:last-child { background: #dc3545; }