/* สกินสไตล์กระดานลานประลองความสัตย์จริง */
.arena-universe-wrapper {
    background: #000000;
    color: #ffffff;
    font-family: sans-serif;
}

.sovereign-dashboard {
    background: #0a0a0a;
    border: 2px dashed #ff0000;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

.sovereign-dashboard h2 {
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sovereign-dashboard input {
    background: #111111;
    color: #ffffff;
    border: 1px solid #333333;
    padding: 10px;
    border-radius: 4px;
    width: 40%;
}

.sovereign-dashboard button {
    background: #ff0000;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}

.sovereign-dashboard button:hover {
    background: #cc0000;
}

.arena-post-form {
    background: #0d0d0d;
    padding: 25px;
    border: 1px solid #333333;
    border-left: 4px solid #ffd700;
    margin-bottom: 40px;
    border-radius: 8px;
}

.arena-post-form h3 {
    margin-top: 0;
    color: #ffd700;
}

.arena-post-form input[type="text"],
.arena-post-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    background: #141414;
    color: #ffffff;
    border: 1px solid #222222;
    border-radius: 4px;
    box-sizing: border-box;
}

.arena-post-form button[type="submit"] {
    background: linear-gradient(135deg, #ffd700 0%, #b8860b 100%);
    color: #000000;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
}

.arena-post-form button[type="submit"]:hover {
    opacity: 0.9;
}

.arena-posts-list h2 {
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
    font-size: 22px;
    color: #ffffff;
}

.arena-post-item {
    background: #080808;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #1c1c1c;
    border-radius: 6px;
    transition: transform 0.2s;
}

.arena-post-item:hover {
    transform: translateY(-2px);
    border-color: #333333;
}

.arena-post-item h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 18px;
}

.post-meta {
    color: #888888;
    font-size: 12px;
    border-bottom: 1px solid #141414;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
