 /* 
  Octarule Project
  Author: Keith (Arc.Keith)
  Created: July 2025
  License: Creative Commons Attribution 4.0 International (CC BY 4.0)
  https://creativecommons.org/licenses/by/4.0/
*/

body { 
font-family: sans-serif; 
background: #111; 
color: #eee; 
text-align: center; 

}
    
button { 
padding: 1rem 2rem; 
font-size: 1.2rem; 
margin: 1rem; 
cursor: pointer; }
    
.dice { 
font-size: 2rem; 
margin: 0.5rem; 
display: inline-block; }
    
.status { 
margin-top: 1.5rem; 
font-size: 1.3rem; 
}
    
.dice-count { 
margin: 1rem 0; 
}
    
input { 
font-size: 1.2rem; 
padding: 0.5rem; 
width: 8rem; 
text-align: center; }
    
#timer { 
font-size: 1.2rem; 
color: #ff0; }
    
#playerTurn { 
font-size: 1.2rem; 
margin-bottom: 1rem; 
color: #0ff; }
    
#nopeOptions { 
margin-top: 1rem; 
display: none; }
    
#nopeOptions button { 
font-size: 1rem; 
margin: 0.5rem; 
padding: 0.5rem 1rem; 
}



.email-output {
  margin-top: 1em;
  font-weight: bold;
  color: #9df;
}
.email-reveal {
  margin-top: 1em;
}