body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #121212;
            color: #d1d1d1;
            line-height: 1.5;
            padding: 20px;
        }
        .container {
            max-width: 1000px;
            margin: 0 auto;
        }
        h1 {
            color: #ffcc00;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-bottom: 3px solid #333;
            padding-bottom: 15px;
        }
        h2 {
            margin-top: 40px;
            padding: 10px;
            background-color: #1e1e1e;
            border-radius: 5px;
        }
        .era-classic { color: #4caf50; border-left: 8px solid #4caf50; }
        .era-bc { color: #9c27b0; border-left: 8px solid #9c27b0; }
        .era-wotlk { color: #03a9f4; border-left: 8px solid #03a9f4; }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
            box-shadow: 0 4px 8px rgba(0,0,0,0.5);
        }
        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #333;
        }
        th {
            background-color: #252525;
            color: #fff;
            font-size: 0.9em;
            text-transform: uppercase;
        }
        tr:nth-child(even) { background-color: #1a1a1a; }
        tr:hover { background-color: #2a2a2a; }
        
        .lvl-tag {
            font-weight: bold;
            color: #ffcc00;
        }
        .faction-allianz { color: #2196f3; }
        .faction-horde { color: #f44336; }
        .faction-neutral { color: #9e9e9e; }
        
        .footer {
            margin-top: 50px;
            text-align: center;
            font-size: 0.8em;
            color: #666;
            border-top: 1px solid #333;
            padding-top: 20px;
        }