.kims-arcade-precision {
    --pixel-scale: 1;
    --kims-wrapper-height: 75vh;

    width: 100%;
    height: var(--kims-wrapper-height);
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    image-rendering: pixelated;

    /* 紐⑤컮�� �곗튂 �쒕옒洹� �� �띿뒪��/�곸뿭 �좏깮 諛⑹� */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.kims-scaling-container {
    transform: scale(var(--pixel-scale));
    transform-origin: center center;
    will-change: transform;
}

.kims-game-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 282px;
}

.kims-office-canvas {
    width: 282px;
    height: 225px;
    border: 2px solid #000;
    background: #fff;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.kims-label {
    margin-top: 6px;
    font-family: 'Orbit', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.kims-guide {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: 'Orbit', sans-serif;
    font-size: 8px;
    color: #666;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
}

.kims-status {
    margin-top: 4px;
    min-height: 13px;
    font-family: 'Orbit', sans-serif;
    font-size: 9px;
    color: #000;
    text-align: center;
}