/* =====================================================================
   Global Golf Club — 移动端优先 · 浅色高端果岭风格
   Design Tokens：清晨果岭 / 空气 / 青春朝气 · 严禁暗色系
   ===================================================================== */

:root {
  --fairway: #2E7D4F;        /* 主色 · 果岭晨绿 */
  --fairway-700: #23643e;
  --fairway-soft: #3f925f;
  --sprout: #7FB97A;          /* 辅助 · 草木新生绿 */
  --sky: #9ED0E8;             /* 点缀 · 天空蓝 */
  --sky-soft: #CFE8F5;        /* 晨空淡蓝 */
  --cream: #FBF9F2;           /* 底色 · 米白奶油 */
  --dew: #E9F4EC;             /* 晨露浅青 */
  --mist: #F0F8FC;            /* 极浅天蓝 */
  --ink: #1F3A2D;             /* 深墨绿标题 */
  --slate: #5C6B60;           /* 石青灰正文 */
  --ash: #8A9B8C;             /* 辅助文字 */
  --card: #ffffff;
  --shadow: 0 10px 30px rgba(46, 125, 79, 0.10);
  --shadow-lg: 0 20px 45px rgba(46, 125, 79, 0.16);
  --radius: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--slate);
  background: var(--cream);
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input { font-family: inherit; outline: none; }

.page { position: relative; z-index: 1; max-width: 520px; margin: 0 auto; padding-bottom: 40px; }

/* ------- 环境柔光 ------- */
.ambient { position: fixed; border-radius: 50%; filter: blur(70px); z-index: 0; opacity: 0.55; pointer-events: none; }
.ambient-a { width: 300px; height: 300px; background: var(--sky-soft); top: -80px; right: -90px; }
.ambient-b { width: 260px; height: 260px; background: var(--dew); top: 520px; left: -100px; }

