body { background-color: #121212; color: #e0e0e0; font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; margin: 0; padding: 20px; display: flex; flex-direction: column; min-height: 100vh; }
a { color: #4caf50; text-decoration: none; }
a:hover { text-decoration: underline; }
nav { margin-bottom: 20px; font-size: 0.9em; color: #888; }
h1 { color: #ffffff; border-left: 5px solid #4caf50; padding-left: 15px; margin-bottom: 10px; }
.update-date { font-size: 0.8em; color: #666; margin-bottom: 30px; }
.view-switch { margin-bottom: 20px; background: #252525; padding: 8px 12px; border-radius: 5px; display: inline-block; font-size: 0.85em; }
.view-switch span { margin-right: 10px; color: #888; }
.view-switch a { margin: 0 5px; padding: 2px 8px; border-radius: 3px; }
.view-switch a.active { background: #4caf50; color: #ffffff; font-weight: bold; pointer-events: none; text-decoration: none; }
.table-container { overflow-x: auto; background: #1e1e1e; border-radius: 8px; padding: 10px; margin-bottom: 20px; flex: 1; }
table { width: 100%; border-collapse: collapse; min-width: 600px; }
th, td { padding: 12px; text-align: left; border-bottom: 1px solid #333; }
th { background-color: #252525; color: #4caf50; font-size: 0.85em; }
footer { margin-top: 40px; padding: 20px 0; border-top: 1px solid #333; text-align: center; font-size: 0.8em; color: #666; line-height: 2.0; }
.stats-box { display: flex; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.stats-item { background: #252525; padding: 15px 25px; border-radius: 8px; border: 1px solid #333; text-align: center; }
.stats-label { display: block; font-size: 0.8em; color: #888; margin-bottom: 5px; }
.stats-value { font-size: 1.5em; font-weight: bold; color: #4caf50; }
.match-card { background: #1e1e1e; border: 1px solid #333; border-radius: 8px; margin-bottom: 15px; padding: 15px; display: flex; align-items: center; justify-content: space-between; }
.match-round { font-size: 0.8em; color: #666; width: 80px; }
.player { flex: 1; text-align: center; padding: 5px; border-radius: 4px; }
.player.win { background: rgba(76, 175, 80, 0.2); color: #4caf50; font-weight: bold; }
.vs { margin: 0 15px; color: #666; font-style: italic; }
.win { color: #4caf50; font-weight: bold; }
.lose { color: #e57373; }
.draw { color: #ffb74d; }