/* PlayInsight WebGL Template - Responsive Styles */
/* Most styles are inline in index.html for simplicity */
/* This file is here for Unity template requirements */

/* Additional utility classes for customization */
.hidden {
    display: none !important;
}

.fullscreen #unity-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
