@charset "utf-8";
@font-face {
  font-family: 'DungGeunMo';
  src: url("../../../../modules/shootout/skins/ultiv_custom/fonts/DungGeunMo.eot");
  src: url("../../../../modules/shootout/skins/ultiv_custom/fonts/DungGeunMo.eot?#iefix") format('embedded-opentype'), url("../../../../modules/shootout/skins/ultiv_custom/fonts/DungGeunMo.woff2") format('woff2'), url("../../../../modules/shootout/skins/ultiv_custom/fonts/DungGeunMo.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bimasakti';
  src: url("../../../../modules/shootout/skins/ultiv_custom/fonts/Bimasakti-LrY3.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RetroGaming';
  src: url("../../../../modules/shootout/skins/ultiv_custom/fonts/RetroGaming.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cafe24PROUP';
  src: url("../../../../modules/shootout/skins/ultiv_custom/fonts/Cafe24PROUP.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#shootout_module_view {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #shootout_module_view {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  #shootout_module_view {
    padding: 0 0px;
  }
}
#shootout_module_view h2 {
  font-size: 1.2em;
  line-height: 30px;
  margin-bottom: 16px;
}
#shootout_module_view .game_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  #shootout_module_view .game_container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  #shootout_module_view .game_container {
    flex-direction: row;
    gap: 32px;
  }
}
#shootout_module_view .left_bar {
  flex: 1 0 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
