/* CAPSULE LAB — PEARL ARCADE v1.0 | Final design handoff
 * Display values: 1920x1080 design px. Phone values: CSS px (360x640 base).
 * Variables only. Map into existing styles/Canvas; preserve layout and game logic.
 * Read spec.md before integration. */
:root {
  --cl-bg: #FFF9F3;
  --cl-surface: #FFFFFF;
  --cl-surface-inset: #F1E7DF;
  --cl-border: #D9CBC3;
  --cl-border-control: #8E7D87;
  --cl-text: #242129;
  --cl-text-secondary: #6E626C;
  --cl-accent: #C92C71;
  --cl-accent-highlight: #F18CB8;
  --cl-accent-pressed: #A01D55;
  --cl-accent-soft: #FCE6EF;
  --cl-success: #137A59;
  --cl-warning: #9A6200;
  --cl-warning-soft: #FFF1C9;
  --cl-danger: #C73E48;
  --cl-disabled: #E2DDE0;
  --cl-disabled-text: #6E626C;
  --cl-white: #FFFFFF;
  --cl-mint: #75D9BF;
  --cl-gold: #FFD46A;
  --cl-lilac: #B79AF0;
  --cl-peach: #F5A080;
  --cl-cream: #F2E6CB;

  --cl-player-01: #C92C71;
  --cl-player-02: #087F72;
  --cl-player-03: #4054C7;
  --cl-player-04: #986100;
  --cl-player-05: #793BB2;
  --cl-player-06: #AA345A;
  --cl-player-07: #387534;
  --cl-player-08: #AD4E17;
  --cl-player-09: #146F89;
  --cl-player-10: #805035;
  --cl-player-11: #BE3438;
  --cl-player-12: #586273;

  --cl-capsule-01: #F18CB8;
  --cl-capsule-02: #75D9BF;
  --cl-capsule-03: #FFD46A;
  --cl-capsule-04: #B79AF0;
  --cl-capsule-05: #F5A080;
  --cl-capsule-06: #F2E6CB;
  --cl-plush-bear: #F3A5BE;
  --cl-plush-rabbit: #FFE39A;
  --cl-plush-cat: #BCA5E9;
  --cl-plush-cat-belly: #EEE4F8;
  --cl-plush-penguin: #84868D;
  --cl-plush-penguin-belly: #FFF4DE;
  --cl-plush-dog: #F4B58D;
  --cl-plush-dog-ears: #B47A50;
  --cl-plush-frog: #9BD8B5;
  --cl-plush-belly: #F2E6CB;
  --cl-plush-stitch: #242129;

  --cl-metal-edge: #68727C;
  --cl-metal-dark: #748089;
  --cl-metal-light: #DCE2E4;
  --cl-metal-mid: #A7B0B7;
  --cl-metal-shine: #F6F8F8;
  --cl-glass-fill: #FFFFFF0A;
  --cl-glass-reflection: #FFFFFF14;
  --cl-shadow-color: #58414C24;
  --cl-sign-shadow-color: #24212929;
  --cl-overlay-color: #2421291A;
  --cl-ring-center: #137A59;
  --cl-ring-offset: #E8B32C;
  --cl-ring-offset-outline: #9A6200;
  --cl-ring-edge: #C73E48;

  --cl-font: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --cl-weight-regular: 600;
  --cl-weight-semibold: 700;
  --cl-weight-bold: 800;
  --cl-weight-heavy: 900;
  --cl-display-width: 1920px;
  --cl-display-height: 1080px;
  --cl-d-logo-size: 72px;
  --cl-d-logo-min-size: 64px;
  --cl-d-logo-line: 84px;
  --cl-d-base-title-size: 60px;
  --cl-d-base-title-min-size: 52px;
  --cl-d-base-title-line: 68px;
  --cl-d-base-caption-size: 24px;
  --cl-d-base-caption-line: 32px;
  --cl-d-guide-size: 50px;
  --cl-d-guide-line: 64px;
  --cl-d-guide-sub-size: 30px;
  --cl-d-guide-sub-line: 44px;
  --cl-d-name-size: 32px;
  --cl-d-name-line: 38px;
  --cl-d-panel-name-size: 30px;
  --cl-d-panel-name-line: 40px;
  --cl-d-status-size: 20px;
  --cl-d-status-line: 32px;
  --cl-d-tray-heading-size: 24px;
  --cl-d-tray-heading-line: 29px;
  --cl-d-tray-text-size: 22px;
  --cl-d-tray-row-height: 26px;
  --cl-d-win-heading-size: 44px;
  --cl-d-win-heading-line: 56px;
  --cl-d-win-name-size: 64px;
  --cl-d-win-name-line: 76px;
  --cl-d-win-prize-size: 104px;
  --cl-d-win-prize-line: 116px;
  --cl-d-results-title-size: 84px;
  --cl-d-results-title-line: 100px;
  --cl-d-results-name-size: 56px;
  --cl-d-results-name-line: 72px;
  --cl-d-results-prize-size: 44px;
  --cl-d-results-prize-line: 64px;
  --cl-d-results-footer-size: 32px;
  --cl-d-results-footer-line: 44px;

  --cl-d-radius-card: 24px;
  --cl-d-radius-tray: 20px;
  --cl-d-radius-input: 16px;
  --cl-d-radius-button: 20px;
  --cl-radius-pill: 999px;
  --cl-d-border-width: 3px;
  --cl-d-glass-border: 4px;
  --cl-d-glass-highlight: 3px;
  --cl-d-shadow-card: 0 10px 28px 0 #58414C24;
  --cl-d-shadow-button: 0 8px 0 0 #A01D55;
  --cl-d-focus-width: 4px;
  --cl-d-focus-offset: 4px;
  --cl-d-sign-depth: 6px;
  --cl-d-sign-highlight: 3px;
  --cl-d-sign-shadow: 0 6px 12px 0 #24212929;
  --cl-wall-noise-alpha: 0.025;
  --cl-glass-reflection-alpha: 0.08;
  --cl-d-glass-reflection-width: 88px;
  --cl-glass-reflection-angle: -28deg;

  /* Visual reference sizes only: never overwrite hitboxes or depth rules. */
  --cl-depth-front: 1;
  --cl-depth-middle: 0.85;
  --cl-depth-rear: 0.70;
  --cl-d-capsule-front: 116px;
  --cl-d-capsule-middle: 98.6px;
  --cl-d-capsule-rear: 81.2px;
  --cl-d-plush-bear-height: 112px;
  --cl-d-plush-rabbit-height: 128px;
  --cl-d-plush-cat-height: 110px;
  --cl-d-plush-penguin-height: 104px;
  --cl-d-plush-dog-height: 114px;
  --cl-d-plush-frog-height: 108px;
  --cl-d-claw-width: 136px;
  --cl-d-claw-height: 140px;
  --cl-claw-finger-count: 4;
  --cl-claw-open-angle: 32deg;
  --cl-claw-closed-angle: 10deg;
  --cl-d-carriage-width: 90px;
  --cl-d-carriage-height: 35px;
  --cl-d-claw-joint-size: 20px;
  --cl-d-cable-width: 4px;
  --cl-d-name-height: 44px;
  --cl-d-name-min-width: 136px;
  --cl-d-name-max-width: 256px;
  --cl-d-name-padding-x: 20px;
  --cl-d-ring-extra-diameter: 16px;
  --cl-d-ring-stroke: 6px;
  --cl-d-ring-separator: 3px;
  --cl-d-ring-outline: 3px;
  --cl-d-bubble-height: 64px;
  --cl-d-bubble-padding-x: 20px;
  --cl-d-bubble-radius: 20px;
  --cl-d-bubble-tail-width: 14px;
  --cl-d-bubble-tail-height: 12px;
  --cl-d-bubble-text-size: 28px;
  --cl-d-win-radius: 40px;
  --cl-d-win-padding: 48px;
  --cl-d-player-row-height: 48px;
  --cl-d-player-dot-size: 16px;
  --cl-d-tray-dot-size: 12px;
  --cl-d-pill-height: 44px;
  --cl-d-pill-padding-x: 16px;
  --cl-d-pill-dot-size: 12px;
  --cl-qr-quiet-zone-modules: 4;

  /* Phone tokens use CSS px, not the 3x exported PNG pixels. */
  --cl-phone-base-width: 360px;
  --cl-phone-base-height: 640px;
  --cl-phone-export-scale: 3;
  --cl-p-title-size: 28px;
  --cl-p-title-line: 36px;
  --cl-p-name-size: 20px;
  --cl-p-name-line: 28px;
  --cl-p-button-text-size: 22px;
  --cl-p-button-text-line: 28px;
  --cl-p-pick-text-size: 32px;
  --cl-p-pick-text-line: 40px;
  --cl-p-guide-size: 16px;
  --cl-p-guide-line: 24px;
  --cl-p-input-text-size: 18px;
  --cl-p-input-text-line: 26px;
  --cl-p-prize-size: 44px;
  --cl-p-prize-min-size: 32px;
  --cl-p-prize-line: 52px;
  --cl-p-section-size: 20px;
  --cl-p-section-line: 28px;
  --cl-p-stat-number-size: 32px;
  --cl-p-stat-number-line: 40px;
  --cl-p-radius-card: 20px;
  --cl-p-radius-tray: 16px;
  --cl-p-radius-input: 16px;
  --cl-p-radius-button: 18px;
  --cl-p-border-width: 2px;
  --cl-p-shadow-card: 0 5px 14px 0 #58414C24;
  --cl-p-shadow-button: 0 6px 0 0 #A01D55;
  --cl-p-focus-width: 3px;
  --cl-p-focus-offset: 3px;
  --cl-p-control-width: 312px;
  --cl-p-button-height: 64px;
  --cl-p-tool-hit-size: 48px;
  --cl-p-tool-icon-size: 24px;
  --cl-p-input-height: 64px;
  --cl-p-input-padding-x: 18px;
  --cl-p-joystick-size: 232px;
  --cl-p-joystick-knob-size: 88px;
  --cl-p-joystick-visual-travel: 64px;
  --cl-p-pick-height: 80px;
  --cl-p-pick-radius: 40px;
  --cl-p-pick-depth: 6px;
  --cl-p-pressed-y: 4px;
  --cl-p-toast-min-height: 56px;
  --cl-p-toast-padding: 16px;
  --cl-p-slider-track-height: 8px;
  --cl-p-slider-thumb-size: 28px;
  --cl-p-slider-hit-height: 48px;
  --cl-p-stat-width: 96px;
  --cl-p-stat-min-height: 88px;
  --cl-p-stat-gap: 12px;

  --cl-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --cl-ease-press: cubic-bezier(0.2, 0, 0, 1);
  --cl-ease-soft: ease-in-out;
  --cl-motion-enter: 180ms;
  --cl-motion-enter-y: 8px;
  --cl-motion-press: 90ms;
  --cl-motion-release: 140ms;
  --cl-motion-aim: 1200ms;
  --cl-motion-aim-scale: 1.08;
  --cl-motion-claw-close-demo: 160ms;
  --cl-motion-claw-open-demo: 180ms;
  --cl-motion-bubble-hold-max: 1300ms;
  --cl-motion-bubble-exit: 160ms;
  --cl-motion-miss: 240ms;
  --cl-p-motion-miss-x: 4px;
  --cl-motion-catch-light: 260ms;
  --cl-d-catch-light-start-radius: 36px;
  --cl-d-catch-light-end-radius: 100px;
  --cl-motion-carriage-flash: 160ms;
  --cl-carriage-flash-alpha: 0.22;
  --cl-motion-catch-particles: 600ms;
  --cl-catch-particle-count: 18;
  --cl-d-catch-particle-min-size: 6px;
  --cl-d-catch-particle-max-size: 14px;
  --cl-motion-prize-flight-demo: 700ms;
  --cl-d-prize-flight-arc-demo: 140px;
  --cl-motion-win-enter: 420ms;
  --cl-motion-win-overshoot-at: 280ms;
  --cl-motion-win-start-scale: 0.88;
  --cl-motion-win-overshoot-scale: 1.025;
  --cl-motion-rays: 580ms;
  --cl-motion-win-exit: 180ms;
  --cl-motion-confetti-display: 1400ms;
  --cl-motion-confetti-phone: 1200ms;
  --cl-d-confetti-count: 48;
  --cl-p-confetti-count: 24;
  --cl-d-confetti-min-size: 8px;
  --cl-d-confetti-max-size: 16px;
  --cl-p-confetti-min-size: 4px;
  --cl-p-confetti-max-size: 8px;
  --cl-particles-screen-cap: 96;
  /* Unitless physics for decorative Canvas particles only, px/s and px/s^2. */
  --cl-d-confetti-gravity: 720;
  --cl-d-confetti-vx-min: -260;
  --cl-d-confetti-vx-max: 260;
  --cl-d-confetti-vy-min: -480;
  --cl-d-confetti-vy-max: -220;
  --cl-p-confetti-gravity: 400;
  --cl-p-confetti-vx-min: -100;
  --cl-p-confetti-vx-max: 100;
  --cl-p-confetti-vy-min: -240;
  --cl-p-confetti-vy-max: -100;
}