/* ------- 顶部导航 ------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 249, 242, 0.86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  transition: box-shadow .3s var(--ease), background .3s var(--ease);
}
.topbar.scrolled { box-shadow: 0 6px 22px rgba(46,125,79,.08); background: rgba(251,249,242,.96); }
.bar-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 520px; margin: 0 auto; padding: 12px 16px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-flag {
  font-size: 26px; width: 44px; height: 44px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--dew), var(--sky-soft));
  border-radius: 14px; box-shadow: var(--shadow);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-weight: 800; color: var(--fairway); font-size: 16px; letter-spacing: .2px; }
.brand-sub { font-size: 11px; color: var(--ash); letter-spacing: 1px; }

.lang-wrap { position: relative; }
.globe-btn {
  display: flex; align-items: center; gap: 4px;
  background: #fff; border: 1px solid var(--dew); border-radius: 999px;
  padding: 7px 12px; box-shadow: 0 6px 16px rgba(46,125,79,.1);
  cursor: pointer; transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.globe-btn:active { transform: scale(.96); }
.globe-globe { font-size: 14px; line-height: 1; }
.globe-code { font-size: 12px; font-weight: 800; color: var(--fairway); letter-spacing: .5px; }
.globe-caret { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--fairway); margin-top: 2px; }
.lang-btn {
  font-size: 12px; font-weight: 700; color: var(--ash);
  padding: 5px 12px; border-radius: 999px; transition: all .28s var(--ease); letter-spacing: .5px;
}
.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 60;
  min-width: 176px; background: #fff; border: 1px solid var(--dew); border-radius: 16px;
  padding: 8px; box-shadow: 0 18px 40px rgba(31,58,45,.16);
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
}
.lang-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu li { margin: 0; }
.lang-menu .lang-btn {
  display: block; width: 100%; text-align: left; font-size: 13px; font-weight: 600;
  color: var(--ink); padding: 9px 12px; border-radius: 10px; background: transparent;
}
.lang-menu .lang-btn:hover { background: var(--dew); }
.lang-menu .lang-btn.active { background: var(--fairway); color: #fff; }
.lang-divider { width: 1px; height: 16px; background: var(--dew); }

/* ------- 首页 Hero ------- */
.hero { position: relative; overflow: hidden; border-radius: 0 0 30px 30px; }
.hero-media { position: relative; height: 480px; }
.hero-img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(251,249,242,0) 30%, rgba(251,249,242,0.2) 60%, var(--cream) 100%);
}
.hero-body { position: relative; margin-top: -120px; padding: 0 20px; }
.eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: var(--fairway); background: rgba(255,255,255,.75); padding: 6px 12px; border-radius: 999px;
  backdrop-filter: blur(6px); border: 1px solid var(--dew);
}
.hero-title {
  font-size: 40px; line-height: 1.12; color: var(--ink); font-weight: 900; margin: 14px 0 10px;
  letter-spacing: 1px;
}
.hero-title em.serif { font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 46px;
  background: linear-gradient(120deg, var(--fairway), var(--sprout)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-desc { color: var(--slate); font-size: 14.5px; max-width: 340px; }

.welcome-banner {
  margin-top: 20px; display: flex; align-items: center; gap: 12px;
  background: linear-gradient(120deg, var(--fairway), var(--fairway-soft));
  color: #fff; border-radius: var(--radius); padding: 14px 14px 14px 14px;
  box-shadow: 0 16px 34px rgba(46,125,79,.30);
}
.wb-icon { font-size: 30px; }
.wb-text { display: flex; flex-direction: column; flex: 1; }
.wb-text strong { font-size: 14.5px; font-weight: 800; line-height: 1.3; }
.wb-text span { font-size: 11.5px; opacity: .9; }
.wb-btn {
  white-space: nowrap; background: #fff; color: var(--fairway); font-weight: 800;
  font-size: 13px; padding: 10px 14px; border-radius: 12px; box-shadow: 0 6px 14px rgba(0,0,0,.12);
  transition: transform .25s var(--ease);
}
.wb-btn:active { transform: scale(.94); }

.section-divider { max-width: 120px; height: 4px; margin: 26px auto; border-radius: 4px;
  background: linear-gradient(90deg, transparent, var(--sprout), transparent); opacity: .5; }

/* ------- 通用区块 ------- */
.section { padding: 14px 20px 8px; animation: rise .7s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.sec-head { display: flex; flex-direction: column; margin-bottom: 16px; }
.sec-title { font-size: 24px; font-weight: 900; color: var(--ink); margin: 0; letter-spacing: .5px; }
.sec-sub { font-size: 12.5px; color: var(--ash); letter-spacing: 1px; margin-top: 2px; }

/* ------- 按钮 ------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-weight: 700; border-radius: 13px; transition: transform .22s var(--ease), box-shadow .22s var(--ease), opacity .2s;
  text-decoration: none; letter-spacing: .3px; }
.btn:active { transform: scale(.94); }
.btn-primary { background: linear-gradient(120deg, var(--fairway), var(--fairway-soft)); color: #fff;
  box-shadow: 0 10px 22px rgba(46,125,79,.30); }
.btn-ghost { background: var(--dew); color: var(--fairway); }
.btn-sm { font-size: 12.5px; padding: 8px 14px; }
.btn-lg { font-size: 16px; padding: 15px 22px; }
.btn-block { width: 100%; }
.btn-round { width: 44px; height: 44px; padding: 0; border-radius: 50%; font-size: 18px; }
.btn:disabled { opacity: .6; }

/* ------- 助教风采 ------- */
.assist-scroll { display: flex; gap: 14px; overflow-x: auto; padding: 6px 2px 18px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.assist-card { flex: 0 0 68%; scroll-snap-align: start; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--dew); }
.assist-imgwrap { position: relative; aspect-ratio: 4/4.5; overflow: hidden; }
.assist-imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.assist-card:hover .assist-imgwrap img { transform: scale(1.05); }
.assist-tag { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700;
  background: rgba(255,255,255,.88); color: var(--fairway); padding: 5px 10px; border-radius: 999px; backdrop-filter: blur(4px); }
.assist-info { padding: 14px 14px 16px; }
.assist-name { font-size: 16px; font-weight: 800; color: var(--ink); margin: 0; }
.assist-skill { font-size: 12.5px; color: var(--ash); margin: 4px 0 12px; }
.assist-dots { display: flex; gap: 8px; justify-content: center; margin: -4px 0 6px; }
.assist-dots .dot { width: 8px; height: 8px; border-radius: 50%; border: 0; cursor: pointer; padding: 0;
  background: var(--powder); transition: all .35s var(--ease); }
.assist-dots .dot.active { width: 22px; border-radius: 999px; background: var(--fairway); }

/* ------- 社区发布框 ------- */
.composer { background: var(--card); border: 1px solid var(--dew); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 14px; margin-bottom: 16px; }
.composer-top { display: flex; gap: 10px; align-items: center; }
.composer-input { flex: 1; border: none; background: var(--mist); border-radius: 12px; padding: 11px 14px; font-size: 14px; color: var(--ink); }
.composer-input::placeholder { color: var(--ash); }
.composer-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.composer-hint { font-size: 11.5px; color: var(--ash); }

/* ------- 动态卡片 ------- */
.feed { display: flex; flex-direction: column; gap: 16px; }
.post-card { background: var(--card); border: 1px solid var(--dew); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 14px 14px 10px; }
.post-head { display: flex; align-items: center; gap: 10px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--dew); }
.avatar-sm { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--dew); }
.post-user { display: flex; flex-direction: column; line-height: 1.3; }
.post-user strong { color: var(--ink); font-size: 14.5px; }
.post-user span { font-size: 11.5px; color: var(--ash); }
.post-text { font-size: 14.5px; color: var(--slate); margin: 10px 0; }
.post-img { width: 100%; border-radius: 14px; max-height: 320px; object-fit: cover; margin: 4px 0 6px; }
.post-actions { display: flex; gap: 26px; padding-top: 10px; border-top: 1px dashed var(--dew); }
.act { display: inline-flex; align-items: center; gap: 6px; color: var(--ash); font-size: 13px; transition: color .2s; }
.act.like.pop .like-heart { animation: pop .4s var(--ease); }
.like.active { color: #e0566b; }
@keyframes pop { 0% { transform: scale(.7); } 55% { transform: scale(1.35); } 100% { transform: scale(1); } }
.act b { font-weight: 700; }

/* ------- 赛事 ------- */
.tourney-list { display: flex; flex-direction: column; gap: 14px; }
.tourney-card { background: var(--card); border: 1px solid var(--dew); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px; }
.tourney-top { display: flex; gap: 12px; align-items: center; }
.tourney-flag { font-size: 32px; }
.tourney-name h3 { margin: 0; font-size: 16.5px; font-weight: 800; color: var(--ink); }
.tourney-name span { font-size: 12.5px; color: var(--ash); }
.tourney-meta { display: flex; align-items: center; justify-content: space-between; margin: 12px 0; font-size: 13px; color: var(--slate); }
.tm-prize b { color: var(--fairway); font-weight: 800; }

/* ------- 盲盒抽奖 ------- */
.blindbox-card { position: relative; overflow: hidden; background: linear-gradient(160deg, #ffffff, var(--dew));
  border-radius: 26px; border: 1px solid var(--sky-soft); box-shadow: var(--shadow-lg); padding: 26px 22px; text-align: center; }
.bb-glow { position: absolute; width: 220px; height: 220px; background: radial-gradient(circle, rgba(158,208,232,.5), transparent);
  border-radius: 50%; top: -60px; left: -40px; }
.bb-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--fairway);
  background: #fff; border: 1px solid var(--sky-soft); padding: 6px 14px; border-radius: 999px; }
.blindbox-title { font-size: 25px; font-weight: 900; color: var(--ink); margin: 14px 0 4px; }
.blindbox-desc { color: var(--slate); font-size: 14px; }
.blindbox-desc b { color: var(--fairway); }
.bb-prize { font-size: 20px; font-weight: 900; line-height: 1.4; margin: 16px 0 6px;
  background: linear-gradient(120deg, var(--fairway), var(--sprout)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bb-sub { font-size: 14px; font-weight: 800; }
.bb-box { position: relative; width: 120px; height: 120px; margin: 18px auto 20px; perspective: 600px; }
.box-lid, .box-face { position: absolute; }
.box-lid { width: 130px; height: 14px; background: linear-gradient(120deg, var(--fairway-soft), var(--sprout));
  border-radius: 8px; top: -8px; left: -5px; box-shadow: 0 4px 8px rgba(46,125,79,.3); z-index: 2; }
.box-face { left: 6px; top: 12px; width: 108px; height: 108px; display: grid; place-items: center; font-size: 60px;
  border-radius: 16px; backface-visibility: hidden;
  background: linear-gradient(150deg, #fff, var(--dew)); border: 2px solid var(--sky-soft); box-shadow: var(--shadow); }
.box-front { transform: rotateY(0); }
.box-back { transform: rotateY(180deg); }
.bb-box.shaking { animation: shake .9s var(--ease); }
.bb-box.burst .box-lid { animation: lidUp .6s var(--ease); }
.bb-box.burst .box-front { animation: flip .6s var(--ease); }
.bb-box.burst .box-back { animation: flipIn .6s var(--ease); }
@keyframes shake { 0%,100%{transform:rotate(0)} 20%{transform:rotate(-14deg) translateX(-6px)} 40%{transform:rotate(12deg) translateX(6px)} 60%{transform:rotate(-9deg)} 80%{transform:rotate(7deg)} }
@keyframes lidUp { 0%{transform:translateY(0) rotate(0)} 60%{transform:translateY(-46px) rotate(-16deg); opacity:.7} 100%{transform:translateY(-52px) rotate(-14deg); opacity:0} }
@keyframes flip { 0%{transform:rotateY(0)} 100%{transform:rotateY(180deg)} }
@keyframes flipIn { 0%{transform:rotateY(180deg)} 100%{transform:rotateY(360deg)} }
.bb-btn { width: 100%; }
.bb-signin { font-size: 13px; color: var(--ash); margin: 14px 0 0; }
.bb-signin b { color: var(--fairway); font-weight: 800; }
.bb-policy { margin-top: 18px; background: var(--mist); border: 1px dashed var(--sky); border-radius: 14px;
  padding: 12px 14px; display: flex; gap: 10px; align-items: flex-start; text-align: left; }
.policy-mark { font-size: 18px; }
.bb-policy p { margin: 0; font-size: 12.5px; color: var(--slate); }
.bb-policy b { color: var(--fairway); }

/* ------- 彩带粒子 ------- */
.confetti-layer { position: fixed; inset: 0; pointer-events: none; z-index: 90; overflow: hidden; }
.confetti { position: absolute; top: -20px; border-radius: 3px; opacity: .9; animation: fall linear both; }
@keyframes fall { to { transform: translateY(110vh) rotate(720deg); opacity: 0; } }

/* ------- 底部 ------- */
.footer { text-align: center; padding: 26px 20px 40px; color: var(--ash); }
.foot-logo { font-size: 18px; font-weight: 900; color: var(--fairway); letter-spacing: 1px; }
.foot-note { font-size: 13px; margin: 8px 0 4px; }
.foot-copy { font-size: 11px; }

/* ------- 悬浮 AI 陪聊入口 ------- */
.chat-fab {
  position: fixed; right: 18px; bottom: 24px; z-index: 70;
  display: flex; align-items: center; gap: 9px;
  background: linear-gradient(120deg, var(--fairway), var(--fairway-soft)); color: #fff;
  padding: 12px 18px 12px 12px; border-radius: 999px; box-shadow: 0 14px 30px rgba(46,125,79,.38);
  transition: transform .25s var(--ease);
}
.chat-fab:active { transform: scale(.94); }
.fab-avatar { width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.2);
  border-radius: 50%; font-size: 18px; }
.fab-label { font-weight: 800; font-size: 14px; }
.fab-ring { position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--sky); animation: breathe 2.4s ease-in-out infinite; }
@keyframes breathe { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.08);opacity:.2} }

/* ------- 弹窗 ------- */
.modal-mask[hidden] { display: none !important; }
.modal-mask { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  background: rgba(31,58,45,.34); backdrop-filter: blur(6px); opacity: 0; transition: opacity .25s var(--ease); }
.modal-mask.show { opacity: 1; }
.modal-card { width: 88%; max-width: 360px; background: var(--cream); border-radius: 24px; padding: 26px 22px;
  text-align: center; box-shadow: var(--shadow-lg); transform: translateY(18px) scale(.96); transition: transform .3s var(--ease); position: relative; }
.modal-mask.show .modal-card { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 8px; right: 12px; font-size: 26px; color: var(--ash); font-weight: 300; line-height: 1; }
.modal-emoji { font-size: 54px; }
.modal-title { font-size: 22px; font-weight: 900; color: var(--ink); margin: 10px 0 6px; }
.modal-text { font-size: 13.5px; color: var(--slate); margin: 0 0 18px; }
.prize-emoji { font-size: 60px; }
.prize-amount { font-size: 34px; font-weight: 900; margin: 8px 0 4px;
  background: linear-gradient(120deg, var(--fairway), var(--sprout)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.prize-kit { font-size: 14px; font-weight: 800; color: var(--ink); margin: 0 0 4px; }

/* ------- AI 陪聊面板 ------- */
.chat-sheet {
  position: fixed; inset: 0; z-index: 110; background: var(--cream);
  display: flex; flex-direction: column;
  transform: translateY(100%); transition: transform .38s var(--ease); will-change: transform;
}
.chat-sheet.open { transform: translateY(0); }
.chat-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff;
  border-bottom: 1px solid var(--dew); box-shadow: 0 4px 16px rgba(46,125,79,.08); }
.chat-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--dew); }
.chat-meta { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.chat-meta strong { color: var(--ink); font-size: 15px; }
.chat-status { font-size: 12px; color: var(--sprout); display: flex; align-items: center; gap: 6px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sprout); animation: breathe 1.8s ease-in-out infinite; }
.chat-close { font-size: 30px; color: var(--ash); font-weight: 300; padding: 0 4px; }
.chat-body { flex: 1; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; -webkit-overflow-scrolling: touch; }
.bubble-row { display: flex; }
.bubble-row.user { justify-content: flex-end; }
.bubble { max-width: 80%; padding: 12px 14px; border-radius: 18px; font-size: 14px; line-height: 1.55; animation: rise .3s var(--ease); }
.bubble.assistant { background: #fff; border: 1px solid var(--dew); color: var(--slate); border-bottom-left-radius: 6px; box-shadow: var(--shadow); }
.bubble.user { background: linear-gradient(120deg, var(--fairway), var(--fairway-soft)); color: #fff; border-bottom-right-radius: 6px; }
.chat-welcome { display: flex; }
.typing { display: inline-flex; gap: 6px; align-items: center; padding: 15px 18px; }
.typing span { width: 8px; height: 8px; border-radius: 50%; background: var(--sprout); animation: typingDot 1.2s ease-in-out infinite; }
.typing span:nth-child(2) { animation-delay: .18s; }
.typing span:nth-child(3) { animation-delay: .36s; }
@keyframes typingDot { 0%,60%,100%{transform:translateY(0);opacity:.4} 30%{transform:translateY(-6px);opacity:1} }
.chat-suggest { display: flex; gap: 8px; overflow-x: auto; padding: 0 16px 10px; -webkit-overflow-scrolling: touch; }
.suggest-chip { white-space: nowrap; background: #fff; border: 1px solid var(--sky-soft); color: var(--fairway);
  font-size: 12.5px; font-weight: 600; padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow); transition: transform .2s var(--ease); }
.suggest-chip:active { transform: scale(.95); }
.chat-input-bar { display: flex; gap: 10px; padding: 12px 16px calc(16px + env(safe-area-inset-bottom)); background: #fff;
  border-top: 1px solid var(--dew); }
.chat-input-bar input { flex: 1; background: var(--mist); border: none; border-radius: 999px; padding: 12px 16px;
  font-size: 14.5px; color: var(--ink); }
.chat-input-bar input::placeholder { color: var(--ash); }

/* ------- 会员领取表单弹窗（缓慢弹出） ------- */
.mask-slow { transition-duration: .5s; }
.modal-card-slow { transition-duration: .5s; }
.form-modal { max-width: 400px; padding: 24px 20px 22px; text-align: left; }
.claim-form { display: flex; flex-direction: column; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-label { font-size: 13px; font-weight: 700; color: var(--ink); }
.claim-form input,
.claim-form select {
  width: 100%; border: 1.5px solid var(--sky-soft); background: #fff; border-radius: 12px;
  padding: 11px 13px; font-size: 14px; color: var(--ink); font-family: inherit;
  transition: border-color .2s, box-shadow .2s; appearance: none;
}
.claim-form input:focus,
.claim-form select:focus { border-color: var(--fairway); box-shadow: 0 0 0 3px rgba(46,125,79,.12); outline: none; }
.claim-form input::placeholder { color: var(--ash); }
.claim-form select { background-image: linear-gradient(45deg, transparent 50%, var(--fairway) 50%), linear-gradient(135deg, var(--fairway) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.claim-form input.err, .claim-form select.err { border-color: #e0566b; box-shadow: 0 0 0 3px rgba(224,86,107,.14); }
.claim-submit { margin-top: 6px; }
.reg-event-name { font-size: 14px; font-weight: 800; color: var(--fairway); margin: -2px 0 4px; }
.req { color: #e0566b; font-style: normal; font-weight: 800; }
.form-required-note { font-size: 12px; color: var(--ash); margin: 0; display: flex; gap: 4px; align-items: center; }
input[type="date"] { color-scheme: light; }
input[type="date"].err { border-color: #e0566b; box-shadow: 0 0 0 3px rgba(224,86,107,.14); }

/* ------- 平板 / 桌面适配（保持移动优先，等宽列） ------- */
@media (min-width: 760px) {
  .assist-scroll { display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; }
  .assist-card { flex: none; }
  .assist-dots { display: none; }
  .tourney-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .page { max-width: 820px; }
  .bar-inner { max-width: 820px; }
}