/* Lottery System - Public Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.ls-public-card { font-family: 'Poppins', sans-serif; background: #fff; border-radius: 16px; padding: 30px; max-width: 600px; margin: 20px auto; box-shadow: 0 4px 24px rgba(108,99,255,0.12); border: 1px solid #f0f0f0; }
.ls-public-card h2 { font-size: 22px; font-weight: 700; color: #1a1a2e; text-align: center; margin-bottom: 20px; }

.ls-round-info { display: flex; justify-content: space-around; background: #f8f7ff; border-radius: 10px; padding: 12px; margin-bottom: 20px; font-size: 13px; flex-wrap: wrap; gap: 8px; }
.ls-round-info span { color: #555; }
.ls-round-info strong { color: #6c63ff; }

.ls-field { margin-bottom: 16px; }
.ls-field label { display: block; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 6px; }
.ls-pub-input { width: 100%; padding: 12px 16px; border: 2px solid #e8e8e8; border-radius: 10px; font-size: 14px; font-family: 'Poppins', sans-serif; transition: border 0.2s; box-sizing: border-box; }
.ls-pub-input:focus { border-color: #6c63ff; outline: none; }
.ls-pub-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, #6c63ff, #a18cd1); color: #fff; border: none; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.2s; font-family: 'Poppins', sans-serif; margin-top: 8px; }
.ls-pub-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(108,99,255,0.35); }

.ls-pub-result { background: #f8f7ff; border-radius: 10px; padding: 16px; margin-bottom: 14px; border-left: 4px solid #6c63ff; }
.ls-pub-result-header { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; font-weight: 600; color: #333; flex-wrap: wrap; gap: 6px; }
.ls-tag { background: #6c63ff; color: #fff; font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 600; }
.ls-pub-result-body { display: flex; gap: 20px; font-size: 13px; color: #666; margin-bottom: 10px; flex-wrap: wrap; }
.ls-pub-winners { font-size: 13px; color: #333; }
.ls-pub-winners strong { background: #fff3cd; color: #856404; padding: 2px 8px; border-radius: 6px; margin: 2px; display: inline-block; font-size: 12px; }

.ls-info-card p { margin: 8px 0; color: #555; font-size: 14px; }
.ls-info-card strong { color: #6c63ff; }

/* Booking messages */
.ls-msg-success { background: #d4edda; color: #155724; border-radius: 8px; padding: 14px; margin: 12px 0; font-weight: 600; font-size: 15px; text-align: center; }
.ls-msg-error   { background: #f8d7da; color: #721c24; border-radius: 8px; padding: 14px; margin: 12px 0; font-weight: 600; font-size: 15px; text-align: center; }