/* Accessibility changes decorations only; this query never rearranges zones.
 * Canvas must separately observe prefers-reduced-motion.
 * Do not use these variables as game state timers. */
@media (prefers-reduced-motion: reduce) {
  :root {
    --cl-motion-enter: 1ms;
    --cl-motion-enter-y: 0px;
    --cl-motion-press: 1ms;
    --cl-motion-release: 1ms;
    --cl-motion-aim: 1ms;
    --cl-motion-aim-scale: 1;
    --cl-motion-miss: 1ms;
    --cl-p-motion-miss-x: 0px;
    --cl-motion-bubble-exit: 1ms;
    --cl-motion-catch-light: 1ms;
    --cl-motion-carriage-flash: 1ms;
    --cl-carriage-flash-alpha: 0;
    --cl-motion-catch-particles: 1ms;
    --cl-catch-particle-count: 0;
    --cl-motion-win-enter: 1ms;
    --cl-motion-win-overshoot-at: 1ms;
    --cl-motion-win-start-scale: 1;
    --cl-motion-win-overshoot-scale: 1;
    --cl-motion-rays: 1ms;
    --cl-motion-win-exit: 1ms;
    --cl-motion-confetti-display: 1ms;
    --cl-motion-confetti-phone: 1ms;
    --cl-d-confetti-count: 0;
    --cl-p-confetti-count: 0;
  }
}





/* FINAL SCENE GEOMETRY — design coordinate px; phone coordinates are CSS px.
 * These variables do not move existing game elements automatically.
 * Map by role to the original game. Use its existing world transforms. */
