/* Hava Hokeyi - Online 2 Kişilik (iframe ile gömülü canvas oyunu) */
.hh-iframe {
    width: 100%;
    max-width: 100%;
    height: min(85vh, 860px);
    min-height: 520px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    background: #08131f;
    display: block;
}

.is-fullscreen .hh-iframe {
    height: 100%;
    min-height: 0;
    max-width: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .hh-iframe {
        height: 78vh;
        border-radius: 8px;
    }
}
