.lucky-floor-badge{display:inline-block;padding:4px 12px;margin-bottom:12px;background:linear-gradient(135deg,#ffd700 0%,#ffed4e 100%);color:#d97706;font-size:13px;float:right;font-weight:600;border-radius:20px;box-shadow:0 2px 8px rgba(255,215,0,0.4);animation:winner-glow 2s ease-in-out infinite}@keyframes winner-glow{0%,100%{box-shadow:0 2px 8px rgba(255,215,0,0.4)}50%{box-shadow:0 2px 16px rgba(255,215,0,0.7)}}.lottery-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.35);display:none;align-items:center;justify-content:center;z-index:100000;padding:12px}.lottery-modal-overlay.show{display:flex}.lottery-modal{background:#fff;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,0.18);width:min(500px,96vw);max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.lottery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 12px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.lottery-modal-title{font-size:18px;font-weight:600}.lottery-modal-close{border:none;background:transparent;font-size:20px;cursor:pointer;line-height:1;color:#fff}.lottery-modal-body{padding:16px 20px;display:flex;flex-direction:column;gap:14px;overflow:auto}.lottery-field{display:flex;flex-direction:column;gap:6px}.lottery-label{font-size:14px;color:#444;font-weight:600}.lottery-label .required{color:#e74c3c;margin-left:2px}.lottery-input{width:100%;padding:10px 12px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px;box-sizing:border-box}.lottery-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px rgba(102,126,234,0.2)}.lottery-row{display:flex;gap:12px}.lottery-row .lottery-field{flex:1}.lottery-hint{font-size:12px;color:#999;margin-top:2px}.lottery-modal-footer{padding:14px 20px 18px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end}.lottery-submit{border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:10px 24px;border-radius:6px;font-size:14px;cursor:pointer;transition:all 0.3s}.lottery-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,0.4)}.lottery-info-card{margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,#f5f7fa 0%,#e8e4f0 100%);border:1px solid #d4c8e8;border-radius:8px;font-size:14px}.lottery-info-card .info-content{display:flex;justify-content:space-between;align-items:center}.lottery-info-card .info-text{display:flex;align-items:center;gap:8px;color:#495057}.lottery-info-card .info-icon{font-size:18px}.lottery-info-card .info-status{margin-left:8px;padding:2px 8px;border-radius:4px;font-size:12px}.lottery-info-card .status-pending{background:#fff3cd;color:#856404}.lottery-info-card .status-done{background:#d4edda;color:#155724}.lottery-info-card .info-actions{display:flex;gap:8px}.lottery-info-card .btn-edit,.lottery-info-card .btn-delete{padding:4px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all 0.2s;border:1px solid}.lottery-info-card .btn-edit{background:transparent;color:#007bff;border-color:#007bff}.lottery-info-card .btn-edit:hover{background:#007bff;color:#fff}.lottery-info-card .btn-delete{background:transparent;color:#dc3545;border-color:#dc3545}.lottery-info-card .btn-delete:hover{background:#dc3545;color:#fff}.dark-layout .lottery-modal{background:#2a2a2a}.dark-layout .lottery-modal-body{color:#e5e5e5}.dark-layout .lottery-label{color:#ccc}.dark-layout .lottery-input{background:#1a1a1a;border-color:#444;color:#e5e5e5}.dark-layout .lottery-info-card{background:linear-gradient(135deg,#2a2a2a 0%,#352a3a 100%);border-color:#444}.dark-layout .lottery-info-card .info-text{color:#e5e5e5}