body {
    margin: 0 auto;
    padding: 0;
    background: #080616;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

#menu-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

h3 {
    font-size: 36px;
    margin: 40px auto 20px auto;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 12px #2F2FE4;
}

#forum {
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    background: #1A1953;
    padding: 30px;
    border-radius: 16px;
    border-left: 6px solid #162E93;
    transform: perspective(800px) rotateX(2deg);
    box-shadow: 0 8px 20px rgba(0,0,0,0.6), 0 0 20px rgba(47,47,228,0.4);
    transition: 0.3s ease;
}

#forum:hover {
    transform: perspective(800px) rotateX(0deg) scale(1.01);
    box-shadow: 0 12px 25px rgba(0,0,0,0.7), 0 0 30px rgba(47,47,228,0.7), inset 0 0 15px rgba(47,47,228,0.4);
}

#forum p {
    font-size: 20px;
    margin-bottom: 10px;
}

#megjegyzes {
    width: 95%;
    min-height: 150px;
    padding: 14px;
    border-radius: 12px;
    background: #080616;
    color: #ffffff;
    font-size: 18px;
    border: 2px solid rgba(47,47,228,0.5);
    box-shadow: inset 0 0 12px rgba(47,47,228,0.4), 0 0 12px rgba(47,47,228,0.3);
    resize: vertical;
}

#kuld {
    padding: 14px 22px;
    background: linear-gradient(145deg, #162E93, #0f0e3a);
    color: #ffffff;
    border: 2px solid rgba(47,47,228,0.5);
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.5), 0 0 15px rgba(47,47,228,0.4), inset 0 0 10px rgba(47,47,228,0.25);
    transition: 0.3s ease;
}

#kuld:hover {
    border-color: #4a4aff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.6), 0 0 25px rgba(47,47,228,0.7), inset 0 0 15px rgba(47,47,228,0.5);
    transform: translateY(-3px);
}

.uzenet {
    width: 90%;
    max-width: 900px;
    margin: 30px auto;
    background: #1A1953;
    padding: 25px;
    border-radius: 14px;
    border-left: 6px solid #162E93;
    transform: perspective(800px) rotateX(2deg);
    box-shadow: 0 8px 20px rgba(0,0,0,0.6), 0 0 20px rgba(47,47,228,0.4);
    transition: 0.3s ease;
}

.uzenet:hover {
    transform: perspective(800px) rotateX(0deg) scale(1.01);
    box-shadow: 0 12px 25px rgba(0,0,0,0.7), 0 0 30px rgba(47,47,228,0.7), inset 0 0 15px rgba(47,47,228,0.4);
}

.uzenet-fejlec {
    display: flex;
    align-items: center;
    gap: 15px;
}

.uzenet-kep {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #162E93;
    box-shadow: 0 0 12px rgba(47,47,228,0.5), 0 6px 12px rgba(0,0,0,0.5);
}

.uzenet-meta {
    display: flex;
    flex-direction: column;
}

.uzenet-nev {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.uzenet-datum {
    margin: 0;
    font-size: 16px;
    color: #cccccc;
}

.uzenet-szoveg {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}

hr {
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    border: none;
    border-top: 2px solid #162E93;
}

.valasz-gomb {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background: #162E93;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(47,47,228,0.5);
    transition: 0.2s;
}

.valasz-gomb:hover {
    background: #4a4aff;
    box-shadow: 0 0 15px rgba(47,47,228,0.8);
}

.reply-form {
    margin-top: 15px;
}

.reply-textarea {
    width: 95%;
    min-height: 120px;
    padding: 14px;
    border-radius: 12px;
    background: #080616;
    color: #ffffff;
    font-size: 18px;
    border: 2px solid rgba(47,47,228,0.5);
    box-shadow: inset 0 0 12px rgba(47,47,228,0.4), 0 0 12px rgba(47,47,228,0.3);
    resize: vertical;
}

.reply-submit {
    padding: 10px 18px;
    background: linear-gradient(145deg, #162E93, #0f0e3a);
    color: #ffffff;
    border: 2px solid rgba(47,47,228,0.5);
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.5), 0 0 15px rgba(47,47,228,0.4), inset 0 0 10px rgba(47,47,228,0.25);
    transition: 0.3s ease;
}

.reply-submit:hover {
    border-color: #4a4aff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.6), 0 0 25px rgba(47,47,228,0.7), inset 0 0 15px rgba(47,47,228,0.5);
    transform: translateY(-3px);
}

.uzenet.reply {
    margin: 10px 0;
    padding: 15px 20px;
    background: rgba(255,255,255,0.03);
    border-left: 3px solid rgba(47,47,228,0.4);
    border-radius: 12px;
    box-shadow: inset 0 0 12px rgba(47,47,228,0.25);
}

.profil-link {
    color: #4a8cff;
    text-decoration: none;
    transition: 0.2s;
}

.profil-link:hover {
    color: #82aaff;
    text-shadow: 0 0 8px rgba(47,47,228,0.7);
}

.reply-group {
    background: rgba(255,255,255,0.05);
    padding: 15px 20px;
    margin-top: 8px;
    border-radius: 14px;
    border-left: 3px solid rgba(47,47,228,0.4);
    box-shadow: inset 0 0 12px rgba(47,47,228,0.25);
}

@keyframes replyFade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.reply-group .uzenet.reply {
    margin: 10px 0;
    padding-left: 10px;
    border-left: 2px solid rgba(255,255,255,0.12);
    background: transparent;
    box-shadow: none;
}

.reply-group .reply-box {
    margin-left: 0 !important;
}

.valasz-toggle {
    margin-left: 55px;
    margin-top: 4px;
    font-size: 14px;
    color: #8ab4ff;
    cursor: pointer;
    user-select: none;
}

.valasz-toggle:hover {
    text-decoration: underline;
}

.valaszok-rejtve {
    display: none;
}

@media (max-width: 700px) {
    body {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    #tartalom {
        padding-top: 160px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #forum {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }

    #megjegyzes {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .uzenet {
        width: 100% !important;
        margin: 20px auto !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }

    .uzenet-fejlec {
        flex-direction: column;
        text-align: center;
    }

    .uzenet-kep {
        margin-bottom: 10px;
    }
}
