🐉 รับโชคงวดนี้ 🐉
งวดวันที่ 1 เมษายน 2568
เลขเด็ดประจำวัน
วิเคราะห์สถิติเพื่อหาเลขที่มีโอกาสสูง
สถิติหวย
ข้อมูลย้อนหลัง 10 ปี วิเคราะห์แนวโน้ม
ผู้โชคดี
รายชื่อผู้ได้รับรางวัลจากงวดล่าสุด
header::before { content: '🏮'; position: absolute; font-size: 2rem; opacity: 0.1; animation: float 6s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } .nav-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 1rem; color: white; font-size: 1.5rem; font-weight: 700; } .logo-text { font-family: 'Ma Shan Zheng', cursive; font-size: 2rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } nav ul { display: flex; list-style: none; gap: 2rem; align-items: center; } nav a { color: white; text-decoration: none; padding: 0.5rem 1rem; border-radius: 25px; transition: all 0.3s ease; display: flex; align-items: center; gap: 0.5rem; } nav a:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); } .user-profile { display: flex; align-items: center; gap: 1rem; color: white; } .balance { background: var(--gold-accent); color: var(--black-primary); padding: 0.5rem 1rem; border-radius: 25px; font-weight: 600; } main { max-width: 1200px; margin: 0 auto; padding: 2rem; } .hero-section { background: linear-gradient(135deg, white 0%, var(--cream-light) 100%); border-radius: 24px; padding: 3rem 2rem; text-align: center; box-shadow: 0 20px 60px rgba(0, 103, 7, 0.15); margin-bottom: 3rem; position: relative; overflow: hidden; border: 3px solid var(--emerald-jade); } .hero-section::before { content: '🐉'; position: absolute; top: -30px; right: -30px; font-size: 6rem; opacity: 0.08; transform: rotate(15deg); animation: dragonFloat 8s ease-in-out infinite; } @keyframes dragonFloat { 0%, 100% { transform: rotate(15deg) translateY(0); } 50% { transform: rotate(15deg) translateY(-15px); } } .jackpot-display { font-size: 3.5rem; background: linear-gradient(135deg, var(--red-important), #DC143C); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800; margin: 1.5rem 0; text-shadow: none; animation: jackpotGlow 2s ease-in-out infinite; } @keyframes jackpotGlow { 0%, 100% { filter: drop-shadow(0 0 5px rgba(139, 0, 0, 0.3)); } 50% { filter: drop-shadow(0 0 20px rgba(139, 0, 0, 0.5)); } } .emerald-button { background: linear-gradient(135deg, var(--emerald-deep), var(--emerald-jade)); color: white; border: 3px solid var(--gold-accent); padding: 1rem 2.5rem; border-radius: 50px; font-size: 1.2rem; font-weight: 700; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0, 168, 107, 0.4); text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; margin: 0.5rem; text-transform: uppercase; letter-spacing: 1px; } .emerald-button:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 35px rgba(0, 168, 107, 0.5); background: linear-gradient(135deg, var(--emerald-jade), var(--emerald-deep)); } .emerald-button:active { transform: translateY(-2px) scale(0.98); } .jade-button { background: linear-gradient(135deg, var(--emerald-jade), var(--emerald-mint)); color: var(--emerald-deep); border: 3px solid var(--emerald-deep); } .jade-button:hover { background: linear-gradient(135deg, var(--emerald-mint), var(--emerald-jade)); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; } .feature-card { background: white; border-radius: 20px; padding: 2.5rem 2rem; text-align: center; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); border: 2px solid transparent; transition: all 0.4s ease; position: relative; overflow: hidden; } .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--emerald-deep), var(--emerald-jade), var(--gold-accent)); transform: scaleX(0); transition: transform 0.4s ease; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0, 168, 107, 0.2); border-color: var(--emerald-jade); } .feature-card:hover::before { transform: scaleX(1); } .feature-icon { font-size: 3.5rem; margin-bottom: 1.5rem; display: block; animation: iconBounce 3s ease-in-out infinite; } @keyframes iconBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } } .feature-title { font-size: 1.4rem; font-weight: 700; color: var(--emerald-deep); margin-bottom: 0.75rem; } .feature-card p { color: var(--wood-dark); margin-bottom: 1.5rem; line-height: 1.6; } .number-selection { background: white; border-radius: 20px; padding: 2rem; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); border: 3px solid var(--emerald-jade); } .number-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 8px; margin: 2rem 0; padding: 1rem; background: var(--cream-light); border-radius: 15px; } .number-btn { aspect-ratio: 1; border: 2px solid var(--emerald-jade); background: white; color: var(--black-primary); font-size: 1rem; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; position: relative; min-height: 44px; } .number-btn:hover { background: var(--emerald-mint); transform: scale(1.15); z-index: 10; box-shadow: 0 4px 15px rgba(0, 168, 107, 0.3); } .number-btn.selected { background: var(--emerald-deep); color: white; border-color: var(--gold-accent); box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), inset 0 0 10px rgba(255, 215, 0, 0.3); animation: selectedPulse 1.5s ease-in-out infinite; } @keyframes selectedPulse { 0%, 100% { transform: scale(1.05); } 50% { transform: scale(1.15); } } .number-btn.lucky-number { background: linear-gradient(135deg, var(--gold-accent), #FFA500); color: var(--black-primary); font-weight: 700; border-color: var(--red-important); } .number-btn.lucky-number::after { content: '✨'; position: absolute; top: -5px; right: -5px; font-size: 0.7rem; } .stats-section { background: white; border-radius: 20px; padding: 2rem; margin-top: 2rem; border: 2px solid var(--emerald-jade); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 1rem; } .stat-item { text-align: center; padding: 1rem; background: var(--cream-light); border-radius: 10px; border: 1px solid var(--emerald-jade); } .stat-value { font-size: 2rem; font-weight: 700; color: var(--emerald-deep); } .stat-label { color: var(--wood-dark); margin-top: 0.5rem; } footer { background: var(--wood-dark); color: white; text-align: center; padding: 2rem; margin-top: 3rem; } .bamboo-divider { height: 2px; background: linear-gradient(90deg, transparent, var(--emerald-jade), transparent); margin: 2rem 0; } @media (max-width: 768px) { .nav-container { flex-direction: column; gap: 1rem; } nav ul { flex-wrap: wrap; justify-content: center; } .jackpot-display { font-size: 2rem; } .number-grid { grid-template-columns: repeat(5, 1fr); } .hero-section { padding: 2rem 1rem; } } .loading-spinner { display: none; width: 50px; height: 50px; border: 3px solid var(--emerald-mint); border-top: 3px solid var(--gold-accent); border-radius: 50%; animation: spin 1s linear infinite; margin: 2rem auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .notification { position: fixed; top: 20px; right: 20px; background: var(--emerald-deep); color: white; padding: 1rem 2rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); display: none; z-index: 1000; border: 2px solid var(--gold-accent); } .notification.show { display: block; animation: slideIn 0.3s ease; } @keyframes slideIn { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
งวดวันที่ 1 เมษายน 2568
วิเคราะห์สถิติเพื่อหาเลขที่มีโอกาสสูง
ข้อมูลย้อนหลัง 10 ปี วิเคราะห์แนวโน้ม
รายชื่อผู้ได้รับรางวัลจากงวดล่าสุด