/*
 * CodeMps Core - Main Styles
 */

.codemps-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.codemps-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 24px;
    margin-bottom: 20px;
}

.codemps-header {
    text-align: center;
    margin-bottom: 40px;
}

.codemps-header h1 {
    font-size: 2em;
    color: #333;
}

.codemps-stat {
    display: inline-block;
    padding: 12px 24px;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 8px;
}

.codemps-stat-label {
    font-size: 0.85em;
    color: #666;
    display: block;
}

.codemps-stat-value {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}