/* gas-effect.css - 気体エフェクトのスタイル */

#gasCanvas {
    width: 400px;
    height: 200px;
    margin: 1px 0 0 0;
    background-color: transparent;
    border: none;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-left: 280px;
}

#info {
    position: absolute;
    top: 1px;
    left: 1px;
    color: white;
    font-family: monospace;
    font-size: 10px;
    background: rgba(0,0,0,0.5);
    padding: 0px;
    border-radius: 5px;
    z-index: 10;
    pointer-events: none;
}

#gasCanvas canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
