.lottery-layout{display:grid;grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:24px;align-items:start}.number-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:5px;margin:14px 0}.number-grid button{padding:0;min-height:34px;aspect-ratio:1;font-size:14px;border-radius:50%;min-width:0}.number-grid button[aria-pressed=true]{background:#3155f5;color:white;border-color:#3155f5;font-weight:700}.lottery-input{background:white;border:1px solid var(--line);border-radius:17px;padding:24px}.lottery-input h2{font-size:17px}.lottery-input .hint{font-size:14px;color:#64718a;line-height:1.8}.lottery-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:12px 0 20px;font-size:14px}.lottery-actions button{font-size:14px;padding:7px 10px;min-height:38px}.lottery-result{background:#eef2ff;border:1px solid #d6def6;border-radius:17px;padding:24px;min-height:310px}.lottery-result h2{font-size:17px}.number-row{background:white;padding:18px 12px;border:1px solid #e0e6fa;border-radius:12px;margin:12px 0}.row-label{font-size:14px;color:#68788e;margin-bottom:12px}.balls{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.ball{display:grid;place-items:center;min-width:36px;width:42px;height:42px;border-radius:50%;background:#3155f5;color:#fff;font-size:19px;font-weight:700}.ball.band-1{background:#926800}.ball.band-2{background:#246db8}.ball.band-3{background:#bd4052}.ball.band-4{background:#59677b}.ball.band-5{background:#31754d}.pension-display{display:flex;align-items:center;justify-content:center;gap:7px}.pension-group{color:#3155f5;font-size:20px;font-weight:700;white-space:nowrap;margin-right:8px}.pension-digit{width:33px;height:43px;display:grid;place-items:center;background:#eef2ff;color:#263d8c;border-radius:7px;font-size:23px;font-weight:700}.digit-inputs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin:12px 0}.digit-inputs input{text-align:center;font-size:20px;padding:10px 0}.lottery-note{margin:0 0 22px;color:#556780;font-size:14px;line-height:1.8}.lottery-result .empty-result{text-align:center;padding:45px 0;line-height:1.9}.lottery-copy{width:100%;font-size:14px;margin-top:8px}.lottery-guide{font-size:14px;line-height:1.9;color:#5b6c83;margin-top:28px;max-width:820px}.lottery-guide h2{font-size:17px;color:#23334a}.lottery-guide a{text-decoration:underline;text-underline-offset:3px}.lottery-guide p{margin:9px 0 20px}.lottery-error{padding:12px;background:#fff0f1;color:#a82737;font-size:14px;border-radius:9px}.lottery-status{font-size:14px;color:#566780;line-height:1.7}.copy-fallback{width:100%;min-height:120px;font:inherit;padding:10px}@media(max-width:800px){.lottery-layout{grid-template-columns:1fr}.lottery-input,.lottery-result{padding:20px}.lottery-result{scroll-margin-top:18px}.number-grid{gap:7px}.number-grid button{min-height:36px}}@media(max-width:370px){.number-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.balls{gap:5px}.ball{min-width:30px;width:30px;height:30px;font-size:16px}.pension-display{gap:4px}.pension-digit{width:26px;height:38px;font-size:19px}.pension-group{font-size:17px;margin-right:3px}}
