* { margin: 0; padding: 0; box-sizing: border-box; }
::-webkit-scrollbar { width: 12px; background-color: #3b2816; }
::-webkit-scrollbar-thumb { background-color: #8b4513; border: 3px solid #3b2816; }
::-webkit-scrollbar-thumb:hover { background-color: #c45f00; }
html, body { width: 100%; height: 100%; overflow-y: auto; min-width: 1200px; }
body { position: relative; background: #000; color: #fff; }

.hatter-video { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    object-fit: cover; z-index: -2; 
}
.hatter-overlay { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.397); z-index: -1; 
}

header { position: fixed; top: 0; left: 0; width: 100%; height: 70px; background: rgba(27, 27, 27, 0.541); display: flex; justify-content: space-between; align-items: center; padding: 0 50px; z-index: 1000; box-sizing: border-box; }
nav { display: flex; gap: 30px; }

.menugombok { background: #1a1a1a; color: #fff; border: 2px solid #333; padding: 12px 20px; cursor: pointer; font-family: 'Fredoka', sans-serif; font-size: 16px; border-radius: 8px; box-shadow: 0 5px 0 #000; transition: all 0.1s ease; margin: 5px; display: inline-block; text-decoration: none; }
.menugombok:hover { background: #252525; transform: translateY(-2px); box-shadow: 0 7px 0 #000; border-color: #ffd43b; }
.menugombok:active { transform: translateY(3px); box-shadow: 0 0 0 #000; background: #333; }

.astral { width: 100%; height: 100vh; display: flex; justify-content: flex-start; padding-top: 25vh; align-items: center; flex-direction: column; text-align: center; animation: fadeIn 1.8s forwards; }
.astralalcim { font-family: 'Fredoka', sans-serif; font-weight: bold; color: #f4e4bc; font-size: 1.8em; margin: -100px 0 0 -15px; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.discord { display: inline-flex; align-items: center; justify-content: center; gap: 3px; padding: 10px 20px; background: #1a1a1a; color: #fff; border: 2px solid #333; border-radius: 8px; box-shadow: 0 5px 0 #000; text-decoration: none; white-space: nowrap; cursor: pointer; transition: 0.1s; font-family: 'Fredoka', sans-serif; } .discord:hover { background: #252525; transform: translateY(-2px); box-shadow: 0 7px 0 #000; border-color: #ffd43b; } .discord:active { transform: translateY(3px); box-shadow: 0 0 0 #000; background: #333; } .discord img { height: 27px; width: auto; flex-shrink: 0; align-self: center; }

.egyeb-infok { padding: 80px 10%; background: #0d0d0d; }
.align-left { text-align: left; border-left: 6px solid #FFD700; padding-left: 30px; margin-bottom: 60px; }
.infocim { font-family: 'Fredoka', sans-serif; color: #FFD700; font-size: 35px; margin-bottom: 10px; }
.infoleiras p { font-family: 'Fredoka', sans-serif; color: #fff; font-size: 18px; max-width: 600px; }

.kozzosegi-grid { display: flex; gap: 20px; margin: 20px 0; }
.kozzosegi-grid img { width: 80px; height: 80px; transition: transform 0.2s; padding: 5px; }
.kozzosegi-grid img:hover { transform: scale(1.1); }
.emailresz { margin-top: 20px; padding: 15px; border: 2px dashed #8b4513; background: rgba(0,0,0,0.3); color: #fff; font-family: 'Fredoka', sans-serif; }
.email-leir { font-size: 0.8em; color: #aaa; margin-top: 5px; }
.egyeb-keret { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 80px 10%; }
@media (max-width: 768px) { .grid-layout { grid-template-columns: 1fr; } }
.bal-oszlop, .jobb-oszlop { display: flex; flex-direction: column; gap: 40px; }