/**
 * 3D Gatling Banner Generator - Frontend Styles
 * All styles are dynamically generated inline for each instance
 * This file contains only global resets and utilities
 */

/* Global reset for 3D Gatling containers - Always Centered */
.stw-gatling-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    clear: both;
}

.stw-gatling-wrapper * {
    box-sizing: border-box;
}

/* Ensure proper rendering */
.stw-gatling-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Smooth animations */
.stw-rotation-container-2026,
.stw-rotation-container-2026 * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