:root {
  --cl-d-guide-en-size: 45px;
  --cl-d-panel-name-en-size: 25px;
  --cl-d-results-name-en-size: 45px;
  --cl-d-results-prize-en-size: 32px;
  --cl-d-claw-sprite-size: 180px;
  --cl-c2-document-height: 1690px;
  --cl-c2-scroll-top: 0px;
  --cl-c2-scroll-settings: 515px;
  --cl-c2-scroll-lists: 1050px;
  --cl-a1-idle-room-x: 0px;
  --cl-a1-idle-room-y: 0px;
  --cl-a1-idle-room-width: 1920px;
  --cl-a1-idle-room-height: 1080px;
  --cl-a1-idle-rail-x: 192px;
  --cl-a1-idle-rail-y: 126px;
  --cl-a1-idle-rail-width: 1536px;
  --cl-a1-idle-rail-height: 42px;
  --cl-a1-idle-sign-x: 672px;
  --cl-a1-idle-sign-y: 141.6px;
  --cl-a1-idle-sign-width: 576px;
  --cl-a1-idle-sign-height: 134.4px;
  --cl-a1-idle-glass-x: 228px;
  --cl-a1-idle-glass-y: 348px;
  --cl-a1-idle-glass-width: 1464px;
  --cl-a1-idle-glass-height: 432px;
  --cl-a1-idle-pedestal-x: 0px;
  --cl-a1-idle-pedestal-y: 780px;
  --cl-a1-idle-pedestal-width: 1920px;
  --cl-a1-idle-pedestal-height: 300px;
  --cl-a1-idle-prize-pile-x: 300px;
  --cl-a1-idle-prize-pile-y: 554px;
  --cl-a1-idle-prize-pile-width: 1300px;
  --cl-a1-idle-prize-pile-height: 220px;
  --cl-a1-idle-server-pill-x: 852px;
  --cl-a1-idle-server-pill-y: 20px;
  --cl-a1-idle-server-pill-width: 216px;
  --cl-a1-idle-server-pill-height: 40px;
  --cl-a1-idle-top-tools-x: 1688px;
  --cl-a1-idle-top-tools-y: 20px;
  --cl-a1-idle-top-tools-width: 200px;
  --cl-a1-idle-top-tools-height: 56px;
  --cl-a1-idle-participants-x: 28px;
  --cl-a1-idle-participants-y: 256px;
  --cl-a1-idle-participants-width: 296px;
  --cl-a1-idle-participants-height: 356px;
  --cl-a1-idle-qr-card-x: 1596px;
  --cl-a1-idle-qr-card-y: 244px;
  --cl-a1-idle-qr-card-width: 296px;
  --cl-a1-idle-qr-card-height: 378px;
  --cl-a1-idle-prize-tray-x: 200.4px;
  --cl-a1-idle-prize-tray-y: 853.2px;
  --cl-a1-idle-prize-tray-width: 423.6px;
  --cl-a1-idle-prize-tray-height: 181.2px;
  --cl-a1-idle-winner-tray-x: 1294.8px;
  --cl-a1-idle-winner-tray-y: 853.2px;
  --cl-a1-idle-winner-tray-width: 423.6px;
  --cl-a1-idle-winner-tray-height: 181.2px;
  --cl-a1-idle-base-title-x: 708px;
  --cl-a1-idle-base-title-y: 876px;
  --cl-a1-idle-base-title-width: 504px;
  --cl-a1-idle-base-title-height: 103.2px;
  --cl-a1-idle-prize-ticker-x: 662px;
  --cl-a1-idle-prize-ticker-y: 1026px;
  --cl-a1-idle-prize-ticker-width: 596px;
  --cl-a1-idle-prize-ticker-height: 32px;
  --cl-a1-idle-decorative-joystick-x: 42px;
  --cl-a1-idle-decorative-joystick-y: 896px;
  --cl-a1-idle-decorative-joystick-width: 126px;
  --cl-a1-idle-decorative-joystick-height: 114px;
  --cl-a1-idle-decorative-pick-x: 1752px;
  --cl-a1-idle-decorative-pick-y: 916px;
  --cl-a1-idle-decorative-pick-width: 132px;
  --cl-a1-idle-decorative-pick-height: 80px;
  --cl-a1-idle-bottom-tools-x: 28px;
  --cl-a1-idle-bottom-tools-y: 1016px;
  --cl-a1-idle-bottom-tools-width: 124px;
  --cl-a1-idle-bottom-tools-height: 48px;
  --cl-a1-idle-idle-instructions-x: 445px;
  --cl-a1-idle-idle-instructions-y: 390px;
  --cl-a1-idle-idle-instructions-width: 1030px;
  --cl-a1-idle-idle-instructions-height: 134px;
  --cl-a2-play-ball-room-x: 0px;
  --cl-a2-play-ball-room-y: 0px;
  --cl-a2-play-ball-room-width: 1920px;
  --cl-a2-play-ball-room-height: 1080px;
  --cl-a2-play-ball-rail-x: 192px;
  --cl-a2-play-ball-rail-y: 126px;
  --cl-a2-play-ball-rail-width: 1536px;
  --cl-a2-play-ball-rail-height: 42px;
  --cl-a2-play-ball-sign-x: 672px;
  --cl-a2-play-ball-sign-y: 141.6px;
  --cl-a2-play-ball-sign-width: 576px;
  --cl-a2-play-ball-sign-height: 134.4px;
  --cl-a2-play-ball-glass-x: 228px;
  --cl-a2-play-ball-glass-y: 348px;
  --cl-a2-play-ball-glass-width: 1464px;
  --cl-a2-play-ball-glass-height: 432px;
  --cl-a2-play-ball-pedestal-x: 0px;
  --cl-a2-play-ball-pedestal-y: 780px;
  --cl-a2-play-ball-pedestal-width: 1920px;
  --cl-a2-play-ball-pedestal-height: 300px;
  --cl-a2-play-ball-prize-pile-x: 300px;
  --cl-a2-play-ball-prize-pile-y: 554px;
  --cl-a2-play-ball-prize-pile-width: 1300px;
  --cl-a2-play-ball-prize-pile-height: 220px;
  --cl-a2-play-ball-claw-layer-x: 350px;
  --cl-a2-play-ball-claw-layer-y: 68px;
  --cl-a2-play-ball-claw-layer-width: 1250px;
  --cl-a2-play-ball-claw-layer-height: 680px;
  --cl-a2-play-ball-aim-rings-x: 373px;
  --cl-a2-play-ball-aim-rings-y: 596px;
  --cl-a2-play-ball-aim-rings-width: 1268px;
  --cl-a2-play-ball-aim-rings-height: 192px;
  --cl-a2-play-ball-server-pill-x: 852px;
  --cl-a2-play-ball-server-pill-y: 20px;
  --cl-a2-play-ball-server-pill-width: 216px;
  --cl-a2-play-ball-server-pill-height: 40px;
  --cl-a2-play-ball-top-tools-x: 1688px;
  --cl-a2-play-ball-top-tools-y: 20px;
  --cl-a2-play-ball-top-tools-width: 200px;
  --cl-a2-play-ball-top-tools-height: 56px;
  --cl-a2-play-ball-participants-x: 28px;
  --cl-a2-play-ball-participants-y: 256px;
  --cl-a2-play-ball-participants-width: 296px;
  --cl-a2-play-ball-participants-height: 356px;
  --cl-a2-play-ball-qr-card-x: 1596px;
  --cl-a2-play-ball-qr-card-y: 244px;
  --cl-a2-play-ball-qr-card-width: 296px;
  --cl-a2-play-ball-qr-card-height: 378px;
  --cl-a2-play-ball-prize-tray-x: 200.4px;
  --cl-a2-play-ball-prize-tray-y: 853.2px;
  --cl-a2-play-ball-prize-tray-width: 423.6px;
  --cl-a2-play-ball-prize-tray-height: 181.2px;
  --cl-a2-play-ball-winner-tray-x: 1294.8px;
  --cl-a2-play-ball-winner-tray-y: 853.2px;
  --cl-a2-play-ball-winner-tray-width: 423.6px;
  --cl-a2-play-ball-winner-tray-height: 181.2px;
  --cl-a2-play-ball-base-title-x: 708px;
  --cl-a2-play-ball-base-title-y: 876px;
  --cl-a2-play-ball-base-title-width: 504px;
  --cl-a2-play-ball-base-title-height: 103.2px;
  --cl-a2-play-ball-prize-ticker-x: 662px;
  --cl-a2-play-ball-prize-ticker-y: 1026px;
  --cl-a2-play-ball-prize-ticker-width: 596px;
  --cl-a2-play-ball-prize-ticker-height: 32px;
  --cl-a2-play-ball-decorative-joystick-x: 42px;
  --cl-a2-play-ball-decorative-joystick-y: 896px;
  --cl-a2-play-ball-decorative-joystick-width: 126px;
  --cl-a2-play-ball-decorative-joystick-height: 114px;
  --cl-a2-play-ball-decorative-pick-x: 1752px;
  --cl-a2-play-ball-decorative-pick-y: 916px;
  --cl-a2-play-ball-decorative-pick-width: 132px;
  --cl-a2-play-ball-decorative-pick-height: 80px;
  --cl-a2-play-ball-bottom-tools-x: 28px;
  --cl-a2-play-ball-bottom-tools-y: 1016px;
  --cl-a2-play-ball-bottom-tools-width: 124px;
  --cl-a2-play-ball-bottom-tools-height: 48px;
  --cl-a2-play-plush-room-x: 0px;
  --cl-a2-play-plush-room-y: 0px;
  --cl-a2-play-plush-room-width: 1920px;
  --cl-a2-play-plush-room-height: 1080px;
  --cl-a2-play-plush-rail-x: 192px;
  --cl-a2-play-plush-rail-y: 126px;
  --cl-a2-play-plush-rail-width: 1536px;
  --cl-a2-play-plush-rail-height: 42px;
  --cl-a2-play-plush-sign-x: 672px;
  --cl-a2-play-plush-sign-y: 141.6px;
  --cl-a2-play-plush-sign-width: 576px;
  --cl-a2-play-plush-sign-height: 134.4px;
  --cl-a2-play-plush-glass-x: 228px;
  --cl-a2-play-plush-glass-y: 348px;
  --cl-a2-play-plush-glass-width: 1464px;
  --cl-a2-play-plush-glass-height: 432px;
  --cl-a2-play-plush-pedestal-x: 0px;
  --cl-a2-play-plush-pedestal-y: 780px;
  --cl-a2-play-plush-pedestal-width: 1920px;
  --cl-a2-play-plush-pedestal-height: 300px;
  --cl-a2-play-plush-prize-pile-x: 300px;
  --cl-a2-play-plush-prize-pile-y: 554px;
  --cl-a2-play-plush-prize-pile-width: 1300px;
  --cl-a2-play-plush-prize-pile-height: 220px;
  --cl-a2-play-plush-claw-layer-x: 350px;
  --cl-a2-play-plush-claw-layer-y: 68px;
  --cl-a2-play-plush-claw-layer-width: 1250px;
  --cl-a2-play-plush-claw-layer-height: 680px;
  --cl-a2-play-plush-aim-rings-x: 373px;
  --cl-a2-play-plush-aim-rings-y: 596px;
  --cl-a2-play-plush-aim-rings-width: 1268px;
  --cl-a2-play-plush-aim-rings-height: 192px;
  --cl-a2-play-plush-server-pill-x: 852px;
  --cl-a2-play-plush-server-pill-y: 20px;
  --cl-a2-play-plush-server-pill-width: 216px;
  --cl-a2-play-plush-server-pill-height: 40px;
  --cl-a2-play-plush-top-tools-x: 1688px;
  --cl-a2-play-plush-top-tools-y: 20px;
  --cl-a2-play-plush-top-tools-width: 200px;
  --cl-a2-play-plush-top-tools-height: 56px;
  --cl-a2-play-plush-participants-x: 28px;
  --cl-a2-play-plush-participants-y: 256px;
  --cl-a2-play-plush-participants-width: 296px;
  --cl-a2-play-plush-participants-height: 356px;
  --cl-a2-play-plush-qr-card-x: 1596px;
  --cl-a2-play-plush-qr-card-y: 244px;
  --cl-a2-play-plush-qr-card-width: 296px;
  --cl-a2-play-plush-qr-card-height: 378px;
  --cl-a2-play-plush-prize-tray-x: 200.4px;
  --cl-a2-play-plush-prize-tray-y: 853.2px;
  --cl-a2-play-plush-prize-tray-width: 423.6px;
  --cl-a2-play-plush-prize-tray-height: 181.2px;
  --cl-a2-play-plush-winner-tray-x: 1294.8px;
  --cl-a2-play-plush-winner-tray-y: 853.2px;
  --cl-a2-play-plush-winner-tray-width: 423.6px;
  --cl-a2-play-plush-winner-tray-height: 181.2px;
  --cl-a2-play-plush-base-title-x: 708px;
  --cl-a2-play-plush-base-title-y: 876px;
  --cl-a2-play-plush-base-title-width: 504px;
  --cl-a2-play-plush-base-title-height: 103.2px;
  --cl-a2-play-plush-prize-ticker-x: 662px;
  --cl-a2-play-plush-prize-ticker-y: 1026px;
  --cl-a2-play-plush-prize-ticker-width: 596px;
  --cl-a2-play-plush-prize-ticker-height: 32px;
  --cl-a2-play-plush-decorative-joystick-x: 42px;
  --cl-a2-play-plush-decorative-joystick-y: 896px;
  --cl-a2-play-plush-decorative-joystick-width: 126px;
  --cl-a2-play-plush-decorative-joystick-height: 114px;
  --cl-a2-play-plush-decorative-pick-x: 1752px;
  --cl-a2-play-plush-decorative-pick-y: 916px;
  --cl-a2-play-plush-decorative-pick-width: 132px;
  --cl-a2-play-plush-decorative-pick-height: 80px;
  --cl-a2-play-plush-bottom-tools-x: 28px;
  --cl-a2-play-plush-bottom-tools-y: 1016px;
  --cl-a2-play-plush-bottom-tools-width: 124px;
  --cl-a2-play-plush-bottom-tools-height: 48px;
  --cl-a3-descend-room-x: 0px;
  --cl-a3-descend-room-y: 0px;
  --cl-a3-descend-room-width: 1920px;
  --cl-a3-descend-room-height: 1080px;
  --cl-a3-descend-rail-x: 192px;
  --cl-a3-descend-rail-y: 126px;
  --cl-a3-descend-rail-width: 1536px;
  --cl-a3-descend-rail-height: 42px;
  --cl-a3-descend-sign-x: 672px;
  --cl-a3-descend-sign-y: 141.6px;
  --cl-a3-descend-sign-width: 576px;
  --cl-a3-descend-sign-height: 134.4px;
  --cl-a3-descend-glass-x: 228px;
  --cl-a3-descend-glass-y: 348px;
  --cl-a3-descend-glass-width: 1464px;
  --cl-a3-descend-glass-height: 432px;
  --cl-a3-descend-pedestal-x: 0px;
  --cl-a3-descend-pedestal-y: 780px;
  --cl-a3-descend-pedestal-width: 1920px;
  --cl-a3-descend-pedestal-height: 300px;
  --cl-a3-descend-prize-pile-x: 300px;
  --cl-a3-descend-prize-pile-y: 554px;
  --cl-a3-descend-prize-pile-width: 1300px;
  --cl-a3-descend-prize-pile-height: 220px;
  --cl-a3-descend-claw-layer-x: 350px;
  --cl-a3-descend-claw-layer-y: 68px;
  --cl-a3-descend-claw-layer-width: 1250px;
  --cl-a3-descend-claw-layer-height: 680px;
  --cl-a3-descend-server-pill-x: 852px;
  --cl-a3-descend-server-pill-y: 20px;
  --cl-a3-descend-server-pill-width: 216px;
  --cl-a3-descend-server-pill-height: 40px;
  --cl-a3-descend-top-tools-x: 1688px;
  --cl-a3-descend-top-tools-y: 20px;
  --cl-a3-descend-top-tools-width: 200px;
  --cl-a3-descend-top-tools-height: 56px;
  --cl-a3-descend-participants-x: 28px;
  --cl-a3-descend-participants-y: 256px;
  --cl-a3-descend-participants-width: 296px;
  --cl-a3-descend-participants-height: 356px;
  --cl-a3-descend-qr-card-x: 1596px;
  --cl-a3-descend-qr-card-y: 244px;
  --cl-a3-descend-qr-card-width: 296px;
  --cl-a3-descend-qr-card-height: 378px;
  --cl-a3-descend-prize-tray-x: 200.4px;
  --cl-a3-descend-prize-tray-y: 853.2px;
  --cl-a3-descend-prize-tray-width: 423.6px;
  --cl-a3-descend-prize-tray-height: 181.2px;
  --cl-a3-descend-winner-tray-x: 1294.8px;
  --cl-a3-descend-winner-tray-y: 853.2px;
  --cl-a3-descend-winner-tray-width: 423.6px;
  --cl-a3-descend-winner-tray-height: 181.2px;
  --cl-a3-descend-base-title-x: 708px;
  --cl-a3-descend-base-title-y: 876px;
  --cl-a3-descend-base-title-width: 504px;
  --cl-a3-descend-base-title-height: 103.2px;
  --cl-a3-descend-prize-ticker-x: 662px;
  --cl-a3-descend-prize-ticker-y: 1026px;
  --cl-a3-descend-prize-ticker-width: 596px;
  --cl-a3-descend-prize-ticker-height: 32px;
  --cl-a3-descend-decorative-joystick-x: 42px;
  --cl-a3-descend-decorative-joystick-y: 896px;
  --cl-a3-descend-decorative-joystick-width: 126px;
  --cl-a3-descend-decorative-joystick-height: 114px;
  --cl-a3-descend-decorative-pick-x: 1752px;
  --cl-a3-descend-decorative-pick-y: 916px;
  --cl-a3-descend-decorative-pick-width: 132px;
  --cl-a3-descend-decorative-pick-height: 80px;
  --cl-a3-descend-bottom-tools-x: 28px;
  --cl-a3-descend-bottom-tools-y: 1016px;
  --cl-a3-descend-bottom-tools-width: 124px;
  --cl-a3-descend-bottom-tools-height: 48px;
  --cl-a3-grip-room-x: 0px;
  --cl-a3-grip-room-y: 0px;
  --cl-a3-grip-room-width: 1920px;
  --cl-a3-grip-room-height: 1080px;
  --cl-a3-grip-rail-x: 192px;
  --cl-a3-grip-rail-y: 126px;
  --cl-a3-grip-rail-width: 1536px;
  --cl-a3-grip-rail-height: 42px;
  --cl-a3-grip-sign-x: 672px;
  --cl-a3-grip-sign-y: 141.6px;
  --cl-a3-grip-sign-width: 576px;
  --cl-a3-grip-sign-height: 134.4px;
  --cl-a3-grip-glass-x: 228px;
  --cl-a3-grip-glass-y: 348px;
  --cl-a3-grip-glass-width: 1464px;
  --cl-a3-grip-glass-height: 432px;
  --cl-a3-grip-pedestal-x: 0px;
  --cl-a3-grip-pedestal-y: 780px;
  --cl-a3-grip-pedestal-width: 1920px;
  --cl-a3-grip-pedestal-height: 300px;
  --cl-a3-grip-prize-pile-x: 300px;
  --cl-a3-grip-prize-pile-y: 554px;
  --cl-a3-grip-prize-pile-width: 1300px;
  --cl-a3-grip-prize-pile-height: 220px;
  --cl-a3-grip-claw-layer-x: 350px;
  --cl-a3-grip-claw-layer-y: 68px;
  --cl-a3-grip-claw-layer-width: 1250px;
  --cl-a3-grip-claw-layer-height: 680px;
  --cl-a3-grip-server-pill-x: 852px;
  --cl-a3-grip-server-pill-y: 20px;
  --cl-a3-grip-server-pill-width: 216px;
  --cl-a3-grip-server-pill-height: 40px;
  --cl-a3-grip-top-tools-x: 1688px;
  --cl-a3-grip-top-tools-y: 20px;
  --cl-a3-grip-top-tools-width: 200px;
  --cl-a3-grip-top-tools-height: 56px;
  --cl-a3-grip-participants-x: 28px;
  --cl-a3-grip-participants-y: 256px;
  --cl-a3-grip-participants-width: 296px;
  --cl-a3-grip-participants-height: 356px;
  --cl-a3-grip-qr-card-x: 1596px;
  --cl-a3-grip-qr-card-y: 244px;
  --cl-a3-grip-qr-card-width: 296px;
  --cl-a3-grip-qr-card-height: 378px;
  --cl-a3-grip-prize-tray-x: 200.4px;
  --cl-a3-grip-prize-tray-y: 853.2px;
  --cl-a3-grip-prize-tray-width: 423.6px;
  --cl-a3-grip-prize-tray-height: 181.2px;
  --cl-a3-grip-winner-tray-x: 1294.8px;
  --cl-a3-grip-winner-tray-y: 853.2px;
  --cl-a3-grip-winner-tray-width: 423.6px;
  --cl-a3-grip-winner-tray-height: 181.2px;
  --cl-a3-grip-base-title-x: 708px;
  --cl-a3-grip-base-title-y: 876px;
  --cl-a3-grip-base-title-width: 504px;
  --cl-a3-grip-base-title-height: 103.2px;
  --cl-a3-grip-prize-ticker-x: 662px;
  --cl-a3-grip-prize-ticker-y: 1026px;
  --cl-a3-grip-prize-ticker-width: 596px;
  --cl-a3-grip-prize-ticker-height: 32px;
  --cl-a3-grip-decorative-joystick-x: 42px;
  --cl-a3-grip-decorative-joystick-y: 896px;
  --cl-a3-grip-decorative-joystick-width: 126px;
  --cl-a3-grip-decorative-joystick-height: 114px;
  --cl-a3-grip-decorative-pick-x: 1752px;
  --cl-a3-grip-decorative-pick-y: 916px;
  --cl-a3-grip-decorative-pick-width: 132px;
  --cl-a3-grip-decorative-pick-height: 80px;
  --cl-a3-grip-bottom-tools-x: 28px;
  --cl-a3-grip-bottom-tools-y: 1016px;
  --cl-a3-grip-bottom-tools-width: 124px;
  --cl-a3-grip-bottom-tools-height: 48px;
  --cl-a3-lift-room-x: 0px;
  --cl-a3-lift-room-y: 0px;
  --cl-a3-lift-room-width: 1920px;
  --cl-a3-lift-room-height: 1080px;
  --cl-a3-lift-rail-x: 192px;
  --cl-a3-lift-rail-y: 126px;
  --cl-a3-lift-rail-width: 1536px;
  --cl-a3-lift-rail-height: 42px;
  --cl-a3-lift-sign-x: 672px;
  --cl-a3-lift-sign-y: 141.6px;
  --cl-a3-lift-sign-width: 576px;
  --cl-a3-lift-sign-height: 134.4px;
  --cl-a3-lift-glass-x: 228px;
  --cl-a3-lift-glass-y: 348px;
  --cl-a3-lift-glass-width: 1464px;
  --cl-a3-lift-glass-height: 432px;
  --cl-a3-lift-pedestal-x: 0px;
  --cl-a3-lift-pedestal-y: 780px;
  --cl-a3-lift-pedestal-width: 1920px;
  --cl-a3-lift-pedestal-height: 300px;
  --cl-a3-lift-prize-pile-x: 300px;
  --cl-a3-lift-prize-pile-y: 554px;
  --cl-a3-lift-prize-pile-width: 1300px;
  --cl-a3-lift-prize-pile-height: 220px;
  --cl-a3-lift-claw-layer-x: 350px;
  --cl-a3-lift-claw-layer-y: 68px;
  --cl-a3-lift-claw-layer-width: 1250px;
  --cl-a3-lift-claw-layer-height: 680px;
  --cl-a3-lift-server-pill-x: 852px;
  --cl-a3-lift-server-pill-y: 20px;
  --cl-a3-lift-server-pill-width: 216px;
  --cl-a3-lift-server-pill-height: 40px;
  --cl-a3-lift-top-tools-x: 1688px;
  --cl-a3-lift-top-tools-y: 20px;
  --cl-a3-lift-top-tools-width: 200px;
  --cl-a3-lift-top-tools-height: 56px;
  --cl-a3-lift-participants-x: 28px;
  --cl-a3-lift-participants-y: 256px;
  --cl-a3-lift-participants-width: 296px;
  --cl-a3-lift-participants-height: 356px;
  --cl-a3-lift-qr-card-x: 1596px;
  --cl-a3-lift-qr-card-y: 244px;
  --cl-a3-lift-qr-card-width: 296px;
  --cl-a3-lift-qr-card-height: 378px;
  --cl-a3-lift-prize-tray-x: 200.4px;
  --cl-a3-lift-prize-tray-y: 853.2px;
  --cl-a3-lift-prize-tray-width: 423.6px;
  --cl-a3-lift-prize-tray-height: 181.2px;
  --cl-a3-lift-winner-tray-x: 1294.8px;
  --cl-a3-lift-winner-tray-y: 853.2px;
  --cl-a3-lift-winner-tray-width: 423.6px;
  --cl-a3-lift-winner-tray-height: 181.2px;
  --cl-a3-lift-base-title-x: 708px;
  --cl-a3-lift-base-title-y: 876px;
  --cl-a3-lift-base-title-width: 504px;
  --cl-a3-lift-base-title-height: 103.2px;
  --cl-a3-lift-prize-ticker-x: 662px;
  --cl-a3-lift-prize-ticker-y: 1026px;
  --cl-a3-lift-prize-ticker-width: 596px;
  --cl-a3-lift-prize-ticker-height: 32px;
  --cl-a3-lift-decorative-joystick-x: 42px;
  --cl-a3-lift-decorative-joystick-y: 896px;
  --cl-a3-lift-decorative-joystick-width: 126px;
  --cl-a3-lift-decorative-joystick-height: 114px;
  --cl-a3-lift-decorative-pick-x: 1752px;
  --cl-a3-lift-decorative-pick-y: 916px;
  --cl-a3-lift-decorative-pick-width: 132px;
  --cl-a3-lift-decorative-pick-height: 80px;
  --cl-a3-lift-bottom-tools-x: 28px;
  --cl-a3-lift-bottom-tools-y: 1016px;
  --cl-a3-lift-bottom-tools-width: 124px;
  --cl-a3-lift-bottom-tools-height: 48px;
  --cl-a4-miss-room-x: 0px;
  --cl-a4-miss-room-y: 0px;
  --cl-a4-miss-room-width: 1920px;
  --cl-a4-miss-room-height: 1080px;
  --cl-a4-miss-rail-x: 192px;
  --cl-a4-miss-rail-y: 126px;
  --cl-a4-miss-rail-width: 1536px;
  --cl-a4-miss-rail-height: 42px;
  --cl-a4-miss-sign-x: 672px;
  --cl-a4-miss-sign-y: 141.6px;
  --cl-a4-miss-sign-width: 576px;
  --cl-a4-miss-sign-height: 134.4px;
  --cl-a4-miss-glass-x: 228px;
  --cl-a4-miss-glass-y: 348px;
  --cl-a4-miss-glass-width: 1464px;
  --cl-a4-miss-glass-height: 432px;
  --cl-a4-miss-pedestal-x: 0px;
  --cl-a4-miss-pedestal-y: 780px;
  --cl-a4-miss-pedestal-width: 1920px;
  --cl-a4-miss-pedestal-height: 300px;
  --cl-a4-miss-prize-pile-x: 300px;
  --cl-a4-miss-prize-pile-y: 554px;
  --cl-a4-miss-prize-pile-width: 1300px;
  --cl-a4-miss-prize-pile-height: 220px;
  --cl-a4-miss-claw-layer-x: 350px;
  --cl-a4-miss-claw-layer-y: 68px;
  --cl-a4-miss-claw-layer-width: 1250px;
  --cl-a4-miss-claw-layer-height: 680px;
  --cl-a4-miss-server-pill-x: 852px;
  --cl-a4-miss-server-pill-y: 20px;
  --cl-a4-miss-server-pill-width: 216px;
  --cl-a4-miss-server-pill-height: 40px;
  --cl-a4-miss-top-tools-x: 1688px;
  --cl-a4-miss-top-tools-y: 20px;
  --cl-a4-miss-top-tools-width: 200px;
  --cl-a4-miss-top-tools-height: 56px;
  --cl-a4-miss-participants-x: 28px;
  --cl-a4-miss-participants-y: 256px;
  --cl-a4-miss-participants-width: 296px;
  --cl-a4-miss-participants-height: 356px;
  --cl-a4-miss-qr-card-x: 1596px;
  --cl-a4-miss-qr-card-y: 244px;
  --cl-a4-miss-qr-card-width: 296px;
  --cl-a4-miss-qr-card-height: 378px;
  --cl-a4-miss-prize-tray-x: 200.4px;
  --cl-a4-miss-prize-tray-y: 853.2px;
  --cl-a4-miss-prize-tray-width: 423.6px;
  --cl-a4-miss-prize-tray-height: 181.2px;
  --cl-a4-miss-winner-tray-x: 1294.8px;
  --cl-a4-miss-winner-tray-y: 853.2px;
  --cl-a4-miss-winner-tray-width: 423.6px;
  --cl-a4-miss-winner-tray-height: 181.2px;
  --cl-a4-miss-base-title-x: 708px;
  --cl-a4-miss-base-title-y: 876px;
  --cl-a4-miss-base-title-width: 504px;
  --cl-a4-miss-base-title-height: 103.2px;
  --cl-a4-miss-prize-ticker-x: 662px;
  --cl-a4-miss-prize-ticker-y: 1026px;
  --cl-a4-miss-prize-ticker-width: 596px;
  --cl-a4-miss-prize-ticker-height: 32px;
  --cl-a4-miss-decorative-joystick-x: 42px;
  --cl-a4-miss-decorative-joystick-y: 896px;
  --cl-a4-miss-decorative-joystick-width: 126px;
  --cl-a4-miss-decorative-joystick-height: 114px;
  --cl-a4-miss-decorative-pick-x: 1752px;
  --cl-a4-miss-decorative-pick-y: 916px;
  --cl-a4-miss-decorative-pick-width: 132px;
  --cl-a4-miss-decorative-pick-height: 80px;
  --cl-a4-miss-bottom-tools-x: 28px;
  --cl-a4-miss-bottom-tools-y: 1016px;
  --cl-a4-miss-bottom-tools-width: 124px;
  --cl-a4-miss-bottom-tools-height: 48px;
  --cl-a4-miss-miss-bubble-x: 810px;
  --cl-a4-miss-miss-bubble-y: 292px;
  --cl-a4-miss-miss-bubble-width: 560px;
  --cl-a4-miss-miss-bubble-height: 70px;
  --cl-a5-capture-room-x: 0px;
  --cl-a5-capture-room-y: 0px;
  --cl-a5-capture-room-width: 1920px;
  --cl-a5-capture-room-height: 1080px;
  --cl-a5-capture-rail-x: 192px;
  --cl-a5-capture-rail-y: 126px;
  --cl-a5-capture-rail-width: 1536px;
  --cl-a5-capture-rail-height: 42px;
  --cl-a5-capture-sign-x: 672px;
  --cl-a5-capture-sign-y: 141.6px;
  --cl-a5-capture-sign-width: 576px;
  --cl-a5-capture-sign-height: 134.4px;
  --cl-a5-capture-glass-x: 228px;
  --cl-a5-capture-glass-y: 348px;
  --cl-a5-capture-glass-width: 1464px;
  --cl-a5-capture-glass-height: 432px;
  --cl-a5-capture-pedestal-x: 0px;
  --cl-a5-capture-pedestal-y: 780px;
  --cl-a5-capture-pedestal-width: 1920px;
  --cl-a5-capture-pedestal-height: 300px;
  --cl-a5-capture-prize-pile-x: 300px;
  --cl-a5-capture-prize-pile-y: 554px;
  --cl-a5-capture-prize-pile-width: 1300px;
  --cl-a5-capture-prize-pile-height: 220px;
  --cl-a5-capture-claw-layer-x: 350px;
  --cl-a5-capture-claw-layer-y: 68px;
  --cl-a5-capture-claw-layer-width: 1250px;
  --cl-a5-capture-claw-layer-height: 680px;
  --cl-a5-capture-server-pill-x: 852px;
  --cl-a5-capture-server-pill-y: 20px;
  --cl-a5-capture-server-pill-width: 216px;
  --cl-a5-capture-server-pill-height: 40px;
  --cl-a5-capture-top-tools-x: 1688px;
  --cl-a5-capture-top-tools-y: 20px;
  --cl-a5-capture-top-tools-width: 200px;
  --cl-a5-capture-top-tools-height: 56px;
  --cl-a5-capture-participants-x: 28px;
  --cl-a5-capture-participants-y: 256px;
  --cl-a5-capture-participants-width: 296px;
  --cl-a5-capture-participants-height: 356px;
  --cl-a5-capture-qr-card-x: 1596px;
  --cl-a5-capture-qr-card-y: 244px;
  --cl-a5-capture-qr-card-width: 296px;
  --cl-a5-capture-qr-card-height: 378px;
  --cl-a5-capture-prize-tray-x: 200.4px;
  --cl-a5-capture-prize-tray-y: 853.2px;
  --cl-a5-capture-prize-tray-width: 423.6px;
  --cl-a5-capture-prize-tray-height: 181.2px;
  --cl-a5-capture-winner-tray-x: 1294.8px;
  --cl-a5-capture-winner-tray-y: 853.2px;
  --cl-a5-capture-winner-tray-width: 423.6px;
  --cl-a5-capture-winner-tray-height: 181.2px;
  --cl-a5-capture-base-title-x: 708px;
  --cl-a5-capture-base-title-y: 876px;
  --cl-a5-capture-base-title-width: 504px;
  --cl-a5-capture-base-title-height: 103.2px;
  --cl-a5-capture-prize-ticker-x: 662px;
  --cl-a5-capture-prize-ticker-y: 1026px;
  --cl-a5-capture-prize-ticker-width: 596px;
  --cl-a5-capture-prize-ticker-height: 32px;
  --cl-a5-capture-decorative-joystick-x: 42px;
  --cl-a5-capture-decorative-joystick-y: 896px;
  --cl-a5-capture-decorative-joystick-width: 126px;
  --cl-a5-capture-decorative-joystick-height: 114px;
  --cl-a5-capture-decorative-pick-x: 1752px;
  --cl-a5-capture-decorative-pick-y: 916px;
  --cl-a5-capture-decorative-pick-width: 132px;
  --cl-a5-capture-decorative-pick-height: 80px;
  --cl-a5-capture-bottom-tools-x: 28px;
  --cl-a5-capture-bottom-tools-y: 1016px;
  --cl-a5-capture-bottom-tools-width: 124px;
  --cl-a5-capture-bottom-tools-height: 48px;
  --cl-a5-capture-capture-flight-x: 260px;
  --cl-a5-capture-capture-flight-y: 370px;
  --cl-a5-capture-capture-flight-width: 900px;
  --cl-a5-capture-capture-flight-height: 550px;
  --cl-a6-win-banner-room-x: 0px;
  --cl-a6-win-banner-room-y: 0px;
  --cl-a6-win-banner-room-width: 1920px;
  --cl-a6-win-banner-room-height: 1080px;
  --cl-a6-win-banner-rail-x: 192px;
  --cl-a6-win-banner-rail-y: 126px;
  --cl-a6-win-banner-rail-width: 1536px;
  --cl-a6-win-banner-rail-height: 42px;
  --cl-a6-win-banner-sign-x: 672px;
  --cl-a6-win-banner-sign-y: 141.6px;
  --cl-a6-win-banner-sign-width: 576px;
  --cl-a6-win-banner-sign-height: 134.4px;
  --cl-a6-win-banner-glass-x: 228px;
  --cl-a6-win-banner-glass-y: 348px;
  --cl-a6-win-banner-glass-width: 1464px;
  --cl-a6-win-banner-glass-height: 432px;
  --cl-a6-win-banner-pedestal-x: 0px;
  --cl-a6-win-banner-pedestal-y: 780px;
  --cl-a6-win-banner-pedestal-width: 1920px;
  --cl-a6-win-banner-pedestal-height: 300px;
  --cl-a6-win-banner-prize-pile-x: 300px;
  --cl-a6-win-banner-prize-pile-y: 554px;
  --cl-a6-win-banner-prize-pile-width: 1300px;
  --cl-a6-win-banner-prize-pile-height: 220px;
  --cl-a6-win-banner-claw-layer-x: 350px;
  --cl-a6-win-banner-claw-layer-y: 68px;
  --cl-a6-win-banner-claw-layer-width: 1250px;
  --cl-a6-win-banner-claw-layer-height: 680px;
  --cl-a6-win-banner-server-pill-x: 852px;
  --cl-a6-win-banner-server-pill-y: 20px;
  --cl-a6-win-banner-server-pill-width: 216px;
  --cl-a6-win-banner-server-pill-height: 40px;
  --cl-a6-win-banner-top-tools-x: 1688px;
  --cl-a6-win-banner-top-tools-y: 20px;
  --cl-a6-win-banner-top-tools-width: 200px;
  --cl-a6-win-banner-top-tools-height: 56px;
  --cl-a6-win-banner-participants-x: 28px;
  --cl-a6-win-banner-participants-y: 256px;
  --cl-a6-win-banner-participants-width: 296px;
  --cl-a6-win-banner-participants-height: 356px;
  --cl-a6-win-banner-qr-card-x: 1596px;
  --cl-a6-win-banner-qr-card-y: 244px;
  --cl-a6-win-banner-qr-card-width: 296px;
  --cl-a6-win-banner-qr-card-height: 378px;
  --cl-a6-win-banner-prize-tray-x: 200.4px;
  --cl-a6-win-banner-prize-tray-y: 853.2px;
  --cl-a6-win-banner-prize-tray-width: 423.6px;
  --cl-a6-win-banner-prize-tray-height: 181.2px;
  --cl-a6-win-banner-winner-tray-x: 1294.8px;
  --cl-a6-win-banner-winner-tray-y: 853.2px;
  --cl-a6-win-banner-winner-tray-width: 423.6px;
  --cl-a6-win-banner-winner-tray-height: 181.2px;
  --cl-a6-win-banner-base-title-x: 708px;
  --cl-a6-win-banner-base-title-y: 876px;
  --cl-a6-win-banner-base-title-width: 504px;
  --cl-a6-win-banner-base-title-height: 103.2px;
  --cl-a6-win-banner-prize-ticker-x: 662px;
  --cl-a6-win-banner-prize-ticker-y: 1026px;
  --cl-a6-win-banner-prize-ticker-width: 596px;
  --cl-a6-win-banner-prize-ticker-height: 32px;
  --cl-a6-win-banner-decorative-joystick-x: 42px;
  --cl-a6-win-banner-decorative-joystick-y: 896px;
  --cl-a6-win-banner-decorative-joystick-width: 126px;
  --cl-a6-win-banner-decorative-joystick-height: 114px;
  --cl-a6-win-banner-decorative-pick-x: 1752px;
  --cl-a6-win-banner-decorative-pick-y: 916px;
  --cl-a6-win-banner-decorative-pick-width: 132px;
  --cl-a6-win-banner-decorative-pick-height: 80px;
  --cl-a6-win-banner-bottom-tools-x: 28px;
  --cl-a6-win-banner-bottom-tools-y: 1016px;
  --cl-a6-win-banner-bottom-tools-width: 124px;
  --cl-a6-win-banner-bottom-tools-height: 48px;
  --cl-a6-win-banner-win-dimmer-x: 0px;
  --cl-a6-win-banner-win-dimmer-y: 0px;
  --cl-a6-win-banner-win-dimmer-width: 1920px;
  --cl-a6-win-banner-win-dimmer-height: 1080px;
  --cl-a6-win-banner-win-banner-x: 430px;
  --cl-a6-win-banner-win-banner-y: 286px;
  --cl-a6-win-banner-win-banner-width: 1060px;
  --cl-a6-win-banner-win-banner-height: 540px;
  --cl-a7-prizes-room-x: 0px;
  --cl-a7-prizes-room-y: 0px;
  --cl-a7-prizes-room-width: 1920px;
  --cl-a7-prizes-room-height: 1080px;
  --cl-a7-prizes-rail-x: 192px;
  --cl-a7-prizes-rail-y: 126px;
  --cl-a7-prizes-rail-width: 1536px;
  --cl-a7-prizes-rail-height: 42px;
  --cl-a7-prizes-sign-x: 672px;
  --cl-a7-prizes-sign-y: 141.6px;
  --cl-a7-prizes-sign-width: 576px;
  --cl-a7-prizes-sign-height: 134.4px;
  --cl-a7-prizes-glass-x: 228px;
  --cl-a7-prizes-glass-y: 348px;
  --cl-a7-prizes-glass-width: 1464px;
  --cl-a7-prizes-glass-height: 432px;
  --cl-a7-prizes-pedestal-x: 0px;
  --cl-a7-prizes-pedestal-y: 780px;
  --cl-a7-prizes-pedestal-width: 1920px;
  --cl-a7-prizes-pedestal-height: 300px;
  --cl-a7-prizes-prize-pile-x: 300px;
  --cl-a7-prizes-prize-pile-y: 554px;
  --cl-a7-prizes-prize-pile-width: 1300px;
  --cl-a7-prizes-prize-pile-height: 220px;
  --cl-a7-prizes-claw-layer-x: 350px;
  --cl-a7-prizes-claw-layer-y: 68px;
  --cl-a7-prizes-claw-layer-width: 1250px;
  --cl-a7-prizes-claw-layer-height: 680px;
  --cl-a7-prizes-server-pill-x: 852px;
  --cl-a7-prizes-server-pill-y: 20px;
  --cl-a7-prizes-server-pill-width: 216px;
  --cl-a7-prizes-server-pill-height: 40px;
  --cl-a7-prizes-top-tools-x: 1688px;
  --cl-a7-prizes-top-tools-y: 20px;
  --cl-a7-prizes-top-tools-width: 200px;
  --cl-a7-prizes-top-tools-height: 56px;
  --cl-a7-prizes-participants-x: 28px;
  --cl-a7-prizes-participants-y: 256px;
  --cl-a7-prizes-participants-width: 296px;
  --cl-a7-prizes-participants-height: 356px;
  --cl-a7-prizes-qr-card-x: 1596px;
  --cl-a7-prizes-qr-card-y: 244px;
  --cl-a7-prizes-qr-card-width: 296px;
  --cl-a7-prizes-qr-card-height: 378px;
  --cl-a7-prizes-prize-tray-x: 200.4px;
  --cl-a7-prizes-prize-tray-y: 853.2px;
  --cl-a7-prizes-prize-tray-width: 423.6px;
  --cl-a7-prizes-prize-tray-height: 181.2px;
  --cl-a7-prizes-winner-tray-x: 1294.8px;
  --cl-a7-prizes-winner-tray-y: 853.2px;
  --cl-a7-prizes-winner-tray-width: 423.6px;
  --cl-a7-prizes-winner-tray-height: 181.2px;
  --cl-a7-prizes-base-title-x: 708px;
  --cl-a7-prizes-base-title-y: 876px;
  --cl-a7-prizes-base-title-width: 504px;
  --cl-a7-prizes-base-title-height: 103.2px;
  --cl-a7-prizes-prize-ticker-x: 662px;
  --cl-a7-prizes-prize-ticker-y: 1026px;
  --cl-a7-prizes-prize-ticker-width: 596px;
  --cl-a7-prizes-prize-ticker-height: 32px;
  --cl-a7-prizes-decorative-joystick-x: 42px;
  --cl-a7-prizes-decorative-joystick-y: 896px;
  --cl-a7-prizes-decorative-joystick-width: 126px;
  --cl-a7-prizes-decorative-joystick-height: 114px;
  --cl-a7-prizes-decorative-pick-x: 1752px;
  --cl-a7-prizes-decorative-pick-y: 916px;
  --cl-a7-prizes-decorative-pick-width: 132px;
  --cl-a7-prizes-decorative-pick-height: 80px;
  --cl-a7-prizes-bottom-tools-x: 28px;
  --cl-a7-prizes-bottom-tools-y: 1016px;
  --cl-a7-prizes-bottom-tools-width: 124px;
  --cl-a7-prizes-bottom-tools-height: 48px;
  --cl-a8-sound-room-x: 0px;
  --cl-a8-sound-room-y: 0px;
  --cl-a8-sound-room-width: 1920px;
  --cl-a8-sound-room-height: 1080px;
  --cl-a8-sound-rail-x: 192px;
  --cl-a8-sound-rail-y: 126px;
  --cl-a8-sound-rail-width: 1536px;
  --cl-a8-sound-rail-height: 42px;
  --cl-a8-sound-sign-x: 672px;
  --cl-a8-sound-sign-y: 141.6px;
  --cl-a8-sound-sign-width: 576px;
  --cl-a8-sound-sign-height: 134.4px;
  --cl-a8-sound-glass-x: 228px;
  --cl-a8-sound-glass-y: 348px;
  --cl-a8-sound-glass-width: 1464px;
  --cl-a8-sound-glass-height: 432px;
  --cl-a8-sound-pedestal-x: 0px;
  --cl-a8-sound-pedestal-y: 780px;
  --cl-a8-sound-pedestal-width: 1920px;
  --cl-a8-sound-pedestal-height: 300px;
  --cl-a8-sound-prize-pile-x: 300px;
  --cl-a8-sound-prize-pile-y: 554px;
  --cl-a8-sound-prize-pile-width: 1300px;
  --cl-a8-sound-prize-pile-height: 220px;
  --cl-a8-sound-claw-layer-x: 350px;
  --cl-a8-sound-claw-layer-y: 68px;
  --cl-a8-sound-claw-layer-width: 1250px;
  --cl-a8-sound-claw-layer-height: 680px;
  --cl-a8-sound-server-pill-x: 852px;
  --cl-a8-sound-server-pill-y: 20px;
  --cl-a8-sound-server-pill-width: 216px;
  --cl-a8-sound-server-pill-height: 40px;
  --cl-a8-sound-top-tools-x: 1688px;
  --cl-a8-sound-top-tools-y: 20px;
  --cl-a8-sound-top-tools-width: 200px;
  --cl-a8-sound-top-tools-height: 56px;
  --cl-a8-sound-participants-x: 28px;
  --cl-a8-sound-participants-y: 256px;
  --cl-a8-sound-participants-width: 296px;
  --cl-a8-sound-participants-height: 356px;
  --cl-a8-sound-qr-card-x: 1596px;
  --cl-a8-sound-qr-card-y: 244px;
  --cl-a8-sound-qr-card-width: 296px;
  --cl-a8-sound-qr-card-height: 378px;
  --cl-a8-sound-prize-tray-x: 200.4px;
  --cl-a8-sound-prize-tray-y: 853.2px;
  --cl-a8-sound-prize-tray-width: 423.6px;
  --cl-a8-sound-prize-tray-height: 181.2px;
  --cl-a8-sound-winner-tray-x: 1294.8px;
  --cl-a8-sound-winner-tray-y: 853.2px;
  --cl-a8-sound-winner-tray-width: 423.6px;
  --cl-a8-sound-winner-tray-height: 181.2px;
  --cl-a8-sound-base-title-x: 708px;
  --cl-a8-sound-base-title-y: 876px;
  --cl-a8-sound-base-title-width: 504px;
  --cl-a8-sound-base-title-height: 103.2px;
  --cl-a8-sound-prize-ticker-x: 662px;
  --cl-a8-sound-prize-ticker-y: 1026px;
  --cl-a8-sound-prize-ticker-width: 596px;
  --cl-a8-sound-prize-ticker-height: 32px;
  --cl-a8-sound-decorative-joystick-x: 42px;
  --cl-a8-sound-decorative-joystick-y: 896px;
  --cl-a8-sound-decorative-joystick-width: 126px;
  --cl-a8-sound-decorative-joystick-height: 114px;
  --cl-a8-sound-decorative-pick-x: 1752px;
  --cl-a8-sound-decorative-pick-y: 916px;
  --cl-a8-sound-decorative-pick-width: 132px;
  --cl-a8-sound-decorative-pick-height: 80px;
  --cl-a8-sound-bottom-tools-x: 28px;
  --cl-a8-sound-bottom-tools-y: 1016px;
  --cl-a8-sound-bottom-tools-width: 124px;
  --cl-a8-sound-bottom-tools-height: 48px;
  --cl-a8-sound-sound-popup-x: 1332px;
  --cl-a8-sound-sound-popup-y: 98px;
  --cl-a8-sound-sound-popup-width: 556px;
  --cl-a8-sound-sound-popup-height: 446px;
  --cl-a9-settings-room-x: 0px;
  --cl-a9-settings-room-y: 0px;
  --cl-a9-settings-room-width: 1920px;
  --cl-a9-settings-room-height: 1080px;
  --cl-a9-settings-rail-x: 192px;
  --cl-a9-settings-rail-y: 126px;
  --cl-a9-settings-rail-width: 1536px;
  --cl-a9-settings-rail-height: 42px;
  --cl-a9-settings-sign-x: 672px;
  --cl-a9-settings-sign-y: 141.6px;
  --cl-a9-settings-sign-width: 576px;
  --cl-a9-settings-sign-height: 134.4px;
  --cl-a9-settings-glass-x: 228px;
  --cl-a9-settings-glass-y: 348px;
  --cl-a9-settings-glass-width: 1464px;
  --cl-a9-settings-glass-height: 432px;
  --cl-a9-settings-pedestal-x: 0px;
  --cl-a9-settings-pedestal-y: 780px;
  --cl-a9-settings-pedestal-width: 1920px;
  --cl-a9-settings-pedestal-height: 300px;
  --cl-a9-settings-prize-pile-x: 300px;
  --cl-a9-settings-prize-pile-y: 554px;
  --cl-a9-settings-prize-pile-width: 1300px;
  --cl-a9-settings-prize-pile-height: 220px;
  --cl-a9-settings-claw-layer-x: 350px;
  --cl-a9-settings-claw-layer-y: 68px;
  --cl-a9-settings-claw-layer-width: 1250px;
  --cl-a9-settings-claw-layer-height: 680px;
  --cl-a9-settings-server-pill-x: 852px;
  --cl-a9-settings-server-pill-y: 20px;
  --cl-a9-settings-server-pill-width: 216px;
  --cl-a9-settings-server-pill-height: 40px;
  --cl-a9-settings-top-tools-x: 1688px;
  --cl-a9-settings-top-tools-y: 20px;
  --cl-a9-settings-top-tools-width: 200px;
  --cl-a9-settings-top-tools-height: 56px;
  --cl-a9-settings-participants-x: 28px;
  --cl-a9-settings-participants-y: 256px;
  --cl-a9-settings-participants-width: 296px;
  --cl-a9-settings-participants-height: 356px;
  --cl-a9-settings-qr-card-x: 1596px;
  --cl-a9-settings-qr-card-y: 244px;
  --cl-a9-settings-qr-card-width: 296px;
  --cl-a9-settings-qr-card-height: 378px;
  --cl-a9-settings-prize-tray-x: 200.4px;
  --cl-a9-settings-prize-tray-y: 853.2px;
  --cl-a9-settings-prize-tray-width: 423.6px;
  --cl-a9-settings-prize-tray-height: 181.2px;
  --cl-a9-settings-winner-tray-x: 1294.8px;
  --cl-a9-settings-winner-tray-y: 853.2px;
  --cl-a9-settings-winner-tray-width: 423.6px;
  --cl-a9-settings-winner-tray-height: 181.2px;
  --cl-a9-settings-base-title-x: 708px;
  --cl-a9-settings-base-title-y: 876px;
  --cl-a9-settings-base-title-width: 504px;
  --cl-a9-settings-base-title-height: 103.2px;
  --cl-a9-settings-prize-ticker-x: 662px;
  --cl-a9-settings-prize-ticker-y: 1026px;
  --cl-a9-settings-prize-ticker-width: 596px;
  --cl-a9-settings-prize-ticker-height: 32px;
  --cl-a9-settings-decorative-joystick-x: 42px;
  --cl-a9-settings-decorative-joystick-y: 896px;
  --cl-a9-settings-decorative-joystick-width: 126px;
  --cl-a9-settings-decorative-joystick-height: 114px;
  --cl-a9-settings-decorative-pick-x: 1752px;
  --cl-a9-settings-decorative-pick-y: 916px;
  --cl-a9-settings-decorative-pick-width: 132px;
  --cl-a9-settings-decorative-pick-height: 80px;
  --cl-a9-settings-bottom-tools-x: 28px;
  --cl-a9-settings-bottom-tools-y: 1016px;
  --cl-a9-settings-bottom-tools-width: 124px;
  --cl-a9-settings-bottom-tools-height: 48px;
  --cl-a9-settings-settings-modal-x: 286px;
  --cl-a9-settings-settings-modal-y: 120px;
  --cl-a9-settings-settings-modal-width: 1348px;
  --cl-a9-settings-settings-modal-height: 840px;
  --cl-a9-settings-settings-left-x: 330px;
  --cl-a9-settings-settings-left-y: 237px;
  --cl-a9-settings-settings-left-width: 604px;
  --cl-a9-settings-settings-left-height: 607px;
  --cl-a9-settings-settings-right-x: 994px;
  --cl-a9-settings-settings-right-y: 237px;
  --cl-a9-settings-settings-right-width: 592px;
  --cl-a9-settings-settings-right-height: 570px;
  --cl-a9-settings-title-input-x: 330px;
  --cl-a9-settings-title-input-y: 278px;
  --cl-a9-settings-title-input-width: 604px;
  --cl-a9-settings-title-input-height: 56px;
  --cl-a9-settings-attempt-options-x: 330px;
  --cl-a9-settings-attempt-options-y: 389px;
  --cl-a9-settings-attempt-options-width: 604px;
  --cl-a9-settings-attempt-options-height: 48px;
  --cl-a9-settings-probability-slider-x: 338px;
  --cl-a9-settings-probability-slider-y: 495px;
  --cl-a9-settings-probability-slider-width: 588px;
  --cl-a9-settings-probability-slider-height: 12px;
  --cl-a9-settings-ball-count-options-x: 330px;
  --cl-a9-settings-ball-count-options-y: 574px;
  --cl-a9-settings-ball-count-options-width: 604px;
  --cl-a9-settings-ball-count-options-height: 48px;
  --cl-a9-settings-shape-options-x: 330px;
  --cl-a9-settings-shape-options-y: 677px;
  --cl-a9-settings-shape-options-width: 604px;
  --cl-a9-settings-shape-options-height: 48px;
  --cl-a9-settings-concurrent-options-x: 330px;
  --cl-a9-settings-concurrent-options-y: 780px;
  --cl-a9-settings-concurrent-options-width: 604px;
  --cl-a9-settings-concurrent-options-height: 48px;
  --cl-a9-settings-prize-input-x: 994px;
  --cl-a9-settings-prize-input-y: 280px;
  --cl-a9-settings-prize-input-width: 592px;
  --cl-a9-settings-prize-input-height: 310px;
  --cl-a9-settings-join-url-input-x: 994px;
  --cl-a9-settings-join-url-input-y: 682px;
  --cl-a9-settings-join-url-input-width: 592px;
  --cl-a9-settings-join-url-input-height: 62px;
  --cl-a9-settings-settings-actions-x: 330px;
  --cl-a9-settings-settings-actions-y: 868px;
  --cl-a9-settings-settings-actions-width: 1256px;
  --cl-a9-settings-settings-actions-height: 66px;
  --cl-a10-results-results-overlay-x: 0px;
  --cl-a10-results-results-overlay-y: 0px;
  --cl-a10-results-results-overlay-width: 1920px;
  --cl-a10-results-results-overlay-height: 1080px;
  --cl-a10-results-results-heading-x: 300px;
  --cl-a10-results-results-heading-y: 64px;
  --cl-a10-results-results-heading-width: 1320px;
  --cl-a10-results-results-heading-height: 166px;
  --cl-a10-results-results-grid-x: 160px;
  --cl-a10-results-results-grid-y: 281px;
  --cl-a10-results-results-grid-width: 1600px;
  --cl-a10-results-results-grid-height: 613px;
  --cl-a10-results-results-footer-x: 300px;
  --cl-a10-results-results-footer-y: 949px;
  --cl-a10-results-results-footer-width: 1320px;
  --cl-a10-results-results-footer-height: 76px;
  --cl-a11-closed-closed-overlay-x: 0px;
  --cl-a11-closed-closed-overlay-y: 0px;
  --cl-a11-closed-closed-overlay-width: 1920px;
  --cl-a11-closed-closed-overlay-height: 1080px;
  --cl-a11-closed-reopen-button-x: 760px;
  --cl-a11-closed-reopen-button-y: 703px;
  --cl-a11-closed-reopen-button-width: 400px;
  --cl-a11-closed-reopen-button-height: 90px;
  --cl-b1-join-phone-background-x: 0px;
  --cl-b1-join-phone-background-y: 0px;
  --cl-b1-join-phone-background-width: 360px;
  --cl-b1-join-phone-background-height: 640px;
  --cl-b1-join-phone-title-x: 24px;
  --cl-b1-join-phone-title-y: 22px;
  --cl-b1-join-phone-title-width: 165px;
  --cl-b1-join-phone-title-height: 36px;
  --cl-b1-join-phone-tools-x: 196px;
  --cl-b1-join-phone-tools-y: 14px;
  --cl-b1-join-phone-tools-width: 144px;
  --cl-b1-join-phone-tools-height: 48px;
  --cl-b1-join-join-heading-x: 24px;
  --cl-b1-join-join-heading-y: 106px;
  --cl-b1-join-join-heading-width: 312px;
  --cl-b1-join-join-heading-height: 154px;
  --cl-b1-join-nickname-input-x: 24px;
  --cl-b1-join-nickname-input-y: 318px;
  --cl-b1-join-nickname-input-width: 312px;
  --cl-b1-join-nickname-input-height: 64px;
  --cl-b1-join-join-button-x: 24px;
  --cl-b1-join-join-button-y: 432px;
  --cl-b1-join-join-button-width: 312px;
  --cl-b1-join-join-button-height: 64px;
  --cl-b1-join-phone-connection-x: 95px;
  --cl-b1-join-phone-connection-y: 593px;
  --cl-b1-join-phone-connection-width: 170px;
  --cl-b1-join-phone-connection-height: 28px;
  --cl-b2-control-phone-background-x: 0px;
  --cl-b2-control-phone-background-y: 0px;
  --cl-b2-control-phone-background-width: 360px;
  --cl-b2-control-phone-background-height: 640px;
  --cl-b2-control-phone-title-x: 24px;
  --cl-b2-control-phone-title-y: 22px;
  --cl-b2-control-phone-title-width: 165px;
  --cl-b2-control-phone-title-height: 36px;
  --cl-b2-control-phone-sound-x: 288px;
  --cl-b2-control-phone-sound-y: 16px;
  --cl-b2-control-phone-sound-width: 48px;
  --cl-b2-control-phone-sound-height: 48px;
  --cl-b2-control-my-identity-x: 24px;
  --cl-b2-control-my-identity-y: 80px;
  --cl-b2-control-my-identity-width: 312px;
  --cl-b2-control-my-identity-height: 48px;
  --cl-b2-control-control-instructions-x: 24px;
  --cl-b2-control-control-instructions-y: 145px;
  --cl-b2-control-control-instructions-width: 312px;
  --cl-b2-control-control-instructions-height: 54px;
  --cl-b2-control-joystick-x: 64px;
  --cl-b2-control-joystick-y: 212px;
  --cl-b2-control-joystick-width: 232px;
  --cl-b2-control-joystick-height: 232px;
  --cl-b2-control-joystick-hint-x: 24px;
  --cl-b2-control-joystick-hint-y: 461px;
  --cl-b2-control-joystick-hint-width: 312px;
  --cl-b2-control-joystick-hint-height: 30px;
  --cl-b2-control-pick-button-x: 24px;
  --cl-b2-control-pick-button-y: 512px;
  --cl-b2-control-pick-button-width: 312px;
  --cl-b2-control-pick-button-height: 80px;
  --cl-b3-locked-phone-background-x: 0px;
  --cl-b3-locked-phone-background-y: 0px;
  --cl-b3-locked-phone-background-width: 360px;
  --cl-b3-locked-phone-background-height: 640px;
  --cl-b3-locked-phone-title-x: 24px;
  --cl-b3-locked-phone-title-y: 22px;
  --cl-b3-locked-phone-title-width: 165px;
  --cl-b3-locked-phone-title-height: 36px;
  --cl-b3-locked-phone-sound-x: 288px;
  --cl-b3-locked-phone-sound-y: 16px;
  --cl-b3-locked-phone-sound-width: 48px;
  --cl-b3-locked-phone-sound-height: 48px;
  --cl-b3-locked-my-identity-x: 24px;
  --cl-b3-locked-my-identity-y: 80px;
  --cl-b3-locked-my-identity-width: 312px;
  --cl-b3-locked-my-identity-height: 48px;
  --cl-b3-locked-control-instructions-x: 24px;
  --cl-b3-locked-control-instructions-y: 145px;
  --cl-b3-locked-control-instructions-width: 312px;
  --cl-b3-locked-control-instructions-height: 54px;
  --cl-b3-locked-joystick-x: 64px;
  --cl-b3-locked-joystick-y: 212px;
  --cl-b3-locked-joystick-width: 232px;
  --cl-b3-locked-joystick-height: 232px;
  --cl-b3-locked-joystick-hint-x: 24px;
  --cl-b3-locked-joystick-hint-y: 461px;
  --cl-b3-locked-joystick-hint-width: 312px;
  --cl-b3-locked-joystick-hint-height: 30px;
  --cl-b3-locked-pick-button-x: 24px;
  --cl-b3-locked-pick-button-y: 512px;
  --cl-b3-locked-pick-button-width: 312px;
  --cl-b3-locked-pick-button-height: 80px;
  --cl-b4-queue-phone-background-x: 0px;
  --cl-b4-queue-phone-background-y: 0px;
  --cl-b4-queue-phone-background-width: 360px;
  --cl-b4-queue-phone-background-height: 640px;
  --cl-b4-queue-phone-title-x: 24px;
  --cl-b4-queue-phone-title-y: 22px;
  --cl-b4-queue-phone-title-width: 165px;
  --cl-b4-queue-phone-title-height: 36px;
  --cl-b4-queue-phone-sound-x: 288px;
  --cl-b4-queue-phone-sound-y: 16px;
  --cl-b4-queue-phone-sound-width: 48px;
  --cl-b4-queue-phone-sound-height: 48px;
  --cl-b4-queue-my-identity-x: 24px;
  --cl-b4-queue-my-identity-y: 80px;
  --cl-b4-queue-my-identity-width: 312px;
  --cl-b4-queue-my-identity-height: 48px;
  --cl-b4-queue-control-instructions-x: 24px;
  --cl-b4-queue-control-instructions-y: 145px;
  --cl-b4-queue-control-instructions-width: 312px;
  --cl-b4-queue-control-instructions-height: 54px;
  --cl-b4-queue-joystick-x: 64px;
  --cl-b4-queue-joystick-y: 212px;
  --cl-b4-queue-joystick-width: 232px;
  --cl-b4-queue-joystick-height: 232px;
  --cl-b4-queue-joystick-hint-x: 24px;
  --cl-b4-queue-joystick-hint-y: 461px;
  --cl-b4-queue-joystick-hint-width: 312px;
  --cl-b4-queue-joystick-hint-height: 30px;
  --cl-b4-queue-pick-button-x: 24px;
  --cl-b4-queue-pick-button-y: 512px;
  --cl-b4-queue-pick-button-width: 312px;
  --cl-b4-queue-pick-button-height: 80px;
  --cl-b5-miss-phone-background-x: 0px;
  --cl-b5-miss-phone-background-y: 0px;
  --cl-b5-miss-phone-background-width: 360px;
  --cl-b5-miss-phone-background-height: 640px;
  --cl-b5-miss-phone-title-x: 24px;
  --cl-b5-miss-phone-title-y: 22px;
  --cl-b5-miss-phone-title-width: 165px;
  --cl-b5-miss-phone-title-height: 36px;
  --cl-b5-miss-phone-sound-x: 288px;
  --cl-b5-miss-phone-sound-y: 16px;
  --cl-b5-miss-phone-sound-width: 48px;
  --cl-b5-miss-phone-sound-height: 48px;
  --cl-b5-miss-my-identity-x: 24px;
  --cl-b5-miss-my-identity-y: 80px;
  --cl-b5-miss-my-identity-width: 312px;
  --cl-b5-miss-my-identity-height: 48px;
  --cl-b5-miss-control-instructions-x: 24px;
  --cl-b5-miss-control-instructions-y: 145px;
  --cl-b5-miss-control-instructions-width: 312px;
  --cl-b5-miss-control-instructions-height: 62px;
  --cl-b5-miss-joystick-x: 64px;
  --cl-b5-miss-joystick-y: 212px;
  --cl-b5-miss-joystick-width: 232px;
  --cl-b5-miss-joystick-height: 232px;
  --cl-b5-miss-joystick-hint-x: 24px;
  --cl-b5-miss-joystick-hint-y: 461px;
  --cl-b5-miss-joystick-hint-width: 312px;
  --cl-b5-miss-joystick-hint-height: 30px;
  --cl-b5-miss-pick-button-x: 24px;
  --cl-b5-miss-pick-button-y: 512px;
  --cl-b5-miss-pick-button-width: 312px;
  --cl-b5-miss-pick-button-height: 80px;
  --cl-b5-miss-miss-toast-x: 24px;
  --cl-b5-miss-miss-toast-y: 134px;
  --cl-b5-miss-miss-toast-width: 312px;
  --cl-b5-miss-miss-toast-height: 48px;
  --cl-b6-win-phone-background-x: 0px;
  --cl-b6-win-phone-background-y: 0px;
  --cl-b6-win-phone-background-width: 360px;
  --cl-b6-win-phone-background-height: 640px;
  --cl-b6-win-win-fullscreen-x: 0px;
  --cl-b6-win-win-fullscreen-y: 0px;
  --cl-b6-win-win-fullscreen-width: 360px;
  --cl-b6-win-win-fullscreen-height: 640px;
  --cl-b7-complete-win-phone-background-x: 0px;
  --cl-b7-complete-win-phone-background-y: 0px;
  --cl-b7-complete-win-phone-background-width: 360px;
  --cl-b7-complete-win-phone-background-height: 640px;
  --cl-b7-complete-win-completion-heading-x: 24px;
  --cl-b7-complete-win-completion-heading-y: 100px;
  --cl-b7-complete-win-completion-heading-width: 312px;
  --cl-b7-complete-win-completion-heading-height: 94px;
  --cl-b7-complete-win-completion-card-x: 24px;
  --cl-b7-complete-win-completion-card-y: 218px;
  --cl-b7-complete-win-completion-card-width: 312px;
  --cl-b7-complete-win-completion-card-height: 248px;
  --cl-b7-complete-win-return-home-x: 24px;
  --cl-b7-complete-win-return-home-y: 517px;
  --cl-b7-complete-win-return-home-width: 312px;
  --cl-b7-complete-win-return-home-height: 64px;
  --cl-b8-complete-miss-phone-background-x: 0px;
  --cl-b8-complete-miss-phone-background-y: 0px;
  --cl-b8-complete-miss-phone-background-width: 360px;
  --cl-b8-complete-miss-phone-background-height: 640px;
  --cl-b8-complete-miss-completion-heading-x: 24px;
  --cl-b8-complete-miss-completion-heading-y: 100px;
  --cl-b8-complete-miss-completion-heading-width: 312px;
  --cl-b8-complete-miss-completion-heading-height: 94px;
  --cl-b8-complete-miss-completion-card-x: 24px;
  --cl-b8-complete-miss-completion-card-y: 218px;
  --cl-b8-complete-miss-completion-card-width: 312px;
  --cl-b8-complete-miss-completion-card-height: 248px;
  --cl-b8-complete-miss-return-home-x: 24px;
  --cl-b8-complete-miss-return-home-y: 517px;
  --cl-b8-complete-miss-return-home-width: 312px;
  --cl-b8-complete-miss-return-home-height: 64px;
  --cl-b9-closed-phone-background-x: 0px;
  --cl-b9-closed-phone-background-y: 0px;
  --cl-b9-closed-phone-background-width: 360px;
  --cl-b9-closed-phone-background-height: 640px;
  --cl-b9-closed-phone-title-x: 24px;
  --cl-b9-closed-phone-title-y: 22px;
  --cl-b9-closed-phone-title-width: 165px;
  --cl-b9-closed-phone-title-height: 36px;
  --cl-b9-closed-phone-tools-x: 196px;
  --cl-b9-closed-phone-tools-y: 14px;
  --cl-b9-closed-phone-tools-width: 144px;
  --cl-b9-closed-phone-tools-height: 48px;
  --cl-b9-closed-join-heading-x: 24px;
  --cl-b9-closed-join-heading-y: 106px;
  --cl-b9-closed-join-heading-width: 312px;
  --cl-b9-closed-join-heading-height: 154px;
  --cl-b9-closed-nickname-input-x: 24px;
  --cl-b9-closed-nickname-input-y: 318px;
  --cl-b9-closed-nickname-input-width: 312px;
  --cl-b9-closed-nickname-input-height: 64px;
  --cl-b9-closed-join-button-x: 24px;
  --cl-b9-closed-join-button-y: 432px;
  --cl-b9-closed-join-button-width: 312px;
  --cl-b9-closed-join-button-height: 64px;
  --cl-b9-closed-join-status-x: 24px;
  --cl-b9-closed-join-status-y: 518px;
  --cl-b9-closed-join-status-width: 312px;
  --cl-b9-closed-join-status-height: 58px;
  --cl-b9-closed-phone-connection-x: 95px;
  --cl-b9-closed-phone-connection-y: 593px;
  --cl-b9-closed-phone-connection-width: 170px;
  --cl-b9-closed-phone-connection-height: 28px;
  --cl-b9-error-phone-background-x: 0px;
  --cl-b9-error-phone-background-y: 0px;
  --cl-b9-error-phone-background-width: 360px;
  --cl-b9-error-phone-background-height: 640px;
  --cl-b9-error-phone-title-x: 24px;
  --cl-b9-error-phone-title-y: 22px;
  --cl-b9-error-phone-title-width: 165px;
  --cl-b9-error-phone-title-height: 36px;
  --cl-b9-error-phone-tools-x: 196px;
  --cl-b9-error-phone-tools-y: 14px;
  --cl-b9-error-phone-tools-width: 144px;
  --cl-b9-error-phone-tools-height: 48px;
  --cl-b9-error-join-heading-x: 24px;
  --cl-b9-error-join-heading-y: 106px;
  --cl-b9-error-join-heading-width: 312px;
  --cl-b9-error-join-heading-height: 154px;
  --cl-b9-error-nickname-input-x: 24px;
  --cl-b9-error-nickname-input-y: 318px;
  --cl-b9-error-nickname-input-width: 312px;
  --cl-b9-error-nickname-input-height: 64px;
  --cl-b9-error-join-button-x: 24px;
  --cl-b9-error-join-button-y: 432px;
  --cl-b9-error-join-button-width: 312px;
  --cl-b9-error-join-button-height: 64px;
  --cl-b9-error-join-status-x: 24px;
  --cl-b9-error-join-status-y: 518px;
  --cl-b9-error-join-status-width: 312px;
  --cl-b9-error-join-status-height: 58px;
  --cl-b9-error-phone-connection-x: 95px;
  --cl-b9-error-phone-connection-y: 593px;
  --cl-b9-error-phone-connection-width: 170px;
  --cl-b9-error-phone-connection-height: 28px;
  --cl-c1-pin-phone-background-x: 0px;
  --cl-c1-pin-phone-background-y: 0px;
  --cl-c1-pin-phone-background-width: 360px;
  --cl-c1-pin-phone-background-height: 640px;
  --cl-c1-pin-host-pin-card-x: 24px;
  --cl-c1-pin-host-pin-card-y: 155px;
  --cl-c1-pin-host-pin-card-width: 312px;
  --cl-c1-pin-host-pin-card-height: 334px;
  --cl-c1-pin-pin-input-x: 48px;
  --cl-c1-pin-pin-input-y: 281px;
  --cl-c1-pin-pin-input-width: 264px;
  --cl-c1-pin-pin-input-height: 64px;
  --cl-c1-pin-pin-submit-x: 48px;
  --cl-c1-pin-pin-submit-y: 384px;
  --cl-c1-pin-pin-submit-width: 264px;
  --cl-c1-pin-pin-submit-height: 64px;
  --cl-c2-dashboard-phone-background-x: 0px;
  --cl-c2-dashboard-phone-background-y: 0px;
  --cl-c2-dashboard-phone-background-width: 360px;
  --cl-c2-dashboard-phone-background-height: 640px;
  --cl-c2-dashboard-host-scroll-viewport-x: 0px;
  --cl-c2-dashboard-host-scroll-viewport-y: 0px;
  --cl-c2-dashboard-host-scroll-viewport-width: 360px;
  --cl-c2-dashboard-host-scroll-viewport-height: 640px;
  --cl-c2-dashboard-host-statistics-x: 24px;
  --cl-c2-dashboard-host-statistics-y: 116px;
  --cl-c2-dashboard-host-statistics-width: 312px;
  --cl-c2-dashboard-host-statistics-height: 88px;
  --cl-c2-dashboard-host-actions-x: 24px;
  --cl-c2-dashboard-host-actions-y: 224px;
  --cl-c2-dashboard-host-actions-width: 312px;
  --cl-c2-dashboard-host-actions-height: 64px;
  --cl-c2-dashboard-host-settings-x: 24px;
  --cl-c2-dashboard-host-settings-y: 314px;
  --cl-c2-dashboard-host-settings-width: 312px;
  --cl-c2-dashboard-host-settings-height: 412px;
  --cl-c2-dashboard-host-prizes-title-x: 24px;
  --cl-c2-dashboard-host-prizes-title-y: 750px;
  --cl-c2-dashboard-host-prizes-title-width: 312px;
  --cl-c2-dashboard-host-prizes-title-height: 310px;
  --cl-c2-dashboard-host-participants-x: 24px;
  --cl-c2-dashboard-host-participants-y: 1084px;
  --cl-c2-dashboard-host-participants-width: 312px;
  --cl-c2-dashboard-host-participants-height: 304px;
  --cl-c2-dashboard-host-remove-1-x: 276px;
  --cl-c2-dashboard-host-remove-1-y: 1140px;
  --cl-c2-dashboard-host-remove-1-width: 48px;
  --cl-c2-dashboard-host-remove-1-height: 48px;
  --cl-c2-dashboard-host-remove-2-x: 276px;
  --cl-c2-dashboard-host-remove-2-y: 1188px;
  --cl-c2-dashboard-host-remove-2-width: 48px;
  --cl-c2-dashboard-host-remove-2-height: 48px;
  --cl-c2-dashboard-host-remove-3-x: 276px;
  --cl-c2-dashboard-host-remove-3-y: 1236px;
  --cl-c2-dashboard-host-remove-3-width: 48px;
  --cl-c2-dashboard-host-remove-3-height: 48px;
  --cl-c2-dashboard-host-remove-4-x: 276px;
  --cl-c2-dashboard-host-remove-4-y: 1284px;
  --cl-c2-dashboard-host-remove-4-width: 48px;
  --cl-c2-dashboard-host-remove-4-height: 48px;
  --cl-c2-dashboard-host-remove-5-x: 276px;
  --cl-c2-dashboard-host-remove-5-y: 1332px;
  --cl-c2-dashboard-host-remove-5-width: 48px;
  --cl-c2-dashboard-host-remove-5-height: 48px;
  --cl-c2-dashboard-host-winners-x: 24px;
  --cl-c2-dashboard-host-winners-y: 1412px;
  --cl-c2-dashboard-host-winners-width: 312px;
  --cl-c2-dashboard-host-winners-height: 254px;
  --cl-c2-settings-phone-background-x: 0px;
  --cl-c2-settings-phone-background-y: 0px;
  --cl-c2-settings-phone-background-width: 360px;
  --cl-c2-settings-phone-background-height: 640px;
  --cl-c2-settings-host-scroll-viewport-x: 0px;
  --cl-c2-settings-host-scroll-viewport-y: 0px;
  --cl-c2-settings-host-scroll-viewport-width: 360px;
  --cl-c2-settings-host-scroll-viewport-height: 640px;
  --cl-c2-settings-host-statistics-x: 24px;
  --cl-c2-settings-host-statistics-y: 116px;
  --cl-c2-settings-host-statistics-width: 312px;
  --cl-c2-settings-host-statistics-height: 88px;
  --cl-c2-settings-host-actions-x: 24px;
  --cl-c2-settings-host-actions-y: 224px;
  --cl-c2-settings-host-actions-width: 312px;
  --cl-c2-settings-host-actions-height: 64px;
  --cl-c2-settings-host-settings-x: 24px;
  --cl-c2-settings-host-settings-y: 314px;
  --cl-c2-settings-host-settings-width: 312px;
  --cl-c2-settings-host-settings-height: 412px;
  --cl-c2-settings-host-prizes-title-x: 24px;
  --cl-c2-settings-host-prizes-title-y: 750px;
  --cl-c2-settings-host-prizes-title-width: 312px;
  --cl-c2-settings-host-prizes-title-height: 310px;
  --cl-c2-settings-host-participants-x: 24px;
  --cl-c2-settings-host-participants-y: 1084px;
  --cl-c2-settings-host-participants-width: 312px;
  --cl-c2-settings-host-participants-height: 304px;
  --cl-c2-settings-host-remove-1-x: 276px;
  --cl-c2-settings-host-remove-1-y: 1140px;
  --cl-c2-settings-host-remove-1-width: 48px;
  --cl-c2-settings-host-remove-1-height: 48px;
  --cl-c2-settings-host-remove-2-x: 276px;
  --cl-c2-settings-host-remove-2-y: 1188px;
  --cl-c2-settings-host-remove-2-width: 48px;
  --cl-c2-settings-host-remove-2-height: 48px;
  --cl-c2-settings-host-remove-3-x: 276px;
  --cl-c2-settings-host-remove-3-y: 1236px;
  --cl-c2-settings-host-remove-3-width: 48px;
  --cl-c2-settings-host-remove-3-height: 48px;
  --cl-c2-settings-host-remove-4-x: 276px;
  --cl-c2-settings-host-remove-4-y: 1284px;
  --cl-c2-settings-host-remove-4-width: 48px;
  --cl-c2-settings-host-remove-4-height: 48px;
  --cl-c2-settings-host-remove-5-x: 276px;
  --cl-c2-settings-host-remove-5-y: 1332px;
  --cl-c2-settings-host-remove-5-width: 48px;
  --cl-c2-settings-host-remove-5-height: 48px;
  --cl-c2-settings-host-winners-x: 24px;
  --cl-c2-settings-host-winners-y: 1412px;
  --cl-c2-settings-host-winners-width: 312px;
  --cl-c2-settings-host-winners-height: 254px;
  --cl-c2-lists-phone-background-x: 0px;
  --cl-c2-lists-phone-background-y: 0px;
  --cl-c2-lists-phone-background-width: 360px;
  --cl-c2-lists-phone-background-height: 640px;
  --cl-c2-lists-host-scroll-viewport-x: 0px;
  --cl-c2-lists-host-scroll-viewport-y: 0px;
  --cl-c2-lists-host-scroll-viewport-width: 360px;
  --cl-c2-lists-host-scroll-viewport-height: 640px;
  --cl-c2-lists-host-statistics-x: 24px;
  --cl-c2-lists-host-statistics-y: 116px;
  --cl-c2-lists-host-statistics-width: 312px;
  --cl-c2-lists-host-statistics-height: 88px;
  --cl-c2-lists-host-actions-x: 24px;
  --cl-c2-lists-host-actions-y: 224px;
  --cl-c2-lists-host-actions-width: 312px;
  --cl-c2-lists-host-actions-height: 64px;
  --cl-c2-lists-host-settings-x: 24px;
  --cl-c2-lists-host-settings-y: 314px;
  --cl-c2-lists-host-settings-width: 312px;
  --cl-c2-lists-host-settings-height: 412px;
  --cl-c2-lists-host-prizes-title-x: 24px;
  --cl-c2-lists-host-prizes-title-y: 750px;
  --cl-c2-lists-host-prizes-title-width: 312px;
  --cl-c2-lists-host-prizes-title-height: 310px;
  --cl-c2-lists-host-participants-x: 24px;
  --cl-c2-lists-host-participants-y: 1084px;
  --cl-c2-lists-host-participants-width: 312px;
  --cl-c2-lists-host-participants-height: 304px;
  --cl-c2-lists-host-remove-1-x: 276px;
  --cl-c2-lists-host-remove-1-y: 1140px;
  --cl-c2-lists-host-remove-1-width: 48px;
  --cl-c2-lists-host-remove-1-height: 48px;
  --cl-c2-lists-host-remove-2-x: 276px;
  --cl-c2-lists-host-remove-2-y: 1188px;
  --cl-c2-lists-host-remove-2-width: 48px;
  --cl-c2-lists-host-remove-2-height: 48px;
  --cl-c2-lists-host-remove-3-x: 276px;
  --cl-c2-lists-host-remove-3-y: 1236px;
  --cl-c2-lists-host-remove-3-width: 48px;
  --cl-c2-lists-host-remove-3-height: 48px;
  --cl-c2-lists-host-remove-4-x: 276px;
  --cl-c2-lists-host-remove-4-y: 1284px;
  --cl-c2-lists-host-remove-4-width: 48px;
  --cl-c2-lists-host-remove-4-height: 48px;
  --cl-c2-lists-host-remove-5-x: 276px;
  --cl-c2-lists-host-remove-5-y: 1332px;
  --cl-c2-lists-host-remove-5-width: 48px;
  --cl-c2-lists-host-remove-5-height: 48px;
  --cl-c2-lists-host-winners-x: 24px;
  --cl-c2-lists-host-winners-y: 1412px;
  --cl-c2-lists-host-winners-width: 312px;
  --cl-c2-lists-host-winners-height: 254px;
}
