/* Play Page Custom Styles */

.play-title {
    font-size: 42px;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 0 8px rgba(0, 153, 255, 0.5);
    letter-spacing: 1px;
}

.play-subtext {
    font-size: 20px;
    color: #ddd;
    text-align: center;
    margin-bottom: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.play-note {
    font-size: 16px;
    color: #bbb;
    text-align: center;
    margin-bottom: 25px;
    font-style: italic;
}

.play-section {
    font-size: 28px;
    color: #efeded;
    text-align: center;
    margin: 25px 0 15px 0;
}

.play-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.play-btn {
    background: linear-gradient(135deg, #222 40%, #333);
    border: 1px solid #555;
    border-radius: 8px;
    width: 320px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.play-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0,0,0,0.6), 0 0 8px rgba(0, 153, 255, 0.6);
}

.play-btn img {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
}

.play-btn span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.play-btn p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.play-alert {
    font-size: 22px;
    text-align: center;
    margin: 15px auto;
}

.play-help {
    font-size: 18px;
    color: #ddd;
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.play-discord {
    display: inline-block;
    background: linear-gradient(90deg, #7289da 60%, #99aab5);
    color: #fff;
    border-radius: 7px;
    padding: 9px 20px;
    margin: 10px auto;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 1px 8px #26305577;
    transition: background 0.18s, box-shadow 0.18s;
}

.play-discord i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: -2px;
}

.play-discord:hover {
    background: linear-gradient(90deg, #99aab5 60%, #7289da);
    box-shadow: 0 2px 12px #26305599;
}
