/* 休闲合集 浅色适配 */
body { background: radial-gradient(1200px 600px at 50% -10%, rgba(255,255,255,.6) 0%, transparent 60%), radial-gradient(ellipse at 50% 0%, #eef8e4 0%, #d3edbd 55%, #c3e6ac 100%); color: #23422a; }
header h1, .rotate-hint { color: #8a5a00; }
#setup { background: rgba(255,255,255,.9); }
#setup-title, #game-title { color: #8a5a00; }
#setup-count { color: #23422a; }
#setup-note, #game-sub { color: #3f5a45; }
.player { background: rgba(255,255,255,.9); }
.player .cups { color: #2c6b2f; }
.player .info { color: #5f7a63; }
#rows { background: rgba(255,255,255,.85); }
.row .nm, .row .info { color: #3f5a45; }
#picker { background: rgba(255,255,255,.92); }
#picker .handlabel { color: #7a5200; }
#message { color: #7a5200; }
.small { background: rgba(0,0,0,.06) !important; color: #3f5a45 !important; }
footer { color: #5f7a63 !important; border-top-color: rgba(0,0,0,.1) !important; }
footer a { color: #3f5a45 !important; }