body.home {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.intro h1 {
    color: #ff4444;
    font-size: 2rem;
    margin-top: 2rem;
    font-weight: 700;
}

.entry-image {
    max-width: 90%;
    height: auto;
    margin-top: 2rem;
    border-radius: 4px;
}

.enter-zone {
    margin-top: 2rem;
}

.enter-button {
    font-size: 3rem;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.enter-button:hover {
    text-decoration: underline;
}

.update-date {
    margin-top: 1rem;
    color: #ccc;
    font-style: italic;
}
.enter-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff1a1a;
    background: #331122;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
}

.enter-button:hover {
	transform: translateY(-3px); box-shadow: 0 18px 32px rgba(0,0,0,0.85);
	color: #ffe980;
}

.enter-button:active {
    transform: scale(0.97);
}
.frame-wrapper {
    margin: 0;
    padding: 0;
    background: #000;
    height: 100vh;
}

.main-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
