:root {
	--night: #07130f;
	--night-soft: #0d221b;
	--panel: rgba(13, 38, 29, 0.84);
	--panel-light: rgba(21, 62, 46, 0.72);
	--line: rgba(220, 255, 239, 0.16);
	--text: #f4fff9;
	--text-soft: #a5c6b8;
	--lime: #b8ff38;
	--lime-deep: #78c900;
	--cyan: #6ce4d0;
	--shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--text); font-family: "Noto Sans TC", sans-serif; }
body::before { position: fixed; z-index: -3; inset: 0; content: ""; background: radial-gradient( circle at 12% 18%, rgba(184, 255, 56, 0.11), transparent 24% ), radial-gradient( circle at 88% 34%, rgba(108, 228, 208, 0.1), transparent 22% ), linear-gradient(145deg, #06100d 0%, #0b2018 55%, #07130f 100%); }
body::after { position: fixed; z-index: -2; inset: 0; content: ""; opacity: 0.18; background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }
.reveal-item { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-item.is-active { opacity: 1; transform: translateY(0); }

.section-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--lime); font-size: 13px; font-weight: 800; letter-spacing: 0.16em; }
.section-kicker::before { width: 28px; height: 2px; content: ""; background: var(--lime); box-shadow: 0 0 16px rgba(184, 255, 56, 0.8); }
.section-title { margin: 0; font-size: clamp(32px, 4vw, 58px); line-height: 1.12; letter-spacing: -0.06em; }
.section-text { margin: 18px 0 0; color: var(--text-soft); font-size: 16px; line-height: 1.9; }
.section-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; border: 1px solid rgba(184, 255, 56, 0.46); border-radius: 999px; color: #13210b; background: var(--lime); font-size: 15px; font-weight: 900; letter-spacing: 0.04em; box-shadow: 0 10px 28px rgba(126, 210, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
.section-button:hover { transform: translateY(-4px); background: #d1ff76; box-shadow: 0 16px 34px rgba(126, 210, 0, 0.3); }
.section-button::after { content: "→"; font-size: 20px; line-height: 1; }

/*　header　*/
header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(7, 19, 15, 0); transition: border-color 0.35s ease, background 0.35s ease, backdrop-filter 0.35s ease; }
header.is-scrolled { border-color: rgba(220, 255, 239, 0.1); background: rgba(7, 19, 15, 0.84); backdrop-filter: blur(18px); }
header .header-content { display: flex; align-items: center; justify-content: space-between; width: min(1180px, 90%); min-height: 78px; margin: 0 auto; }
header .header-brand { display: flex; align-items: center; gap: 13px; }
header .header-logo-image { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(184, 255, 56, 0.28)); }
header h1 { margin: 0; font-size: 19px; font-weight: 900; letter-spacing: 0.05em; }
header .header-subtitle { display: block; margin-top: 2px; color: var(--text-soft); font-size: 10px; font-weight: 700; letter-spacing: 0.25em; }
header .header-nav { display: flex; align-items: center; gap: 30px; }
header .header-nav a { position: relative; color: #d8eee5; font-size: 14px; font-weight: 700; transition: color 0.3s ease; }
header .header-nav a::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 2px; content: ""; background: var(--lime); transition: width 0.3s ease; }
header .header-nav a:hover { color: var(--lime); }
header .header-nav a:hover::after { width: 100%; }
header .header-action { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 18px; border: 1px solid rgba(184, 255, 56, 0.45); border-radius: 999px; color: var(--lime); font-size: 13px; font-weight: 800; transition: color 0.3s ease, background 0.3s ease; }
header .header-action:hover { color: #18300e; background: var(--lime); }

/*　hero-section　*/
#hero-section { position: relative; display: flex; align-items: center; min-height: 850px; padding: 148px 5% 84px; overflow: hidden; }
#hero-section::before { position: absolute; z-index: -1; right: -6%; bottom: 0; width: 62%; height: 88%; content: ""; border-radius: 42% 0 0 0; background: linear-gradient( 130deg, rgba(184, 255, 56, 0.07), rgba(108, 228, 208, 0.02) ); }
#hero-section .hero-content { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr); align-items: center; gap: 48px; width: min(1180px, 100%); margin: 0 auto; }
#hero-section .hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 8px 13px; border: 1px solid rgba(184, 255, 56, 0.25); border-radius: 999px; color: var(--lime); background: rgba(184, 255, 56, 0.07); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; }
#hero-section .hero-kicker::before { width: 8px; height: 8px; content: ""; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); animation: hero-pulse 1.5s ease-in-out infinite; }
#hero-section .hero-title { max-width: 700px; margin: 0; font-size: clamp(55px, 7vw, 94px); font-weight: 900; line-height: 0.98; letter-spacing: -0.09em; }
#hero-section .hero-title span { display: block; color: var(--lime); text-shadow: 0 0 30px rgba(184, 255, 56, 0.2); }
#hero-section .hero-text { max-width: 600px; margin: 25px 0 0; color: var(--text-soft); font-size: 18px; line-height: 1.9; }
#hero-section .hero-action-list { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
#hero-section .hero-ghost-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 21px; border: 1px solid rgba(220, 255, 239, 0.18); border-radius: 999px; color: #d8eee5; background: rgba(255, 255, 255, 0.03); font-size: 14px; font-weight: 800; transition: border-color 0.3s ease, transform 0.3s ease; }
#hero-section .hero-ghost-button:hover { border-color: rgba(184, 255, 56, 0.6); transform: translateY(-4px); }
#hero-section .hero-record-list { display: flex; gap: 34px; margin-top: 58px; }
#hero-section .hero-record-item { position: relative; padding-left: 17px; }
#hero-section .hero-record-item::before { position: absolute; top: 5px; bottom: 4px; left: 0; width: 2px; content: ""; background: linear-gradient(to bottom, var(--lime), transparent); }
#hero-section .hero-record-number { display: block; color: #fff; font-size: 27px; font-weight: 900; letter-spacing: -0.04em; }
#hero-section .hero-record-text { display: block; margin-top: 4px; color: var(--text-soft); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; }
#hero-section .hero-media { position: relative; min-height: 620px; }
#hero-section .hero-image-frame { position: absolute; top: 28px; right: 0; width: 91%; height: 550px; overflow: hidden; border: 1px solid rgba(220, 255, 239, 0.14); border-radius: 44px 44px 110px 44px; box-shadow: var(--shadow); transform: rotate(3deg); }
#hero-section .hero-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(5, 18, 13, 0.7), transparent 52%), linear-gradient(130deg, rgba(184, 255, 56, 0.08), transparent 50%); }
#hero-section .hero-image { width: 100%; height: 100%; object-fit: cover; }
#hero-section .hero-score-card { position: absolute; z-index: 3; top: 2px; left: 0; width: 174px; padding: 18px 17px; border: 1px solid rgba(220, 255, 239, 0.16); border-radius: 22px; background: rgba(7, 24, 17, 0.8); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2); backdrop-filter: blur(16px); animation: hero-float 4s ease-in-out infinite; }
#hero-section .hero-score-label { display: block; color: var(--text-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.18em; }
#hero-section .hero-score-number { display: block; margin-top: 3px; color: var(--lime); font-size: 49px; font-weight: 900; line-height: 1; letter-spacing: -0.08em; }
#hero-section .hero-score-text { display: block; margin-top: 10px; color: #fff; font-size: 12px; font-weight: 700; }
#hero-section .hero-swipe-card { position: absolute; z-index: 3; right: -17px; bottom: 13px; display: flex; align-items: center; gap: 13px; width: 205px; padding: 15px; border: 1px solid rgba(184, 255, 56, 0.26); border-radius: 20px; background: rgba(10, 34, 25, 0.9); box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2); backdrop-filter: blur(16px); }
#hero-section .hero-swipe-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: var(--lime); background: rgba(184, 255, 56, 0.1); font-size: 24px; animation: hero-arrow 1.6s ease-in-out infinite; }
#hero-section .hero-swipe-text { color: #fff; font-size: 13px; font-weight: 900; line-height: 1.55; }
#hero-section .hero-swipe-text span { display: block; color: var(--text-soft); font-size: 11px; font-weight: 600; }
#hero-section .hero-ball-image { position: absolute; z-index: 4; bottom: 22px; left: 8%; width: 154px; height: 154px; object-fit: contain; filter: drop-shadow(-8px 19px 18px rgba(0, 0, 0, 0.28)); animation: hero-ball 5s ease-in-out infinite; }

/*　feature-section　*/
#feature-section { padding: 118px 5%; background: rgba(6, 19, 14, 0.62); }
#feature-section .feature-content { width: min(1180px, 100%); margin: 0 auto; }
#feature-section .feature-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
#feature-section .feature-heading-text { max-width: 660px; }
#feature-section .feature-heading-note { max-width: 310px; color: var(--text-soft); font-size: 14px; line-height: 1.9; }
#feature-section .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
#feature-section .feature-item { position: relative; min-height: 330px; padding: 27px; overflow: hidden; border: 1px solid rgba(220, 255, 239, 0.12); border-radius: 26px; background: linear-gradient( 145deg, rgba(18, 54, 40, 0.76), rgba(8, 29, 21, 0.92) ); transition: transform 0.4s ease, border-color 0.4s ease; }
#feature-section .feature-item:hover { border-color: rgba(184, 255, 56, 0.48); transform: translateY(-10px); }
#feature-section .feature-index { display: block; color: rgba(184, 255, 56, 0.74); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; }
#feature-section .feature-icon { display: grid; width: 63px; height: 63px; margin-top: 52px; place-items: center; border: 1px solid rgba(184, 255, 56, 0.24); border-radius: 20px; color: var(--lime); background: rgba(184, 255, 56, 0.08); font-size: 28px; transition: transform 0.4s ease, background 0.4s ease; }
#feature-section .feature-item:hover .feature-icon { background: rgba(184, 255, 56, 0.16); transform: rotate(-8deg) scale(1.08); }
#feature-section .feature-title { margin: 24px 0 0; font-size: 21px; letter-spacing: -0.03em; }
#feature-section .feature-text { margin: 12px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.85; }

/*　control-section　*/
#control-section { position: relative; padding: 140px 5%; overflow: hidden; }
#control-section .control-content { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 90px; width: min(1120px, 100%); margin: 0 auto; }
#control-section .control-media { position: relative; min-height: 590px; }
#control-section .control-image-frame { position: absolute; inset: 0 48px 0 0; overflow: hidden; border-radius: 190px 32px 32px 32px; box-shadow: var(--shadow); }
#control-section .control-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(5, 18, 13, 0.76), transparent 50%); }
#control-section .control-image { width: 100%; height: 100%; object-fit: cover; }
#control-section .control-guide { position: absolute; right: 0; bottom: 44px; width: 226px; padding: 20px; border: 1px solid rgba(184, 255, 56, 0.24); border-radius: 22px; background: rgba(10, 34, 25, 0.9); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
#control-section .control-guide-label { color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: 0.17em; }
#control-section .control-guide-line { position: relative; width: 5px; height: 92px; margin: 19px auto 9px; border-radius: 99px; background: linear-gradient(to top, var(--lime), rgba(184, 255, 56, 0.12)); }
#control-section .control-guide-line::after { position: absolute; top: -6px; left: -8px; width: 21px; height: 21px; content: "↑"; color: var(--lime); font-size: 24px; font-weight: 900; line-height: 16px; animation: control-arrow 1.6s ease-in-out infinite; }
#control-section .control-guide-text { display: block; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.65; text-align: center; }
#control-section .control-list { display: grid; gap: 17px; margin-top: 34px; }
#control-section .control-item { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(220, 255, 239, 0.12); }
#control-section .control-number { color: var(--lime); font-size: 26px; font-weight: 900; line-height: 1; }
#control-section .control-item-title { margin: 0; font-size: 17px; }
#control-section .control-item-text { margin: 6px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.8; }

/*　level-section　*/
#level-section { padding: 120px 5%; background: linear-gradient( 180deg, rgba(19, 55, 42, 0.5), rgba(8, 26, 19, 0.7) ); }
#level-section .level-content { width: min(1180px, 100%); margin: 0 auto; }
#level-section .level-heading { max-width: 720px; margin-bottom: 50px; }
#level-section .level-list { display: grid; gap: 16px; }
#level-section .level-item { display: grid; grid-template-columns: 124px minmax(0, 1fr) 180px; align-items: center; gap: 24px; padding: 19px 22px; border: 1px solid rgba(220, 255, 239, 0.12); border-radius: 22px; background: rgba(6, 24, 17, 0.56); transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease; }
#level-section .level-item:hover { border-color: rgba(184, 255, 56, 0.44); background: rgba(17, 52, 39, 0.72); transform: translateX(10px); }
#level-section .level-stage { color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: 0.17em; }
#level-section .level-title { margin: 0; font-size: 20px; }
#level-section .level-text { margin: 5px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.65; }
#level-section .level-meter { display: flex; align-items: center; justify-content: end; gap: 6px; }
#level-section .level-meter span { display: block; width: 22px; height: 7px; border-radius: 99px; background: rgba(220, 255, 239, 0.12); }
#level-section .level-meter span.is-filled { background: var(--lime); box-shadow: 0 0 12px rgba(184, 255, 56, 0.35); }

/*　arena-section　*/
#arena-section { padding: 138px 5%; overflow: hidden; }
#arena-section .arena-content { display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 66px; width: min(1180px, 100%); margin: 0 auto; }
#arena-section .arena-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
#arena-section .arena-item { position: relative; min-height: 218px; overflow: hidden; border: 1px solid rgba(220, 255, 239, 0.12); border-radius: 23px; transition: transform 0.4s ease, border-color 0.4s ease; }
#arena-section .arena-item:nth-child(2) { margin-top: 40px; }
#arena-section .arena-item:nth-child(3) { margin-top: -40px; }
#arena-section .arena-item:hover { border-color: rgba(184, 255, 56, 0.5); transform: translateY(-8px); }
#arena-section .arena-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
#arena-section .arena-item:hover .arena-image { transform: scale(1.08); }
#arena-section .arena-overlay { position: absolute; inset: 0; display: flex; align-items: end; padding: 17px; background: linear-gradient(to top, rgba(4, 20, 13, 0.94), transparent 68%); }
#arena-section .arena-label { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; }
#arena-section .arena-tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
#arena-section .arena-tag { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(220, 255, 239, 0.14); border-radius: 999px; color: #c9e3d8; background: rgba(255, 255, 255, 0.025); font-size: 12px; font-weight: 700; }

/*　record-section　*/
#record-section { padding: 100px 5%; }
#record-section .record-content { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 48px; width: min(1180px, 100%); margin: 0 auto; padding: 52px 55px; overflow: hidden; border: 1px solid rgba(184, 255, 56, 0.24); border-radius: 32px; background: linear-gradient( 120deg, rgba(31, 84, 62, 0.74), rgba(10, 32, 23, 0.94) ); box-shadow: var(--shadow); }
#record-section .record-title { margin: 0; font-size: clamp(34px, 4vw, 57px); line-height: 1.18; letter-spacing: -0.07em; }
#record-section .record-title span { color: var(--lime); }
#record-section .record-text { max-width: 700px; margin: 18px 0 0; color: #b9d5c9; font-size: 16px; line-height: 1.9; }
#record-section .record-action { margin-top: 28px; }
#record-section .record-score { position: relative; z-index: 2; padding: 30px 20px; border: 1px solid rgba(220, 255, 239, 0.14); border-radius: 24px; background: rgba(7, 28, 19, 0.58); text-align: center; backdrop-filter: blur(12px); }
#record-section .record-score-label { display: block; color: var(--text-soft); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; }
#record-section .record-score-number { display: block; margin-top: 7px; color: var(--lime); font-size: 83px; font-weight: 900; line-height: 0.95; letter-spacing: -0.12em; }
#record-section .record-score-text { display: block; margin-top: 11px; color: #fff; font-size: 13px; font-weight: 800; }

/*　footer　*/
footer { padding: 33px 5%; border-top: 1px solid rgba(220, 255, 239, 0.1); background: rgba(4, 15, 11, 0.56); }
footer .footer-content { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, 100%); margin: 0 auto; }
footer .footer-brand { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 900; letter-spacing: 0.08em; }
footer .footer-logo-image { width: 28px; height: 28px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(184, 255, 56, 0.25)); }
footer .footer-text { color: var(--text-soft); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; }
footer .footer-nav { display: flex; gap: 20px; }
footer .footer-nav a { color: #c8dfd5; font-size: 12px; font-weight: 700; transition: color 0.3s ease; }
footer .footer-nav a:hover { color: var(--lime); }
@keyframes hero-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: 0.55; } }
@keyframes hero-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(12px); } }
@keyframes hero-arrow { 0%, 100% { transform: translateY(4px); } 50% { transform: translateY(-5px); } }
@keyframes hero-ball { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(12deg); } }
@keyframes control-arrow { 0%, 100% { transform: translateY(10px); opacity: 0.55; } 50% { transform: translateY(-8px); opacity: 1; } }
@media (max-width: 1280px) {
	#hero-section .hero-content { width: min(1100px, 100%); }
	#hero-section .hero-title { font-size: clamp(58px, 7vw, 84px); }
	#hero-section .hero-media { min-height: 570px; }
	#hero-section .hero-image-frame { height: 510px; }
	#control-section .control-content { gap: 58px; }
}
@media (max-width: 960px) {
	header .header-nav { display: none; }
	#hero-section { min-height: auto; padding-top: 132px; }
	#hero-section .hero-content { grid-template-columns: 1fr; gap: 46px; }
	#hero-section .hero-copy { max-width: 760px; }
	#hero-section .hero-media { width: min(680px, 100%); min-height: 590px; margin: 0 auto; }
	#feature-section .feature-heading { align-items: start; flex-direction: column; gap: 14px; }
	#feature-section .feature-grid { grid-template-columns: 1fr; }
	#feature-section .feature-item { min-height: 240px; }
	#feature-section .feature-icon { margin-top: 32px; }
	#control-section .control-content { grid-template-columns: 1fr; }
	#control-section .control-media { width: min(680px, 100%); margin: 0 auto; }
	#arena-section .arena-content { grid-template-columns: 1fr; }
	#arena-section .arena-copy { max-width: 720px; }
}
@media (max-width: 768px) {
	header .header-content { min-height: 70px; }
	header .header-action { min-height: 39px; padding: 0 14px; font-size: 12px; }
	header h1 { font-size: 16px; }
	header .header-logo-image { width: 38px; height: 38px; }
	#hero-section { padding: 116px 5% 65px; }
	#hero-section .hero-title { font-size: clamp(54px, 14vw, 78px); }
	#hero-section .hero-text { font-size: 16px; }
	#hero-section .hero-record-list { gap: 22px; margin-top: 41px; }
	#hero-section .hero-record-number { font-size: 23px; }
	#hero-section .hero-media { min-height: 465px; }
	#hero-section .hero-image-frame { right: 2%; width: 94%; height: 420px; border-radius: 32px 32px 74px 32px; }
	#hero-section .hero-score-card { width: 145px; padding: 15px; }
	#hero-section .hero-score-number { font-size: 41px; }
	#hero-section .hero-swipe-card { right: 0; bottom: 0; width: 184px; }
	#hero-section .hero-ball-image { bottom: 18px; left: 5%; width: 116px; height: 116px; }
	#feature-section { padding: 86px 5%; }
	#control-section { padding: 95px 5%; }
	#control-section .control-media { min-height: 500px; }
	#control-section .control-image-frame { right: 30px; }
	#level-section { padding: 90px 5%; }
	#level-section .level-item { grid-template-columns: 1fr; gap: 8px; }
	#level-section .level-meter { justify-content: start; margin-top: 5px; }
	#arena-section { padding: 95px 5%; }
	#record-section { padding: 78px 5%; }
	#record-section .record-content { grid-template-columns: 1fr; gap: 27px; padding: 38px 28px; }
	#record-section .record-score { width: min(250px, 100%); }
	footer .footer-content { align-items: start; flex-direction: column; }
}
@media (max-width: 500px) {
	header .header-subtitle { display: none; }
	header .header-action { padding: 0 12px; font-size: 11px; }
	#hero-section .hero-title { font-size: 59px; }
	#hero-section .hero-action-list { align-items: stretch; flex-direction: column; width: 100%; }
	#hero-section .section-button { width: 100%; }
	#hero-section .hero-ghost-button { width: 100%; }
	#hero-section .hero-record-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
	#hero-section .hero-record-item { padding-left: 10px; }
	#hero-section .hero-record-number { font-size: 20px; }
	#hero-section .hero-record-text { font-size: 9px; }
	#hero-section .hero-media { min-height: 378px; }
	#hero-section .hero-image-frame { top: 18px; height: 335px; }
	#hero-section .hero-score-card { width: 123px; padding: 12px; border-radius: 17px; }
	#hero-section .hero-score-number { font-size: 34px; }
	#hero-section .hero-score-text { font-size: 10px; }
	#hero-section .hero-swipe-card { width: 165px; padding: 11px; }
	#hero-section .hero-swipe-icon { width: 35px; height: 35px; font-size: 20px; }
	#hero-section .hero-swipe-text { font-size: 11px; }
	#hero-section .hero-ball-image { bottom: 16px; left: 3%; width: 86px; height: 86px; }
	#control-section .control-media { min-height: 395px; }
	#control-section .control-image-frame { right: 18px; border-radius: 130px 25px 25px 25px; }
	#control-section .control-guide { right: 0; bottom: 26px; width: 180px; padding: 15px; }
	#control-section .control-guide-line { height: 70px; }
	#arena-section .arena-card-grid { gap: 10px; }
	#arena-section .arena-item { min-height: 165px; }
	#record-section .record-title { font-size: 35px; }
	footer .footer-nav { flex-wrap: wrap; gap: 14px; }
}