#shootout_module_view .right_bar {
  width: 100%;
  order: 2;
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  #shootout_module_view .right_bar {
    flex: auto;
    order: 1;
    max-width: 380px;
  }
}
#shootout_module_view .screen_action_btn {
  border: 2px solid #000000;
  border-radius: 8px;
  font-family: 'DungGeunMo', monospace;
  cursor: pointer;
  position: relative;
  color: #000000;
  background: #FFD700;
  transition: all 0.1s ease;
  width: 100%;
  min-height: 48px;
  font-size: 18px;
  box-shadow: inset 2px 4px 2px rgba(255,255,255,0.7);
}
#shootout_module_view .action_btn {
  border: 2px solid none;
  border-radius: 8px;
  font-family: 'DungGeunMo', monospace;
  cursor: pointer;
  position: relative;
  color: #000000;
  background: #FFD700;
  transition: all 0.1s ease;
  box-shadow: 0 4px 0 #DAA520, 0 6px 2px rgba(0,0,0,0.3);
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  min-height: 48px;
  font-size: 14px;
}
#shootout_module_view .action_btn:hover:not(:disabled) {
  transform: translateY(1px);
  box-shadow: 0 3px 0 #DAA520, 0 6px 4px rgba(0,0,0,0.3);
}
#shootout_module_view .action_btn:active:not(:disabled) {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #DAA520, 0 2px 2px rgba(0,0,0,0.3);
}
#shootout_module_view .action_btn:disabled {
  background: #CCCCCC;
  color: #666666;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 0 #999999, 0 6px 2px rgba(0,0,0,0.2);
}
#shootout_module_view .choice_btn {
  font-weight: bold;
  font-family: 'DungGeunMo', monospace;
  cursor: pointer;
  position: relative;
  transition: all 0.1s ease;
  color: #FFFFFF;
  background: linear-gradient(160deg,#6fc5f7 40%,#2275d3 130%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: inset 2px 4px 2px rgba(255,255,255,0.7);
  outline: 4px solid #333;
}
#shootout_module_view .choice_btn:hover {
  transform: scale(1.05);
}
#shootout_module_view .choice_btn:active {
  border: 3px solid #333;
}
#shootout_module_view .choice_btn:disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 0.7;
  pointer-events: none;
}
#shootout_module_view .choice_icon {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  transition: all 0.1s ease;
  filter: brightness(0) #000000;
}
#shootout_module_view .choice_btn:disabled .choice_icon {
  opacity: 0.6;
}
#shootout_module_view .choice_buttons {
  display: flex;
  justify-content: space-evenly;
}
#shootout_module_view .action_buttons_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  pointer-events: auto;
  margin-top: auto;
}
#shootout_module_view .ticket_hearts {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
#shootout_module_view .ticket_hearts .heart_icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s ease;
  flex-shrink: 0;
}
#shootout_module_view .ticket_hearts .heart_icon.heart-fill {
  background-image: url("../../../../modules/shootout/skins/ultiv_custom/img/heart_blue_fill.png");
}
#shootout_module_view .ticket_hearts .heart_icon.heart-empty {
  background-image: url("../../../../modules/shootout/skins/ultiv_custom/img/heart_blue_empty.png");
}
#shootout_module_view .rank_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#shootout_module_view .ranking_section:first-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#shootout_module_view .rank_item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
}
#shootout_module_view .rank_number {
  min-width: 30px;
  font-family: 'RetroGaming', monospace;
  text-transform: uppercase;
}
#shootout_module_view .rank_name {
  flex: 1;
  font-size: 16px;
}
#shootout_module_view .rank_name a {
  text-decoration: none;
  color: #FFFFFF;
}
#shootout_module_view .rank_name a:hover {
  opacity: 0.8;
}
#shootout_module_view .rank_points {
  font-family: 'RetroGaming', monospace;
}
#shootout_module_view .rank_points.win {
  color: #28a745;
}
#shootout_module_view .rank_points.lose {
  color: #dc3545;
}
#shootout_module_view .container_title {
  font-size: 18px;
}
#shootout_module_view .game_info_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
#shootout_module_view .game_info_area .game_info_card {
  min-height: 80px;
  display: flex;
  flex-direction: column;
}
#shootout_module_view .game_info_area .game_info_card h4 {
  margin-bottom: 16px;
  font-size: 16px;
}
#shootout_module_view .game_info_area .game_info_card ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
#shootout_module_view .game_info_area .game_info_card li {
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  #shootout_module_view .game_info_area {
    flex-direction: column;
  }
}
#shootout_module_view .message {
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}
#shootout_module_view .message.error {
  background: rgba(220,53,69,0.2);
  color: #dc3545;
  border: 2px solid #dc3545;
}
@media (min-width: 768px) and (max-width: 991px) {
  #shootout_module_view .game_container {
    gap: 24px;
  }
  #shootout_module_view .choice_display {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
  #shootout_module_view .action_btn {
    min-height: 52px;
    font-size: 16px;
  }
  #shootout_module_view .choice_btn {
    min-height: 44px;
    font-size: 14px;
  }
  .heart_icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 479px) {
  #shootout_module_view {
    padding: 0 12px;
  }
  #shootout_module_view .game_container {
    gap: 16px;
  }
  #shootout_module_view .left_bar {
    order: 1;
  }
  #shootout_module_view .ticket_hearts .heart_icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 374px) {
  #shootout_module_view {
    padding: 0 6px;
  }
  #shootout_module_view .game_container {
    gap: 12px;
  }
  #shootout_module_view .ticket_hearts .heart_icon {
    width: 18px;
    height: 18px;
  }
}
#shootout_module_view .nes-container {
  position: relative;
  padding: 1.5rem;
  border: 4px solid #000000;
  font-family: 'DungGeunMo', monospace;
  background-color: #FFFFFF;
}
#shootout_module_view .nes-container.with-title > .title {
  display: table;
  padding: 0 0.5rem;
  margin: -1.8rem auto 1rem;
  font-size: 1rem;
  background-color: #FFFFFF;
}
#shootout_module_view .nes-container.is-centered {
  text-align: center;
}
#shootout_module_view .nes-container.with-title.is-centered > .title {
  margin: -2rem auto 1rem;
}
#shootout_module_view .nes-container.is-dark {
  position: relative;
  margin: 4px;
  color: #FFFFFF;
  background-color: #212529;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 4px #212529;
}
#shootout_module_view .nes-container.is-dark.with-title > .title {
  color: #FFFFFF;
  background-color: #212529;
}
#shootout_module_view .unified_action_card {
  background: #0c3f88;
  border: 2px solid #06295c;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 4px 0 #2275d3, inset 0 -2px 0 #06295c;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #shootout_module_view .unified_action_card {
    max-width: none;
    margin: 0;
  }
}
#shootout_module_view .arcade_header {
  padding: 12px 16px;
  border-bottom: 16px solid #06295c;
}
#shootout_module_view .arcade_header_title {
  background-color: #2275d3;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bimasakti', sans-serif;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 4px #6fc5f7, 0 0 10px #6fc5f7, 0 0 16px #6fc5f7, 0 0 10px #6fc5f7 inset;
  line-height: normal;
  padding: 8px 0 0;
}
#shootout_module_view .arcade_screen {
  background: #FFFFFF;
  margin: 6px;
  border-radius: 8px;
  border: 3px solid #333;
  box-shadow: inset 0 0 0 2px #333, inset 2px 2px 4px rgba(0,0,0,0.8);
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.75;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#shootout_module_view .arcade_screen.state-ready {
  background-image: url("../../../../modules/shootout/skins/ultiv_custom/img/bg_1_cover.png");
}
#shootout_module_view .arcade_screen.state-intro {
  background: #000000;
}
#shootout_module_view .arcade_screen.state-playing {
  background-image: url("../../../../modules/shootout/skins/ultiv_custom/img/bg_2_play.png");
}
#shootout_module_view .arcade_screen.state-finished {
  background-image: url("../../../../modules/shootout/skins/ultiv_custom/img/bg_2_play.png");
}
@media (min-width: 768px) {
  #shootout_module_view .arcade_screen {
    margin: 8px;
    aspect-ratio: 0.75;
  }
}
@media (min-width: 992px) {
  #shootout_module_view .arcade_screen {
    margin: 12px;
    aspect-ratio: 0.75;
  }
}
#shootout_module_view .arcade_screen_ui_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  padding: 12px 8px;
  height: 100%;
  overflow-y: auto;
  font-family: 'DungGeunMo', monospace;
  box-sizing: border-box;
}
#shootout_module_view .arcade_screen_ui_overlay .action_btn,
#shootout_module_view .arcade_screen_ui_overlay .choice_btn {
  pointer-events: auto;
}
#shootout_module_view .arcade_screen_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 4px;
}
#shootout_module_view .arcade_screen_content > div:not(.action_buttons_area) {
  flex-shrink: 0;
}
#shootout_module_view .arcade_canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#shootout_module_view .animation_layer {
  z-index: 1;
}
#shootout_module_view .arcade_controls {
  padding: 16px;
  background: linear-gradient(0deg,#0c3f88 50%,#06295c 120%);
}
#shootout_module_view .arcade_tickets {
  background-color: #06295c;
  color: #FFFFFF;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  gap: 16px;
}
#shootout_module_view .arcade_tickets .purchase_info {
  flex: 1;
  align-self: center;
  font-family: 'DungGeunMo', monospace;
  text-align: center;
}
#shootout_module_view .arcade_tickets .purchase_button_area {
  flex: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #6fc5f7;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 4px #6fc5f7, 0 0 10px #6fc5f7, 0 0 16px #6fc5f7, 0 0 10px #6fc5f7 inset;
  padding: 8px;
}
#shootout_module_view .arcade_tickets .purchase_button_area .insert_coin {
  display: block;
  background-color: #333;
  border-radius: 4px;
  margin-right: 0;
  padding: 4px;
  border: 4px solid #999999;
  padding: 0 4px;
  height: 100%;
}
#shootout_module_view .arcade_tickets .purchase_button_area .btn_purchase {
  color: #0c3f88;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-left: 8px;
  padding: 8px;
  font-family: 'Cafe24PROUP', monospace;
  color: #6fc5f7;
  line-height: 1;
}
#shootout_module_view .arcade_tickets .purchase_button_area .btn_purchase .btn_purchase_point {
  font-size: 28px;
  letter-spacing: -1px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  border-bottom: 2px solid #6fc5f7;
}
#shootout_module_view .arcade_tickets .purchase_button_area .btn_purchase .btn_purchase_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
}
#shootout_module_view .arcade_tickets .purchase_button_area .btn_purchase .btn_purchase_text :first-child {
  font-size: 16px;
}
#shootout_module_view .arcade_tickets .purchase_button_area .btn_purchase .btn_purchase_text :last-child {
  font-size: 24px;
}
#shootout_module_view .basic_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'RetroGaming', monospace;
  max-height: 32px;
}
#shootout_module_view .basic_info .info_item {
  flex: 1;
}
#shootout_module_view .basic_info #match_points {
  font-size: 20px;
  color: #FFD700;
}
#shootout_module_view .basic_info #match_points.match_points_negative {
  color: #dc3545;
}
#shootout_module_view .info_item {
  text-align: left;
}
#shootout_module_view .info_label {
  font-size: 11px;
  display: block;
  opacity: 0.8;
  margin-bottom: 2px;
}
#shootout_module_view .scoreboard {
  border-radius: 4px;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
}
#shootout_module_view .score_section {
  display: flex;
  align-items: center;
  justify-content: center;
}
#shootout_module_view .team_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  color: #CCCCCC;
}
#shootout_module_view .score_info {
  padding: 8px;
  font-family: 'RetroGaming', monospace;
}
#shootout_module_view .team_score {
  font-size: 20px;
}
#shootout_module_view .score_divider {
  font-size: 20px;
  font-weight: bold;
}
#shootout_module_view .turn_history_section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-around;
  background-color: #333;
  padding: 8px;
}
#shootout_module_view .round_group {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
}
#shootout_module_view .turn_boxes {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 4px;
}
#shootout_module_view .turn_box {
  font-size: 16px;
  color: #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#shootout_module_view .turn_box.goal {
  color: #28a745;
}
#shootout_module_view .turn_box.save {
  color: #FFFFFF;
}
#shootout_module_view .turn_box.current-turn {
  color: #28a745;
}
#shootout_module_view .player {
  text-align: center;
}
#shootout_module_view .player_name {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.8;
}
#shootout_module_view .choice_display {
  width: 50px;
  height: 50px;
  border: 2px solid #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  color: #FFD700;
  font-size: 16px;
}
#shootout_module_view .game_play_result {
  text-align: center;
  font-size: 48px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#shootout_module_view .result_content {
  padding: 12px;
  border-radius: 4px;
  -webkit-text-stroke: 8px #333;
  paint-order: stroke fill;
  color: #FFFFFF;
}
#shootout_module_view .result_content.goal {
  color: #FFD700;
}
#shootout_module_view .finished_screen {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shootout_module_view .finished_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#shootout_module_view .match_result_image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -7%;
}
#shootout_module_view .match_result_image .result-img {
  display: none;
  max-width: 100%;
  max-height: 276px;
}
#shootout_module_view .arcade_screen.result-win .result-img-win {
  display: block;
}
#shootout_module_view .arcade_screen.result-lose .result-img-lose {
  display: block;
}
#shootout_module_view .arcade_screen.result-draw .result-img-draw {
  display: block;
}
#shootout_module_view .match_result {
  text-align: center;
  -webkit-text-stroke: 8px #333;
  paint-order: stroke fill;
  color: #FFFFFF;
  font-size: 32px;
  padding: 4px;
  position: relative;
}
#shootout_module_view .arcade_screen.result-win .match_result {
  color: #FFD700;
}
#shootout_module_view .arcade_screen.result-lose .match_result {
  color: #dc3545;
}
#shootout_module_view .arcade_screen.result-draw .match_result {
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 991px) {
  #shootout_module_view .team_score {
    font-size: 32px;
  }
  #shootout_module_view .arcade_header {
    font-size: 18px;
    padding: 16px 24px;
  }
}
@media (max-width: 479px) {
  #shootout_module_view .arcade_header_title {
    font-size: 24px;
    padding: 0 0 8px 0;
  }
}
#shootout_module_view .character_select_screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  z-index: 6;
  background: #000000;
  padding: var(--select-title-padding-top,42px) var(--select-stage-padding-x,18px) var(--select-stage-padding-bottom,18px);
  box-sizing: border-box;
  pointer-events: auto;
  overflow: hidden;
}
#shootout_module_view
	.arcade_screen.state-character_select
	.character_select_screen {
  display: flex;
}
#shootout_module_view .arcade_screen.state-character_select .basic_info {
  display: none;
}
#shootout_module_view
	.arcade_screen.state-character_select
	.arcade_screen_ui_overlay {
  padding: 0;
  overflow: hidden;
}
#shootout_module_view .char_select_header {
  flex: 0 0 auto;
  pointer-events: none;
  z-index: 2;
}
#shootout_module_view .char_select_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Cafe24PROUP', monospace;
  color: #FFD700;
  font-size: 56px;
  line-height: 0.82;
  text-align: center;
  text-shadow: 0 0 6px rgba(255,215,0,0.5), 0 0 16px rgba(255,215,0,0.3);
  letter-spacing: 3px;
  white-space: nowrap;
  opacity: 1;
  animation: none;
}
#shootout_module_view
	.arcade_screen.state-character_select.select-title-blink-active
	.char_select_title {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  #shootout_module_view .char_select_title {
    animation: none;
  }
}
#shootout_module_view .char_select_stage {
  flex: 1;
  min-height: 0;
  padding-top: var(--select-stage-padding-top,34px);
  box-sizing: border-box;
}
#shootout_module_view .char_select_arena {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}
#shootout_module_view .char_select_slot {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
#shootout_module_view .char_select_slot .char_select_portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  max-width: 100%;
}
#shootout_module_view .char_select_slot .char_select_portrait img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: var(--select-character-height,55vh);
  width: auto;
  height: auto;
  image-rendering: pixelated;
  transition: filter 0.18s ease;
}
#shootout_module_view .char_select_slot.focusing .char_select_portrait img {
  animation: select-silhouette-blink 0.7s steps(1) infinite;
}
#shootout_module_view .char_select_slot.selected .char_select_portrait {
  animation: select-confirm-blink 0.45s steps(1) 1 both;
}
@media (prefers-reduced-motion: reduce) {
  #shootout_module_view .char_select_slot.focusing .char_select_portrait img,
  #shootout_module_view .char_select_slot.selected .char_select_portrait {
    animation: none;
  }
  #shootout_module_view .char_select_slot.focusing .char_select_portrait img {
    filter: drop-shadow(2px 0 0 #FFD700) drop-shadow(-2px 0 0 #FFD700) drop-shadow(0 2px 0 #FFD700) drop-shadow(0 -2px 0 #FFD700) drop-shadow(2px 2px 0 #FFD700) drop-shadow(-2px 2px 0 #FFD700) drop-shadow(2px -2px 0 #FFD700) drop-shadow(-2px -2px 0 #FFD700);
  }
}
#shootout_module_view .char_select_guide {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 12px 0 4px;
  color: #FFFFFF;
  font-family: 'Cafe24PROUP', monospace;
  font-size: 18px;
  text-shadow: 0 0 6px rgba(255,215,0,0.5);
  pointer-events: none;
}
#shootout_module_view .char_select_guide .char_select_guide_item i {
  margin: 0 1px;
}
@media (max-width: 479px) {
  #shootout_module_view .character_select_screen {
    --select-title-padding-top: 38px;
    --select-stage-padding-x: 10px;
    --select-stage-padding-bottom: 16px;
    --select-stage-padding-top: 32px;
    --select-character-height: 44vh;
  }
  #shootout_module_view .char_select_title {
    gap: 6px;
    font-size: 54px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  #shootout_module_view .character_select_screen {
    --select-title-padding-top: 52px;
    --select-stage-padding-x: 28px;
    --select-stage-padding-bottom: 24px;
    --select-stage-padding-top: 42px;
    --select-character-height: 58vh;
  }
  #shootout_module_view .char_select_title {
    font-size: 64px;
  }
}
#shootout_module_view .intro_characters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
  overflow: hidden;
}
#shootout_module_view .intro_characters .vs_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30%;
  max-width: 320px;
  height: auto;
  z-index: 2;
  animation: vs-bounce-in 0.7s cubic-bezier(0.34,1.56,0.64,1) 1.1s both;
}
#shootout_module_view .intro_characters .intro_characters_area {
  animation: blink-1 800ms linear 1900ms both;
}
#shootout_module_view .intro_characters .p1_character,
#shootout_module_view .intro_characters .p2_character {
  position: absolute;
  aspect-ratio: 1;
  object-fit: contain;
  z-index: 1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.455,0.03,0.515,0.955);
  animation-delay: 0s;
  animation-fill-mode: both;
}
#shootout_module_view .intro_characters .p1_character {
  width: 155%;
  left: -71%;
  top: 5%;
  animation-name: intro-from-left;
}
#shootout_module_view .intro_characters .p2_character {
  width: 155%;
  right: -69%;
  top: 6%;
  animation-name: intro-from-right;
}
#shootout_module_view .arcade_screen.state-intro .intro_characters {
  display: block;
}
#shootout_module_view .arcade_screen.state-intro .basic_info {
  display: none;
}
@keyframes vs-bounce-in {
  0% {
    transform: translate(-50%,-50%) scale(0.2);
    opacity: 0;
  }
  60% {
    transform: translate(-50%,-50%) scale(1.15);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes select-silhouette-blink {
  0% {
    filter: drop-shadow(2px 0 0 #FFD700) drop-shadow(-2px 0 0 #FFD700) drop-shadow(0 2px 0 #FFD700) drop-shadow(0 -2px 0 #FFD700) drop-shadow(2px 2px 0 #FFD700) drop-shadow(-2px 2px 0 #FFD700) drop-shadow(2px -2px 0 #FFD700) drop-shadow(-2px -2px 0 #FFD700);
  }
  50% {
    filter: none;
  }
  100% {
    filter: drop-shadow(2px 0 0 #FFD700) drop-shadow(-2px 0 0 #FFD700) drop-shadow(0 2px 0 #FFD700) drop-shadow(0 -2px 0 #FFD700) drop-shadow(2px 2px 0 #FFD700) drop-shadow(-2px 2px 0 #FFD700) drop-shadow(2px -2px 0 #FFD700) drop-shadow(-2px -2px 0 #FFD700);
  }
}
@keyframes title-arcade-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes select-confirm-blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intro-from-right {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes intro-from-left {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@media (max-width: 374px) {
  #shootout_module_view .arcade_screen {
    margin: 4px;
  }
  #shootout_module_view .arcade_header_title {
    font-size: 20px;
  }
}
#shootout_module_view .screen_transition {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
}
#shootout_module_view .transition_part {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleY(0);
  transition: transform 0.35s ease-in-out;
}
#shootout_module_view .transition_part.transition_part_top {
  top: 0;
  transform-origin: center top;
}
#shootout_module_view .transition_part.transition_part_bottom {
  bottom: 0;
  transform-origin: center bottom;
}
#shootout_module_view .screen_transition.is-closing .transition_part,
#shootout_module_view .screen_transition.is-opening .transition_part {
  transform: scaleY(1);
}
#shootout_module_view .screen_transition.is-opening .transition_part {
  transition-duration: 0.35s;
}

